diff options
| author | gdt <gdt@NetBSD.org> | 2006-03-25 14:13:57 +0000 |
|---|---|---|
| committer | gdt <gdt@NetBSD.org> | 2006-03-25 14:13:57 +0000 |
| commit | bd920a1cc84a3af6d665a01562df3ed076f65a25 (patch) | |
| tree | de33e3e3b4834546f11eca8ccf6735f353bce8ab /sys/dev | |
| parent | 12b4da9d32d20b7225bb5441fe2ab74c583ba90e (diff) | |
regen
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 11 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 24 |
2 files changed, 29 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index baec3304408..7bc627f48ea 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.427 2006/03/13 16:30:41 christos Exp $ */ +/* $NetBSD: usbdevs.h,v 1.428 2006/03/25 14:13:57 gdt Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.423 2006/03/13 16:29:58 christos Exp + * NetBSD: usbdevs,v 1.424 2006/03/25 14:12:19 gdt Exp */ /* @@ -392,6 +392,7 @@ #define USB_VENDOR_SEALEVEL 0x0c52 /* Sealevel System */ #define USB_VENDOR_LUWEN 0x0c76 /* EasyDisk */ #define USB_VENDOR_ZCOM 0x0cde /* Z-Com */ +#define USB_VENDOR_QUALCOMM_K 0x0c88 /* Qualcomm Kyocera */ #define USB_VENDOR_TANGTOP 0x0d3d /* Tangtop */ #define USB_VENDOR_SMC3 0x0d5c /* Standard Microsystems */ #define USB_VENDOR_PEN 0x0d7d /* Pen Drive */ @@ -457,6 +458,7 @@ #define USB_VENDOR_SITECOM 0x6189 /* Sitecom */ #define USB_VENDOR_INTEL 0x8086 /* Intel */ #define USB_VENDOR_HP2 0xf003 /* Hewlett Packard */ +#define USB_VENDOR_USRP 0xfffe /* GNU Radio USRP */ /* * List of known products. Grouped by vendor. @@ -1583,6 +1585,8 @@ /* Qualcomm products */ #define USB_PRODUCT_QUALCOMM_CDMA_MSM 0x6000 /* CDMA Technologies MSM phone */ +#define USB_PRODUCT_QUALCOMM_K_CDMA_MSM_K 0x17da /* Qualcomm Kyocera CDMA Technologies MSM */ + /* Quickshot products */ #define USB_PRODUCT_QUICKSHOT_STRIKEPAD 0x6238 /* USB StrikePad */ @@ -1881,6 +1885,9 @@ /* U.S. Robotics products */ #define USB_PRODUCT_USR_USR1120 0x00eb /* USR1120 WLAN */ +/* GNU Radio USRP */ +#define USB_PRODUCT_USRP_USRPv2 0x0002 /* USRP Revision 2 */ + /* VidzMedia products */ #define USB_PRODUCT_VIDZMEDIA_MONSTERTV 0x4fb1 /* MonsterTV P2H */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 60ac8ddea0b..926e69c49c5 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.428 2006/03/13 16:30:41 christos Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.429 2006/03/25 14:13:57 gdt Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.423 2006/03/13 16:29:58 christos Exp + * NetBSD: usbdevs,v 1.424 2006/03/25 14:12:19 gdt Exp */ /* @@ -1342,6 +1342,10 @@ const struct usb_vendor usb_vendors[] = { "Z-Com", }, { + USB_VENDOR_QUALCOMM_K, + "Qualcomm Kyocera", + }, + { USB_VENDOR_TANGTOP, "Tangtop", }, @@ -1601,8 +1605,12 @@ const struct usb_vendor usb_vendors[] = { USB_VENDOR_HP2, "Hewlett Packard", }, + { + USB_VENDOR_USRP, + "GNU Radio USRP", + }, }; -const int usb_nvendors = 389; +const int usb_nvendors = 391; const struct usb_product usb_products[] = { { @@ -4530,6 +4538,10 @@ const struct usb_product usb_products[] = { "CDMA Technologies MSM phone", }, { + USB_VENDOR_QUALCOMM_K, USB_PRODUCT_QUALCOMM_K_CDMA_MSM_K, + "Qualcomm Kyocera CDMA Technologies MSM", + }, + { USB_VENDOR_QUICKSHOT, USB_PRODUCT_QUICKSHOT_STRIKEPAD, "USB StrikePad", }, @@ -5226,6 +5238,10 @@ const struct usb_product usb_products[] = { "USR1120 WLAN", }, { + USB_VENDOR_USRP, USB_PRODUCT_USRP_USRPv2, + "USRP Revision 2", + }, + { USB_VENDOR_VIDZMEDIA, USB_PRODUCT_VIDZMEDIA_MONSTERTV, "MonsterTV P2H", }, @@ -5422,4 +5438,4 @@ const struct usb_product usb_products[] = { "Scorpion-980N keyboard", }, }; -const int usb_nproducts = 954; +const int usb_nproducts = 956; |
