This commit is contained in:
Josef Karthauser 2003-07-11 21:17:53 +00:00
parent 02fe91185f
commit 4608d6b170
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117458
2 changed files with 34 additions and 2 deletions

View file

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.131 2003/07/10 18:43:16 wpaul Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.132 2003/07/11 21:17:29 joe Exp
*/
/*
@ -154,6 +154,7 @@
#define USB_VENDOR_IIYAMA 0x04e1 /* Iiyama */
#define USB_VENDOR_SHUTTLE 0x04e6 /* Shuttle Technology */
#define USB_VENDOR_ANNABOOKS 0x04ed /* Annabooks */
#define USB_VENDOR_JVC 0x04f1 /* JVC */
#define USB_VENDOR_CHICONY 0x04f2 /* Chicony Electronics */
#define USB_VENDOR_BROTHER 0x04f9 /* Brother Industries */
#define USB_VENDOR_DALLAS 0x04fa /* Dallas Semiconductor */
@ -315,6 +316,7 @@
#define USB_VENDOR_ALATION 0x0910 /* Alation Systems */
#define USB_VENDOR_GOHUBS 0x0921 /* GoHubs */
#define USB_VENDOR_BIOMETRIC 0x0929 /* American Biometric Company */
#define USB_VENDOR_TOSHIBA 0x0930 /* Toshiba Corporation */
#define USB_VENDOR_YANO 0x094f /* Yano */
#define USB_VENDOR_KINGSTON 0x0951 /* Kingston Technology */
#define USB_VENDOR_BLUEWATER 0x0956 /* BlueWater Systems */
@ -740,6 +742,9 @@
#define USB_PRODUCT_IOMEGA_ZIP100 0x0001 /* Zip 100 */
#define USB_PRODUCT_IOMEGA_ZIP250 0x0030 /* Zip 250 */
/* JVC products */
#define USB_PRODUCT_JVC_GR_DX95 0x000a /* GR-DX95 */
/* JRC products */
#define USB_PRODUCT_JRC_AH_J3001V_J3002V 0x0001 /* AirH\" PHONE AH-J3001V/J3002V */
@ -1141,6 +1146,9 @@
/* Thrustmaster products */
#define USB_PRODUCT_THRUST_FUSION_PAD 0xa0a3 /* Fusion Digital Gamepad */
/* Toshiba Corporation products */
#define USB_PRODUCT_TOSHIBA_POCKETPC_E740 0x0706 /* PocketPC e740 */
/* Trek Technology products */
#define USB_PRODUCT_TREK_THUMBDRIVE 0x1111 /* ThumbDrive */
#define USB_PRODUCT_TREK_THUMBDRIVE_8MB 0x9988 /* ThumbDrive_8MB */

View file

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.131 2003/07/10 18:43:16 wpaul Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.132 2003/07/11 21:17:29 joe Exp
*/
/*
@ -1371,6 +1371,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Iomega",
"Zip 250",
},
{
USB_VENDOR_JVC, USB_PRODUCT_JVC_GR_DX95,
0,
"JVC",
"GR-DX95",
},
{
USB_VENDOR_JRC, USB_PRODUCT_JRC_AH_J3001V_J3002V,
0,
@ -2799,6 +2805,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Thrustmaster",
"Fusion Digital Gamepad",
},
{
USB_VENDOR_TOSHIBA, USB_PRODUCT_TOSHIBA_POCKETPC_E740,
0,
"Toshiba Corporation",
"PocketPC e740",
},
{
USB_VENDOR_TREK, USB_PRODUCT_TREK_THUMBDRIVE,
0,
@ -3447,6 +3459,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Annabooks",
NULL,
},
{
USB_VENDOR_JVC, 0,
USB_KNOWNDEV_NOPROD,
"JVC",
NULL,
},
{
USB_VENDOR_CHICONY, 0,
USB_KNOWNDEV_NOPROD,
@ -4413,6 +4431,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"American Biometric Company",
NULL,
},
{
USB_VENDOR_TOSHIBA, 0,
USB_KNOWNDEV_NOPROD,
"Toshiba Corporation",
NULL,
},
{
USB_VENDOR_YANO, 0,
USB_KNOWNDEV_NOPROD,