Regen after adding LaCie Pocket Drive and ACDC Pen Drive.
This commit is contained in:
parent
ab5963ee1f
commit
0f675a710b
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs.h,v 1.335 2003/06/23 23:01:09 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.336 2003/06/26 00:20:18 jschauma Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.330 2003/06/23 23:00:46 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.331 2003/06/26 00:18:08 jschauma Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -63,6 +63,7 @@
|
|||
* make the device recognised by the appropriate device driver.
|
||||
*/
|
||||
|
||||
#define USB_VENDOR_ACDC 0x0d7e /* American Computer & Digital Components */
|
||||
#define USB_VENDOR_AOX 0x03e8 /* AOX */
|
||||
#define USB_VENDOR_ATMEL 0x03eb /* Atmel */
|
||||
#define USB_VENDOR_MITSUMI 0x03ee /* Mitsumi */
|
||||
|
@ -397,6 +398,11 @@
|
|||
#define USB_PRODUCT_3COMUSR_HOMECONN 0x009d /* 3Com HomeConnect camera */
|
||||
#define USB_PRODUCT_3COMUSR_USR56K 0x3021 /* U.S.Robotics 56000 Voice Faxmodem Pro */
|
||||
|
||||
/* ACDC products */
|
||||
#define USB_PRODUCT_ACDC_HUB 0x2315 /* USB Pen Drive HUB */
|
||||
#define USB_PRODUCT_ACDC_PEN 0x2317 /* USB Pen Drive with Secure Write */
|
||||
#define USB_PRODUCT_ACDC_SECWRITE 0x2316 /* USB Pen Drive Secure Write */
|
||||
|
||||
/* AboCom products */
|
||||
#define USB_PRODUCT_ABOCOM_XX1 0x110c /* XX1 */
|
||||
#define USB_PRODUCT_ABOCOM_XX2 0x200c /* XX2 */
|
||||
|
@ -933,6 +939,7 @@
|
|||
/* LaCie products */
|
||||
#define USB_PRODUCT_LACIE_HD 0xa601 /* Hard Disk */
|
||||
#define USB_PRODUCT_LACIE_CDRW 0xa602 /* CD R/W */
|
||||
#define USB_PRODUCT_LACIE_PKTDRV 0x0211 /* PocketDrive */
|
||||
|
||||
/* Lexar products */
|
||||
#define USB_PRODUCT_LEXAR_JUMPSHOT 0x0001 /* jumpSHOT CompactFlash Reader */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs_data.h,v 1.336 2003/06/23 23:01:10 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.337 2003/06/26 00:20:18 jschauma Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.330 2003/06/23 23:00:46 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.331 2003/06/26 00:18:08 jschauma Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -105,6 +105,24 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||
"U.S. Robotics",
|
||||
"U.S.Robotics 56000 Voice Faxmodem Pro",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ACDC, USB_PRODUCT_ACDC_HUB,
|
||||
0,
|
||||
"American Computer & Digital Components",
|
||||
"USB Pen Drive HUB",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ACDC, USB_PRODUCT_ACDC_PEN,
|
||||
0,
|
||||
"American Computer & Digital Components",
|
||||
"USB Pen Drive with Secure Write",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ACDC, USB_PRODUCT_ACDC_SECWRITE,
|
||||
0,
|
||||
"American Computer & Digital Components",
|
||||
"USB Pen Drive Secure Write",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_XX1,
|
||||
0,
|
||||
|
@ -2097,6 +2115,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||
"LaCie",
|
||||
"CD R/W",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_LACIE, USB_PRODUCT_LACIE_PKTDRV,
|
||||
0,
|
||||
"LaCie",
|
||||
"PocketDrive",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_LEXAR, USB_PRODUCT_LEXAR_JUMPSHOT,
|
||||
0,
|
||||
|
@ -4017,6 +4041,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||
"ZyXEL Communication",
|
||||
"Scorpion-980N keyboard",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ACDC, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"American Computer & Digital Components",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_AOX, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
|
Loading…
Reference in New Issue