Hi!

I'm not a regular subscriber of the list or anything, but a quick
check of the archives didn't show any information on this device.

It appears to be based on the ADMTek Pegasus II.  The following patch
(both inline and as an attachment) to pegasus.h in a stock 2.4.9
kernel allowed the pegasus driver to work with it perfectly (I
didn't have two full kernel trees, so you have to apply this patch in
the drivers/usb/ directory :/):

------------------------ cut here ------------------------

--- pegasus.h   Sun Sep 23 14:46:42 2001
+++ ../pegasus.h    Sun Sep 23 13:06:15 2001
@@ -142,6 +142,7 @@
 #define    VENDOR_SMARTBRIDGES 0x08d1
 #define    VENDOR_SMC      0x0707
 #define    VENDOR_SOHOWARE     0x15e8
+#define    VENDOR_BELKIN       0x050d

 #else  /* PEGASUS_DEV */

@@ -235,5 +236,8 @@
        DEFAULT_GPIO_RESET )
 PEGASUS_DEV( "SOHOware NUB100 Ethernet", VENDOR_SOHOWARE, 0x9100,
        DEFAULT_GPIO_RESET )
+PEGASUS_DEV( "Belkin F5D5050 USB Ethernet",
+       VENDOR_BELKIN, 0x0121,
+       DEFAULT_GPIO_RESET | PEGASUS_II )

 #endif /* PEGASUS_DEV */


------------------------ cut here ------------------------

--
Dane Johnson           - [EMAIL PROTECTED] - http://www.visi.com/~danger/

                            "Pickles exist in a state of passivity,"
                            chimed in the Professor.  "They are
                            impervious to the processes of leeching and
                            bloating."
                                                  -- James P. Blaylock,
                                                     The Elfin Ship
--- pegasus.h   Sun Sep 23 14:46:42 2001
+++ ../pegasus.h        Sun Sep 23 13:06:15 2001
@@ -142,6 +142,7 @@
 #define        VENDOR_SMARTBRIDGES     0x08d1
 #define        VENDOR_SMC              0x0707
 #define        VENDOR_SOHOWARE         0x15e8
+#define        VENDOR_BELKIN           0x050d
 
 #else  /* PEGASUS_DEV */
 
@@ -235,5 +236,8 @@
                DEFAULT_GPIO_RESET )
 PEGASUS_DEV( "SOHOware NUB100 Ethernet", VENDOR_SOHOWARE, 0x9100,
                DEFAULT_GPIO_RESET )
+PEGASUS_DEV( "Belkin F5D5050 USB Ethernet",
+               VENDOR_BELKIN, 0x0121,
+               DEFAULT_GPIO_RESET | PEGASUS_II )
 
 #endif /* PEGASUS_DEV */

Reply via email to