From d342b2aeadc56ce6aa0b806d98ba5a64d75cdc5b Mon Sep 17 00:00:00 2001 From: garbled Date: Thu, 28 Mar 2013 04:07:55 +0000 Subject: 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. --- sys/dev/usb/usbdevs_data.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'sys/dev/usb/usbdevs_data.h') 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 */ /* @@ -9342,6 +9342,10 @@ const struct usb_product usb_products[] = { USB_VENDOR_TRIPPLITE2, USB_PRODUCT_TRIPPLITE2_SMARTLCD, "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; -- cgit