This commit is contained in:
Nick Hibma 2001-04-17 15:34:44 +00:00
parent dacb51ca16
commit e47670c92d
2 changed files with 18 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.57 2001/04/12 11:04:08 n_hibma Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.58 2001/04/17 15:34:22 n_hibma Exp
*/
/*
@ -181,6 +181,7 @@
#define USB_VENDOR_BRAINBOXES 0x05d1 /* Brainboxes Limited */
#define USB_VENDOR_AXIOHM 0x05d9 /* Axiohm Transaction Solutions */
#define USB_VENDOR_MICROTEK 0x05da /* Microtek */
#define USB_VENDOR_LEXAR 0x05dc /* Lexar Media */
#define USB_VENDOR_SYMBOL 0x05e0 /* Symbol Technologies */
#define USB_VENDOR_GENESYS 0x05e3 /* Genesys Logic, Inc. */
#define USB_VENDOR_FUJI 0x05e5 /* Fuji Electric Co., Ltd. */
@ -628,6 +629,9 @@
/* LaCie products */
#define USB_PRODUCT_LACIE_CDRW 0xa602 /* CD R/W */
/* Lexar products */
#define USB_PRODUCT_LEXAR_JUMPSHOT 0x0001 /* jumpSHOT CompactFlash Reader */
/* Lexmark products */
#define USB_PRODUCT_LEXMARK_S2450 0x0009 /* Optra S 2450 */

View File

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.57 2001/04/12 11:04:08 n_hibma Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.58 2001/04/17 15:34:22 n_hibma Exp
*/
/*
@ -1011,6 +1011,12 @@ struct usb_knowndev usb_knowndevs[] = {
"LaCie",
"CD R/W",
},
{
USB_VENDOR_LEXAR, USB_PRODUCT_LEXAR_JUMPSHOT,
0,
"Lexar Media",
"jumpSHOT CompactFlash Reader",
},
{
USB_VENDOR_LEXMARK, USB_PRODUCT_LEXMARK_S2450,
0,
@ -2673,6 +2679,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Microtek",
NULL,
},
{
USB_VENDOR_LEXAR, 0,
USB_KNOWNDEV_NOPROD,
"Lexar Media",
NULL,
},
{
USB_VENDOR_SYMBOL, 0,
USB_KNOWNDEV_NOPROD,