View | Details | Raw Unified | Return to bug 143186
Collapse All | Expand All

(-)dev/usb/storage/umass.c (+8 lines)
Lines 497-502 Link Here
497
		UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
497
		UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
498
		WRONG_CSWSIG
498
		WRONG_CSWSIG
499
	},
499
	},
500
	{USB_VENDOR_GOOGLE, USB_PRODUCT_GOOGLE_NEXUSONE, RID_WILDCARD,
501
		UMASS_PROTO_DEFAULT,
502
		NO_QUIRKS
503
	},
500
	{USB_VENDOR_HAGIWARA, USB_PRODUCT_HAGIWARA_FG, RID_WILDCARD,
504
	{USB_VENDOR_HAGIWARA, USB_PRODUCT_HAGIWARA_FG, RID_WILDCARD,
501
		UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
505
		UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
502
		NO_QUIRKS
506
		NO_QUIRKS
Lines 741-746 Link Here
741
		UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
745
		UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
742
		IGNORE_RESIDUE | NO_START_STOP
746
		IGNORE_RESIDUE | NO_START_STOP
743
	},
747
	},
748
	{USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_USB20CRW, RID_WILDCARD,
749
		UMASS_PROTO_DEFAULT,
750
		NO_QUIRKS
751
	},
744
	{USB_VENDOR_SAMSUNG, USB_PRODUCT_SAMSUNG_YP_U2, RID_WILDCARD,
752
	{USB_VENDOR_SAMSUNG, USB_PRODUCT_SAMSUNG_YP_U2, RID_WILDCARD,
745
		UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
753
		UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
746
		SHUTTLE_INIT | NO_GETMAXLUN
754
		SHUTTLE_INIT | NO_GETMAXLUN
(-)dev/usb/usbdevs (+5 lines)
Lines 621-626 Link Here
621
vendor SENAO		0x1740	Senao
621
vendor SENAO		0x1740	Senao
622
vendor METAGEEK		0x1781	MetaGeek
622
vendor METAGEEK		0x1781	MetaGeek
623
vendor AMIT		0x18c5	AMIT
623
vendor AMIT		0x18c5	AMIT
624
vendor GOOGLE		0x18d1	Google
624
vendor QCOM		0x18e8	Qcom
625
vendor QCOM		0x18e8	Qcom
625
vendor LINKSYS3		0x1915	Linksys
626
vendor LINKSYS3		0x1915	Linksys
626
vendor QUALCOMMINC	0x19d2	Qualcomm, Incorporated
627
vendor QUALCOMMINC	0x19d2	Qualcomm, Incorporated
Lines 1383-1388 Link Here
1383
product GOODWAY GWUSB2E		0x6200	GWUSB2E
1384
product GOODWAY GWUSB2E		0x6200	GWUSB2E
1384
product GOODWAY RT2573		0xc019	RT2573
1385
product GOODWAY RT2573		0xc019	RT2573
1385
1386
1387
/* Google products */
1388
product	GOOGLE NEXUSONE		0x4e11	Nexus One
1389
1386
/* Gravis products */
1390
/* Gravis products */
1387
product GRAVIS GAMEPADPRO	0x4001	GamePad Pro
1391
product GRAVIS GAMEPADPRO	0x4001	GamePad Pro
1388
1392
Lines 2078-2083 Link Here
2078
product RALINK RT2573_2		0x9021	RT2501USB Wireless Adapter
2082
product RALINK RT2573_2		0x9021	RT2501USB Wireless Adapter
2079
2083
2080
/* ReakTek products */
2084
/* ReakTek products */
2085
product REALTEK USB20CRW	0x0158	USB20CRW Card Reader
2081
/* Green House and CompUSA OEM this part */
2086
/* Green House and CompUSA OEM this part */
2082
product REALTEK USBKR100	0x8150	USBKR100 USB Ethernet
2087
product REALTEK USBKR100	0x8150	USBKR100 USB Ethernet
2083
product REALTEK RTL8187		0x8187	RTL8187 Wireless Adapter
2088
product REALTEK RTL8187		0x8187	RTL8187 Wireless Adapter

Return to bug 143186