diff options
author | trhodes <trhodes@FreeBSD.org> | 2003-01-30 18:33:01 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2003-01-30 18:33:01 +0000 |
commit | d312b9554d9b0c56350457c90e9dabc8a08cb910 (patch) | |
tree | eceb428ac211730997c524efaf060dbbdc202d75 /sys/dev/usb/usbdevs.h | |
parent | 3a7d59274d7128d8814becb284532a6af332ac60 (diff) | |
download | FreeBSD-src-d312b9554d9b0c56350457c90e9dabc8a08cb910.zip FreeBSD-src-d312b9554d9b0c56350457c90e9dabc8a08cb910.tar.gz |
Add support for the Trek Thumbdrive 8MB USB Drive.
PR: 46004
Submitted by: Brian J. McGovern <mcgovern@tick.beta.com> (original version)
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index c47c5c8..f7caad7 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1075,7 +1075,7 @@ /* Telex Communications products */ #define USB_PRODUCT_TELEX_MIC1 0x0001 /* Enhanced USB Microphone */ - +#define USB_PRODUCT_TREK_THUMBDRIVE_8MB 0x9988 /* ThumbDrive 8MB */ /* Texas Intel products */ #define USB_PRODUCT_TI_UTUSB41 0x1446 /* UT-USB41 hub */ #define USB_PRODUCT_TI_TUSB2046 0x2046 /* TUSB2046 hub */ @@ -1086,6 +1086,8 @@ /* Trek Technology products */ #define USB_PRODUCT_TREK_THUMBDRIVE 0x1111 /* ThumbDrive */ +#define USB_PRODUCT_TREK_THUMBDRIVE_8MB 0x9988 /* ThumbDrive */ + /* Ultima products */ #define USB_PRODUCT_ULTIMA_1200UBPLUS 0x4002 /* 1200 UB Plus scanner */ |