diff options
Diffstat (limited to 'sys/dev/usb/ubsa.c')
| -rw-r--r-- | sys/dev/usb/ubsa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c index 6fe6dc878a34..0efc57773712 100644 --- a/sys/dev/usb/ubsa.c +++ b/sys/dev/usb/ubsa.c @@ -224,6 +224,8 @@ Static const struct ubsa_product { { USB_VENDOR_GOHUBS, USB_PRODUCT_GOHUBS_GOCOM232 }, /* Peracom */ { USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_SERIAL1 }, + /* Vodafone */ + { USB_VENDOR_VODAFONE, USB_PRODUCT_VODAFONE_MC3G }, { 0, 0 } }; |
