The following reply was made to PR usb/106621; it has been noted by GNATS.

From: Jeroen Ruigrok van der Werven <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc:  
Subject: Re: usb/106621: [usb] DLINK DUB-E100 support broken
Date: Thu, 17 May 2007 14:30:26 +0200

 --mSxgbZZZvrAyzONB
 Content-Type: text/plain; charset=utf-8
 Content-Disposition: inline
 Content-Transfer-Encoding: 8bit
 
 Attached patch adds a few device ids to the axe(4) driver which are based on
 the AX88172 chipset.
 
 Also added some preliminary ids for devices based on the AX88772 chipset.
 Additionally the chipset used for the D-Link's B1 revision (the same AX88772)
 has a datasheet available at
 http://www.asix.com.tw/FrootAttach/datasheet/AX88772_datasheet_Rev11.pdf
 nowadays.
 
 The manual page update supercedes docs/109664 if the patches get applied.
 
 Please verify the build on CURRENT though.
 
 -- 
 Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
 イェルーン ラウフロック ヴァン デル ウェルヴェン
 http://www.in-nomine.org/ | http://www.rangaku.org/
 Nothing is constant but change...
 
 --mSxgbZZZvrAyzONB
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="sys-dev-usb.diff"
 
 Index: if_axe.c
 ===================================================================
 RCS file: /usr/ncvs/FreeBSD/src/sys/dev/usb/if_axe.c,v
 retrieving revision 1.44
 diff -u -r1.44 if_axe.c
 --- if_axe.c   12 May 2007 05:56:10 -0000      1.44
 +++ if_axe.c   17 May 2007 12:19:30 -0000
 @@ -109,8 +109,13 @@
   * Various supported device vendors/products.
   */
  static struct axe_type axe_devs[] = {
 +      { USB_VENDOR_ACERCM, USB_PRODUCT_ACERCM_EP1427X2 },
        { USB_VENDOR_ASIX, USB_PRODUCT_ASIX_AX88172 },
 +      { USB_VENDOR_ATEN, USB_PRODUCT_ATEN_UC210T },
 +      { USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USB2AR },
 +      { USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB2_TX },
        { USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DUBE100 },
 +      { USB_VENDOR_GOODWAY, USB_PRODUCT_GOODWAY_GWUSB2E },
        { USB_VENDOR_JVC, USB_PRODUCT_JVC_MP_PRX1 },
        { USB_VENDOR_LINKSYS2, USB_PRODUCT_LINKSYS2_USB200M },
        { USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUAU2KTX },
 Index: usbdevs
 ===================================================================
 RCS file: /usr/ncvs/FreeBSD/src/sys/dev/usb/usbdevs,v
 retrieving revision 1.294
 diff -u -r1.294 usbdevs
 --- usbdevs    8 May 2007 18:51:39 -0000       1.294
 +++ usbdevs    17 May 2007 12:16:05 -0000
 @@ -734,6 +734,7 @@
  product ATEN UC1284           0x2001  Parallel printer
  product ATEN UC10T            0x2002  10Mbps ethernet
  product ATEN UC232A           0x2008  Serial
 +product ATEN UC210T           0x2009  10/100 FastEthernet
  
  /* Atheros Communications products */
  product ATHEROS AR5523                0x0001  AR5523
 @@ -768,6 +769,7 @@
  product BELKIN F5U409         0x0409  F5U409 Serial
  product BELKIN F6C550AVR      0x0551  F6C550-AVR UPS
  product BELKIN F5U120         0x1203  F5U120-PC Hub
 +product BELKIN F5D5055                0x5055  F5D5055 ethernet
  product BELKIN F5D7050                0x7050  F5D7050 wireless adapter
  product BELKIN F5D7050A               0x705a  F5D705A wireless adapter
  product BELKIN F5D9050V3      0x905b  F5D9050 ver 3 wireless adapter
 @@ -777,6 +779,7 @@
  product BILLIONTON USBLP100   0x0987  USB100LP
  product BILLIONTON USBEL100   0x0988  USB100EL
  product BILLIONTON USBE100    0x8511  USBE100
 +product BILLIONTON USB2AR     0x90ff  USB2AR 10/100 FastEthernet
  
  /* Broadcom products */
  product BROADCOM BCM2033      0x2033  BCM2033 Bluetooth USB dongle
 @@ -840,6 +843,7 @@
  product COREGA ETHER_USB_T    0x0001  Ether USB-T
  product COREGA FETHER_USB_TX  0x0004  FEther USB-TX
  product COREGA FETHER_USB_TXS 0x000d  FEther USB-TXS
 +product COREGA FETHER_USB2_TX 0x0017  FEther USB2-TX
  product COREGA FETHER_USB_TXC 0x9601  FEther USB-TXC
  
  /* Creative products */
 @@ -922,6 +926,8 @@
  product DLINK DWLAG122_NF     0x3a05  DWL-AG122 (no firmware)
  product DLINK2 DWLG122C1      0x3c03  DWL-G122 c1
  product DLINK2 WUA1340                0x3c04  WUA-1340
 +product DLINK DUBE100B1_1     0x3c05  10/100 ethernet
 +product DLINK2 DUBE100B1_2    0x3c05  10/100 ethernet
  product DLINK DSB650C         0x4000  10Mbps ethernet
  product DLINK DSB650TX1               0x4001  10/100 ethernet
  product DLINK DSB650TX                0x4002  10/100 ethernet
 @@ -1002,6 +1008,7 @@
  product GOHUBS GOCOM232               0x1001  GoCOM232 Serial
  
  /* Good Way Technology products */
 +product GOODWAY GWUSB2E               0x6200  GWUSB2E FastEthernet
  product GOODWAY RT2573                0xc019  RT2573
  
  /* Gravis products */
 @@ -1755,6 +1762,7 @@
  product DIAMOND2 RIO800USB    0x5002  Rio 800 USB
  
  /* Surecom Technology products */
 +product ACERCM EP1427X2               0x0893  EP-1427X-2 FastEthernet
  product SURECOM RT2573                0x31f3  RT2573
  
  /* System TALKS, Inc. */
 
 --mSxgbZZZvrAyzONB
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="share-man-man4-axe.4.diff"
 
 Index: axe.4
 ===================================================================
 RCS file: /usr/ncvs/FreeBSD/src/share/man/man4/axe.4,v
 retrieving revision 1.13
 diff -u -r1.13 axe.4
 --- axe.4      12 May 2007 05:59:15 -0000      1.13
 +++ axe.4      17 May 2007 12:26:52 -0000
 @@ -132,9 +132,17 @@
  .Pp
  .Bl -bullet -compact
  .It
 +ATEN UC210T
 +.It
 +Billionton USB2AR
 +.It
  Buffalo (Melco Inc.) LUA-U2-KTX
  .It
 -D-Link DUBE100
 +Corega FEther USB2-TX
 +.It
 +D-Link DUB-E100, revision A
 +.It
 +Goodway GWUSB2E
  .It
  LinkSys USB200M
  .It
 @@ -142,6 +150,8 @@
  .It
  Sitecom LN-029
  .It
 +Surecom EP-1427X-2
 +.It
  System TALKS Inc.\& SGC-X2UL
  .El
  .Sh DIAGNOSTICS
 
 --mSxgbZZZvrAyzONB--
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to