aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2017-10-13 19:41:35 +0000
committerKristof Provost <kp@FreeBSD.org>2017-10-13 19:41:35 +0000
commit3b07bb2a643c9ce50a4673c9b09eaa32c0345e3e (patch)
tree3188569607668f95be53151a965c5b4ce07f9b8b /sys/dev/usb/serial
parent9db0f8e76f43309abf991fee85d8fd062ba2f975 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/serial')
-rw-r--r--sys/dev/usb/serial/u3g.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c
index 9a57d5c697e0..75bb6e863093 100644
--- a/sys/dev/usb/serial/u3g.c
+++ b/sys/dev/usb/serial/u3g.c
@@ -236,6 +236,8 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = {
U3G_DEV(DLINK, DWR510, 0),
U3G_DEV(DLINK, DWM157_CD, U3GINIT_SCSIEJECT),
U3G_DEV(DLINK, DWM157, 0),
+ U3G_DEV(DLINK, DWM222_CD, U3GINIT_SCSIEJECT),
+ U3G_DEV(DLINK, DWM222, 0),
U3G_DEV(DLINK3, DWM652, 0),
U3G_DEV(HP, EV2200, 0),
U3G_DEV(HP, HS2300, 0),