diff options
| author | garbled <garbled@NetBSD.org> | 2013-03-28 04:07:55 +0000 |
|---|---|---|
| committer | garbled <garbled@NetBSD.org> | 2013-03-28 04:07:55 +0000 |
| commit | d342b2aeadc56ce6aa0b806d98ba5a64d75cdc5b (patch) | |
| tree | 81a57865540047680703e145afb30efb61636523 /sys/dev/usb/usbdevs_data.h | |
| parent | f9403d4158293920ae570ee011d479b5bb47841f (diff) | |
Regen usbdevs.
Modify quirks to allow a product id of ALL
Set all TRIPPWIRE2 vendor devices to ignore hid. Three in a row means they
are all probably like this.
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 b57d6e64a29..55c1094d958 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.634 2013/03/24 23:00:48 cheusov Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.635 2013/03/28 04:07:55 garbled Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.639 2013/03/20 15:33:24 garbled Exp + * NetBSD: usbdevs,v 1.641 2013/03/28 04:05:17 garbled Exp */ /* @@ -9343,6 +9343,10 @@ const struct usb_product usb_products[] = { "SmartLCD UPS", }, { + USB_VENDOR_TRIPPLITE2, USB_PRODUCT_TRIPPLITE2_AVR550U, + "Tripp Lite AVR550U", + }, + { USB_VENDOR_TRUMPION, USB_PRODUCT_TRUMPION_T33521, "USB/MP3 decoder", }, @@ -9879,4 +9883,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1940; +const int usb_nproducts = 1941; |
