View | Details | Raw Unified | Return to bug 46004 | Differences between
and this patch

Collapse All | Expand All

(-)usb.new/umass.c (+5 lines)
Lines 323-328 Link Here
323
};
323
};
324
324
325
Static struct umass_devdescr_t umass_devdescrs[] = {
325
Static struct umass_devdescr_t umass_devdescrs[] = {
326
	{ USB_VENDOR_TREK, USB_PRODUCT_TREK_THUMBDRIVE_8MB, RID_WILDCARD,
327
	  UMASS_PROTO_ATAPI | UMASS_PROTO_BBB,
328
	  IGNORE_RESIDUE
329
/* | NO_TEST_UNIT_READY */
330
	},
326
	{ USB_VENDOR_FUJIPHOTO, USB_PRODUCT_FUJIPHOTO_MASS0100, RID_WILDCARD,
331
	{ USB_VENDOR_FUJIPHOTO, USB_PRODUCT_FUJIPHOTO_MASS0100, RID_WILDCARD,
327
	  UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I,
332
	  UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I,
328
	  RS_NO_CLEAR_UA
333
	  RS_NO_CLEAR_UA
(-)usb.new/usbdevs (+1 lines)
Lines 1068-1073 Link Here
1068
1068
1069
/* Trek Technology products */
1069
/* Trek Technology products */
1070
product TREK THUMBDRIVE		0x1111	ThumbDrive
1070
product TREK THUMBDRIVE		0x1111	ThumbDrive
1071
product TREK THUMBDRIVE		0x9988	ThumbDrive
1071
1072
1072
/* Ultima products */
1073
/* Ultima products */
1073
product ULTIMA 1200UBPLUS	0x4002	1200 UB Plus scanner
1074
product ULTIMA 1200UBPLUS	0x4002	1200 UB Plus scanner
(-)usb.new/usbdevs.h (+2 lines)
Lines 1076-1081 Link Here
1076
/* Trek Technology products */
1076
/* Trek Technology products */
1077
#define	USB_PRODUCT_TREK_THUMBDRIVE	0x1111		/* ThumbDrive */
1077
#define	USB_PRODUCT_TREK_THUMBDRIVE	0x1111		/* ThumbDrive */
1078
1078
1079
#define USB_PRODUCT_TREK_THUMBDRIVE_8MB	0x9988		/* ThumbDrive */
1080
1079
/* Ultima products */
1081
/* Ultima products */
1080
#define	USB_PRODUCT_ULTIMA_1200UBPLUS	0x4002		/* 1200 UB Plus scanner */
1082
#define	USB_PRODUCT_ULTIMA_1200UBPLUS	0x4002		/* 1200 UB Plus scanner */
1081
1083
(-)usb.new/usbdevs_data.h (+7 lines)
Lines 2571-2576 Link Here
2571
	    "Trek Technology",
2571
	    "Trek Technology",
2572
	    "ThumbDrive",
2572
	    "ThumbDrive",
2573
	},
2573
	},
2574
2575
	{
2576
	    USB_VENDOR_TREK, USB_PRODUCT_TREK_THUMBDRIVE_8MB,
2577
	    0,
2578
	    "Trek Technology",
2579
	    "ThumbDrive",
2580
	},
2574
	{
2581
	{
2575
	    USB_VENDOR_ULTIMA, USB_PRODUCT_ULTIMA_1200UBPLUS,
2582
	    USB_VENDOR_ULTIMA, USB_PRODUCT_ULTIMA_1200UBPLUS,
2576
	    0,
2583
	    0,

Return to bug 46004