diff options
author | hselasky <hselasky@FreeBSD.org> | 2015-01-16 12:16:21 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2015-01-16 12:16:21 +0000 |
commit | 18baa32f14cc8dae86f03303bc897e1443485de4 (patch) | |
tree | a4a31b5dadbd58b579ad6669f05b54d3a474f1aa | |
parent | 664eb6feb5884ac8a1f335bbdb3d9483335a3740 (diff) | |
download | FreeBSD-src-18baa32f14cc8dae86f03303bc897e1443485de4.zip FreeBSD-src-18baa32f14cc8dae86f03303bc897e1443485de4.tar.gz |
Add more USB device IDs.
Submitted by: max.n.boyarov@gmail.com
PR: 196362
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 fde0140..2de5831 100644 --- a/sys/dev/usb/serial/u3g.c +++ b/sys/dev/usb/serial/u3g.c @@ -239,6 +239,8 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = { U3G_DEV(DELL, U740, 0), U3G_DEV(DLINK, DWR510_CD, U3GINIT_SCSIEJECT), U3G_DEV(DLINK, DWR510, 0), + U3G_DEV(DLINK, DWM157_CD, U3GINIT_SCSIEJECT), + U3G_DEV(DLINK, DWM157, 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 b9ea927..53057e0 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1627,6 +1627,8 @@ 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 DLINK DWM157 0x7d02 DWM-157 +product DLINK DWM157_CD 0xa707 DWM-157 CD-ROM Mode product DLINK RTL8188CU 0x3308 RTL8188CU product DLINK RTL8192CU_1 0x3307 RTL8192CU product DLINK RTL8192CU_2 0x3309 RTL8192CU |