diff options
| author | pooka <pooka@NetBSD.org> | 2010-02-19 13:56:39 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2010-02-19 13:56:39 +0000 |
| commit | 0c9a7e023d1a48fffe1065e76a77d10d37e8b3fa (patch) | |
| tree | 7e27c7b589eddc02b1083a4b6d6fd7df9ec338e1 /sys/dev/usb/usbdevs_data.h | |
| parent | 91e54342ca61094915443d53ae4dc01e49171155 (diff) | |
regen: huawei K3765
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 02380ec00cd..cfa09859e3d 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs_data.h,v 1.539 2010/02/08 20:44:01 snj Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.540 2010/02/19 13:56:39 pooka Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.543 2010/02/08 20:43:00 snj Exp + * NetBSD: usbdevs,v 1.544 2010/02/19 13:55:51 pooka Exp */ /* @@ -3787,6 +3787,14 @@ const struct usb_product usb_products[] = { "Huawei E220", }, { + USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_K3765, + "Huawei K3765", + }, + { + USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_K3765INIT, + "Huawei K3765 USB CD", + }, + { USB_VENDOR_HUAWEI3COM, USB_PRODUCT_HUAWEI3COM_RT2573, "RT2573", }, @@ -7063,4 +7071,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1291; +const int usb_nproducts = 1293; |
