diff options
| author | nonaka <nonaka@NetBSD.org> | 2012-03-03 05:38:41 +0000 |
|---|---|---|
| committer | nonaka <nonaka@NetBSD.org> | 2012-03-03 05:38:41 +0000 |
| commit | 1931f8d5910b6978e59b7e44549ffb989406c8bb (patch) | |
| tree | 21aedb456a451ea0bbd40d2ccc2c8c77e8e37545 /sys/dev/usb/usbdevs_data.h | |
| parent | 1edd36428c21d5f5b147aa15c220388477ff1958 (diff) | |
regen.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 2bc7246b8d5..46350e679aa 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.602 2012/02/19 14:55:41 mbalmer Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.603 2012/03/03 05:38:41 nonaka Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.608 2012/02/19 14:54:25 mbalmer Exp + * NetBSD: usbdevs,v 1.609 2012/03/03 05:38:17 nonaka Exp */ /* @@ -1863,6 +1863,10 @@ const struct usb_vendor usb_vendors[] = { "Quanta", }, { + USB_VENDOR_TERMINUS, + "Terminus Technology", + }, + { USB_VENDOR_WINCHIPHEAD2, "QinHeng Electronics", }, @@ -2043,7 +2047,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 501; +const int usb_nvendors = 502; const struct usb_product usb_products[] = { { |
