diff options
| author | is <is@NetBSD.org> | 2009-10-30 16:25:46 +0000 |
|---|---|---|
| committer | is <is@NetBSD.org> | 2009-10-30 16:25:46 +0000 |
| commit | 57766df4d322c6fdcb99a075239a9bb16c523f44 (patch) | |
| tree | 3a6e596c3da304e9d00ec7fd5b00ae8a019f85b3 /sys/dev/usb/usbdevs_data.h | |
| parent | 5886aca913fd2a3adbd85d68f627ce9ea052b338 (diff) | |
regenerate:
Quirk to regenerate residue for borken UMASS devices; needed (at least)
for Supertop IDE bridge. From Matthias Kretschmer, PR 42225.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 75ad601b70d..a28d9649d9a 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.529 2009/10/12 22:29:16 wiz Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.530 2009/10/30 16:25:46 is Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.534 2009/10/12 22:28:15 wiz Exp + * NetBSD: usbdevs,v 1.535 2009/10/30 16:22:32 is Exp */ /* @@ -1663,6 +1663,10 @@ const struct usb_vendor usb_vendors[] = { "Conceptronic", }, { + USB_VENDOR_SUPERTOP, + "SuperTop", + }, + { USB_VENDOR_PLANEX3, "Planex Communications", }, @@ -1883,7 +1887,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 461; +const int usb_nvendors = 462; const struct usb_product usb_products[] = { { @@ -6455,6 +6459,10 @@ const struct usb_product usb_products[] = { "Type 6 USB mouse", }, { + USB_VENDOR_SUPERTOP, USB_PRODUCT_SUPERTOP_IDEBRIDGE, + "SuperTop IDE Bridge", + }, + { USB_VENDOR_DIAMOND2, USB_PRODUCT_DIAMOND2_SUPRAEXPRESS56K, "Supra Express 56K modem", }, @@ -6935,4 +6943,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1262; +const int usb_nproducts = 1263; |
