diff options
| author | njoly <njoly@NetBSD.org> | 2014-06-11 07:05:35 +0000 |
|---|---|---|
| committer | njoly <njoly@NetBSD.org> | 2014-06-11 07:05:35 +0000 |
| commit | 4d43c21b80ea4c06fa0e7340f16b08524c2b9c78 (patch) | |
| tree | 3d2d22c14c684b30342786fad6ea16b3cd663678 /sys/dev/usb/usbdevs_data.h | |
| parent | 21f2f9ff7a7631ad6eff48aff4b5a90168247b2e (diff) | |
Regen.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 0fd451e9637..02bac4f53cd 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.665 2014/05/30 16:12:22 nonaka Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.666 2014/06/11 07:05:35 njoly Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.672 2014/05/30 16:11:52 nonaka Exp + * NetBSD: usbdevs,v 1.673 2014/06/11 07:05:03 njoly Exp */ /* @@ -2123,6 +2123,10 @@ const struct usb_vendor usb_vendors[] = { "Intel", }, { + USB_VENDOR_INTEL2, + "Intel", + }, + { USB_VENDOR_ALLWIN, "ALLWIN Tech", }, @@ -2155,7 +2159,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 529; +const int usb_nvendors = 530; const struct usb_product usb_products[] = { { @@ -5615,6 +5619,14 @@ const struct usb_product usb_products[] = { "82930 test board", }, { + USB_VENDOR_INTEL2, USB_PRODUCT_INTEL2_RMH, + "Rate Matching Hub", + }, + { + USB_VENDOR_INTEL2, USB_PRODUCT_INTEL2_RMH2, + "Rate Matching Hub", + }, + { USB_VENDOR_INTERSIL, USB_PRODUCT_INTERSIL_PRISM_GT, "PrismGT USB 2.0 WLAN", }, @@ -10147,4 +10159,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1997; +const int usb_nproducts = 1999; |
