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 | |
| 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')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 8 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
2 files changed, 18 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index cb425e18b23..18ccea77dc2 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.528 2009/10/12 22:29:16 wiz Exp $ */ +/* $NetBSD: usbdevs.h,v 1.529 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 */ /* @@ -471,6 +471,7 @@ #define USB_VENDOR_RALINK 0x1485 /* Ralink Technology */ #define USB_VENDOR_RALINK_2 0x148f /* Ralink Technology */ #define USB_VENDOR_CONCEPTRONIC 0x14b2 /* Conceptronic */ +#define USB_VENDOR_SUPERTOP 0x14cd /* SuperTop */ #define USB_VENDOR_PLANEX3 0x14ea /* Planex Communications */ #define USB_VENDOR_SILICONPORTALS 0x1527 /* Silicon Portals */ #define USB_VENDOR_OQO 0x1557 /* OQO */ @@ -2241,6 +2242,9 @@ /* XXX The above is a North American PC style keyboard possibly */ #define USB_PRODUCT_SUN_MOUSE 0x0100 /* Type 6 USB mouse */ +/* SuperTop products */ +#define USB_PRODUCT_SUPERTOP_IDEBRIDGE 0x6600 /* SuperTop IDE Bridge */ + /* Supra products */ #define USB_PRODUCT_DIAMOND2_SUPRAEXPRESS56K 0x07da /* Supra Express 56K modem */ #define USB_PRODUCT_DIAMOND2_SUPRA2890 0x0b4a /* SupraMax 2890 56K Modem */ 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; |
