FreeBSD Bugzilla – Attachment 27051 Details for
Bug 46004
Add support for Trek Thumbdrive 8MB USB drive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.63 KB, created by
Brian J. McGovern
on 2002-12-05 04:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Brian J. McGovern
Created:
2002-12-05 04:20:01 UTC
Size:
1.63 KB
patch
obsolete
>diff -u usb/umass.c usb.new/umass.c >--- usb/umass.c Sat Nov 16 04:07:50 2002 >+++ usb.new/umass.c Mon Dec 2 21:20:39 2002 >@@ -323,6 +323,11 @@ > }; > > Static struct umass_devdescr_t umass_devdescrs[] = { >+ { USB_VENDOR_TREK, USB_PRODUCT_TREK_THUMBDRIVE_8MB, RID_WILDCARD, >+ UMASS_PROTO_ATAPI | UMASS_PROTO_BBB, >+ IGNORE_RESIDUE >+/* | NO_TEST_UNIT_READY */ >+ }, > { USB_VENDOR_FUJIPHOTO, USB_PRODUCT_FUJIPHOTO_MASS0100, RID_WILDCARD, > UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I, > RS_NO_CLEAR_UA >diff -u usb/usbdevs usb.new/usbdevs >--- usb/usbdevs Sat Nov 16 04:07:50 2002 >+++ usb.new/usbdevs Mon Dec 2 20:10:28 2002 >@@ -1068,6 +1068,7 @@ > > /* Trek Technology products */ > product TREK THUMBDRIVE 0x1111 ThumbDrive >+product TREK THUMBDRIVE 0x9988 ThumbDrive > > /* Ultima products */ > product ULTIMA 1200UBPLUS 0x4002 1200 UB Plus scanner >diff -u usb/usbdevs.h usb.new/usbdevs.h >--- usb/usbdevs.h Sat Nov 16 04:07:50 2002 >+++ usb.new/usbdevs.h Mon Dec 2 20:12:13 2002 >@@ -1076,6 +1076,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 */ > >diff -u usb/usbdevs_data.h usb.new/usbdevs_data.h >--- usb/usbdevs_data.h Sat Nov 16 04:07:50 2002 >+++ usb.new/usbdevs_data.h Mon Dec 2 20:13:48 2002 >@@ -2571,6 +2571,13 @@ > "Trek Technology", > "ThumbDrive", > }, >+ >+ { >+ USB_VENDOR_TREK, USB_PRODUCT_TREK_THUMBDRIVE_8MB, >+ 0, >+ "Trek Technology", >+ "ThumbDrive", >+ }, > { > USB_VENDOR_ULTIMA, USB_PRODUCT_ULTIMA_1200UBPLUS, > 0,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 46004
: 27051 |
27052