diff options
author | hselasky <hselasky@FreeBSD.org> | 2013-03-19 12:52:13 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2013-03-19 12:52:13 +0000 |
commit | f67d1cc4dd4c25d81b07b6a480e3bb40cdda167e (patch) | |
tree | 6a95218b1bee4f4b48aa4c02d15cbad091c7208c | |
parent | 34ea777e7c9536ca3906078dd753711a6f8947bb (diff) | |
download | FreeBSD-src-f67d1cc4dd4c25d81b07b6a480e3bb40cdda167e.zip FreeBSD-src-f67d1cc4dd4c25d81b07b6a480e3bb40cdda167e.tar.gz |
Add new USB ID.
PR: usb/177105
MFC after: 1 week
-rw-r--r-- | sys/dev/usb/serial/u3g.c | 2 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c index f2c3a45..aaac72f 100644 --- a/sys/dev/usb/serial/u3g.c +++ b/sys/dev/usb/serial/u3g.c @@ -242,6 +242,8 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = { U3G_DEV(DELL, U5730_2, 0), U3G_DEV(DELL, U5730_3, 0), U3G_DEV(DELL, U740, 0), + U3G_DEV(DLINK, DWR510_CD, U3GINIT_SCSIEJECT), + U3G_DEV(DLINK, DWR510, 0), U3G_DEV(DLINK3, DWM652, 0), U3G_DEV(HP, EV2200, 0), U3G_DEV(HP, HS2300, 0), diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 87a09ad..61a5168 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1516,6 +1516,8 @@ product DLINK DSB650TX3 0x400b 10/100 Ethernet product DLINK DSB650TX2 0x4102 10/100 Ethernet product DLINK DSB650 0xabc1 10/100 Ethernet product DLINK DUBH7 0xf103 DUB-H7 USB 2.0 7-Port Hub +product DLINK DWR510_CD 0xa805 DWR-510 CD-ROM Mode +product DLINK DWR510 0x7e12 DWR-510 product DLINK2 DWA120 0x3a0c DWA-120 product DLINK2 DWA120_NF 0x3a0d DWA-120 (no firmware) product DLINK2 DWLG122C1 0x3c03 DWL-G122 c1 |