diff options
| author | aymeric <aymeric@NetBSD.org> | 2013-05-09 12:41:13 +0000 |
|---|---|---|
| committer | aymeric <aymeric@NetBSD.org> | 2013-05-09 12:41:13 +0000 |
| commit | e702704ba6dd5344782e534ee96d08f1e05b98cd (patch) | |
| tree | 4e2ce7239bf8c31544da3f78bceea7a5374374bc /sys/dev/usb/usbdevs_data.h | |
| parent | ef16b270921122c207f00cdd72b52eaeefbc8dcd (diff) | |
regen
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 e18394fc859..50ece378c78 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.640 2013/05/03 15:38:04 jakllsch Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.641 2013/05/09 12:41:13 aymeric Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -243,6 +243,10 @@ const struct usb_vendor usb_vendors[] = { "STMicroelectronics", }, { + USB_VENDOR_FOXCONN, + "Foxconn / Hon Hai", + }, + { USB_VENDOR_MEIZU, "Meizu Electronics", }, @@ -2127,7 +2131,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 522; +const int usb_nvendors = 523; const struct usb_product usb_products[] = { { @@ -4715,6 +4719,10 @@ const struct usb_product usb_products[] = { "WL-430U", }, { + USB_VENDOR_FOXCONN, USB_PRODUCT_FOXCONN_AR3012, + "Bluetooth AR3012", + }, + { USB_VENDOR_FREECOM, USB_PRODUCT_FREECOM_DVD, "Connector for DVD drive", }, @@ -9987,4 +9995,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1964; +const int usb_nproducts = 1965; |
