diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2003-01-31 22:34:16 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2003-01-31 22:34:16 +0000 |
| commit | 48929620abdd4247f1aa6e61d50d34db3e1c6239 (patch) | |
| tree | e8c464e28f905b8251d766137c19646b8dff1f31 /sys/dev/usb/usbdevs.h | |
| parent | fd73d5f7f0fc7afce6f07b4d84022a634d265df1 (diff) | |
Notes
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 b3ed8b6290d9..4a70d05f3789 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1075,9 +1075,11 @@ /* Thrustmaster products */ #define USB_PRODUCT_THRUST_FUSION_PAD 0xa0a3 /* Fusion Digital Gamepad */ -/* Trek Technology products */ +#define USB_PRODUCT_TREK_THUMBDRIVE_8MB 0x9988 /* ThumbDrive 8MB *//* 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 */ |
