diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2022-03-08 10:02:52 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2022-03-08 10:03:33 +0000 |
| commit | a75444c14304e63a3b0369d01c86a077e98fc9f9 (patch) | |
| tree | 098f75cfe44511197b3304ed37e820fb918c767d /sys/dev/usb/serial | |
| parent | 901c52f13c46a755f18f008106c0384cd6fd220c (diff) | |
Diffstat (limited to 'sys/dev/usb/serial')
| -rw-r--r-- | sys/dev/usb/serial/u3g.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c index 1aec5b29d51f..8125a34b8f91 100644 --- a/sys/dev/usb/serial/u3g.c +++ b/sys/dev/usb/serial/u3g.c @@ -240,6 +240,8 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = { U3G_DEV(DLINK, DWM157_2, 0), U3G_DEV(DLINK, DWM222_CD, U3GINIT_SCSIEJECT), U3G_DEV(DLINK, DWM222, 0), + U3G_DEV(DLINK, DWM222_CD_2, U3GINIT_SCSIEJECT), + U3G_DEV(DLINK, DWM222_2, 0), U3G_DEV(DLINK3, DWM652, 0), U3G_DEV(HP, EV2200, 0), U3G_DEV(HP, HS2300, 0), |
