diff options
author | marcel <marcel@FreeBSD.org> | 2003-02-02 01:58:28 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-02-02 01:58:28 +0000 |
commit | 7aeb9d406d02cf35afbe0bb1f17c010418b06102 (patch) | |
tree | bfa5d00b22016311eabd01ad645f3c1d3fafc0d3 /sys/dev/usb | |
parent | 1daa16a90e7df7415a91d1aca2ed548ae2c35660 (diff) | |
download | FreeBSD-src-7aeb9d406d02cf35afbe0bb1f17c010418b06102.zip FreeBSD-src-7aeb9d406d02cf35afbe0bb1f17c010418b06102.tar.gz |
Regenerate after fixing duplicate device entries.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 5 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 12 |
2 files changed, 5 insertions, 12 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 0064df8..d244072 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.109 2003/02/01 22:50:50 sanpei Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.110 2003/02/02 01:57:31 marcel Exp */ /* @@ -1081,7 +1081,6 @@ /* 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 */ @@ -1092,7 +1091,7 @@ /* Trek Technology products */ #define USB_PRODUCT_TREK_THUMBDRIVE 0x1111 /* ThumbDrive */ -#define USB_PRODUCT_TREK_THUMBDRIVE 0x9988 /* ThumbDrive */ +#define USB_PRODUCT_TREK_THUMBDRIVE_8MB 0x9988 /* ThumbDrive_8MB */ /* Ultima products */ #define USB_PRODUCT_ULTIMA_1200UBPLUS 0x4002 /* 1200 UB Plus scanner */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 4e21d18..e5d2249 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -4,7 +4,7 @@ * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * FreeBSD: src/sys/dev/usb/usbdevs,v 1.109 2003/02/01 22:50:50 sanpei Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.110 2003/02/02 01:57:31 marcel Exp */ /* @@ -2596,12 +2596,6 @@ const struct usb_knowndev usb_knowndevs[] = { "Enhanced USB Microphone", }, { - USB_VENDOR_TREK, USB_PRODUCT_TREK_THUMBDRIVE_8MB, - 0, - "Trek Technology", - "ThumbDrive_8MB", - }, - { USB_VENDOR_TI, USB_PRODUCT_TI_UTUSB41, 0, "Texas Instruments", @@ -2626,10 +2620,10 @@ const struct usb_knowndev usb_knowndevs[] = { "ThumbDrive", }, { - USB_VENDOR_TREK, USB_PRODUCT_TREK_THUMBDRIVE, + USB_VENDOR_TREK, USB_PRODUCT_TREK_THUMBDRIVE_8MB, 0, "Trek Technology", - "ThumbDrive", + "ThumbDrive_8MB", }, { USB_VENDOR_ULTIMA, USB_PRODUCT_ULTIMA_1200UBPLUS, |