diff options
| author | tonio <tonio@NetBSD.org> | 2010-02-06 10:15:48 +0000 |
|---|---|---|
| committer | tonio <tonio@NetBSD.org> | 2010-02-06 10:15:48 +0000 |
| commit | 4557895744ba4c2d794e0fb72502c1b1b2b75d4d (patch) | |
| tree | 2ed7135be46df31e212bdfdcb4468894429b21f1 /sys/dev/usb/usbdevs_data.h | |
| parent | 4d618aaaf1c049168179eb9834506d1e16c288a6 (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 1bdb7a9124a..1c9d1500e90 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.537 2010/01/18 20:55:37 martin Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.538 2010/02/06 10:15:48 tonio Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.541 2010/01/18 20:54:22 martin Exp + * NetBSD: usbdevs,v 1.542 2010/02/06 10:11:55 tonio Exp */ /* @@ -1535,6 +1535,10 @@ const struct usb_vendor usb_vendors[] = { "Silicon Labs", }, { + USB_VENDOR_TENX, + "Ten X Technology, Inc.", + }, + { USB_VENDOR_JRC, "Japan Radio Company", }, @@ -1891,7 +1895,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 463; +const int usb_nvendors = 464; const struct usb_product usb_products[] = { { @@ -6671,6 +6675,14 @@ const struct usb_product usb_products[] = { "Enhanced USB Microphone", }, { + USB_VENDOR_TENX, USB_PRODUCT_TENX_MISSILE, + "Missile Launcher", + }, + { + USB_VENDOR_TENX, USB_PRODUCT_TENX_TEMPER, + "TEMPer sensor", + }, + { USB_VENDOR_TI, USB_PRODUCT_TI_UTUSB41, "UT-USB41 hub", }, @@ -7047,4 +7059,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1288; +const int usb_nproducts = 1290; |
