diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2001-04-17 15:34:44 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2001-04-17 15:34:44 +0000 |
commit | b7ba82d18ae412facde4b784a3a9729d2ddd9b0a (patch) | |
tree | 458fd964ec712b9383c8094832377d63c5b28be1 /sys/dev/usb/usbdevs.h | |
parent | d36374f53c8fe400f76eddb954ba0ef7b586098c (diff) | |
download | FreeBSD-src-b7ba82d18ae412facde4b784a3a9729d2ddd9b0a.zip FreeBSD-src-b7ba82d18ae412facde4b784a3a9729d2ddd9b0a.tar.gz |
Regen.
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index a8f0e2d..df87efc 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -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 */ |