diff options
| author | khorben <khorben@NetBSD.org> | 2012-10-05 22:04:56 +0000 |
|---|---|---|
| committer | khorben <khorben@NetBSD.org> | 2012-10-05 22:04:56 +0000 |
| commit | eb5f236fe10b6f012d394de1309c2e5137a59ed6 (patch) | |
| tree | 531bbb52b180fd8f8a0a441b6de10e471c2ec7b4 /sys/dev/usb/usbdevs_data.h | |
| parent | 3207974ce2c1f0d8b25dc6748b15330ce624fbdd (diff) | |
Added the device id for the Huawei EM770W 3G modem to u3g(4)
Confirmed to work on a WeTab
ok christos@
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index ee2c33ba3aa..1e8fb5d6edd 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,4 +1,4 @@ -/* $NetBSD: usbdevs_data.h,v 1.621 2012/10/03 06:58:03 mlelstv Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.622 2012/10/05 22:04:56 khorben Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -5235,6 +5235,10 @@ const struct usb_product usb_products[] = { "Huawei E220", }, { + USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_EM770W, + "Huawei EM770W", + }, + { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E1750, "Huawei E1750", }, @@ -9827,4 +9831,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1928; +const int usb_nproducts = 1929; |
