svn commit: r246021 - in head/sys/dev/usb: . net

Hans Petter Selasky hselasky at FreeBSD.org
Mon Jan 28 07:22:45 UTC 2013


Author: hselasky
Date: Mon Jan 28 07:22:44 2013
New Revision: 246021
URL: http://svnweb.freebsd.org/changeset/base/246021

Log:
  Add new USB ID.
  
  Submitted by:	Ramil
  PR:		usb/175639
  MFC after:	1 week

Modified:
  head/sys/dev/usb/net/if_axe.c
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/net/if_axe.c
==============================================================================
--- head/sys/dev/usb/net/if_axe.c	Mon Jan 28 07:04:52 2013	(r246020)
+++ head/sys/dev/usb/net/if_axe.c	Mon Jan 28 07:22:44 2013	(r246021)
@@ -159,6 +159,7 @@ static const STRUCT_USB_HOST_ID axe_devs
 	AXE_DEV(COREGA, FETHER_USB2_TX, 0),
 	AXE_DEV(DLINK, DUBE100, 0),
 	AXE_DEV(DLINK, DUBE100B1, AXE_FLAG_772),
+	AXE_DEV(DLINK, DUBE100C1, AXE_FLAG_772B),
 	AXE_DEV(GOODWAY, GWUSB2E, 0),
 	AXE_DEV(IODATA, ETGUS2, AXE_FLAG_178),
 	AXE_DEV(JVC, MP_PRX1, 0),

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Mon Jan 28 07:04:52 2013	(r246020)
+++ head/sys/dev/usb/usbdevs	Mon Jan 28 07:22:44 2013	(r246021)
@@ -1487,6 +1487,7 @@ product DIGIANSWER ZIGBEE802154	0x000a	Z
 /* D-Link products */
 /*product DLINK DSBS25		0x0100	DSB-S25 serial*/
 product DLINK DUBE100		0x1a00	10/100 Ethernet
+product DLINK DUBE100C1		0x1a02	DUB-E100 rev C1
 product DLINK DSB650TX4		0x200c	10/100 Ethernet
 product DLINK DWL120E		0x3200	DWL-120 rev E
 product DLINK DWL122		0x3700	DWL-122


More information about the svn-src-all mailing list