PERFORCE change 176296 for review

Hans Petter Selasky hselasky at FreeBSD.org
Tue Mar 30 19:12:34 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=176296

Change 176296 by hselasky at hselasky_laptop001 on 2010/03/30 19:12:24

	USB quirk:
		- add new mass storage quirk from:
		Dmitry Luhtionov

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/quirk/usb_quirk.c#26 edit
.. //depot/projects/usb/src/sys/dev/usb/usbdevs#116 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/quirk/usb_quirk.c#26 (text+ko) ====

@@ -151,6 +151,7 @@
 	USB_QUIRK(AIPTEK2, SUNPLUS_TECH, 0x0000, 0xffff, UQ_MSC_NO_SYNC_CACHE),
 	USB_QUIRK(ALCOR, SDCR_6335, 0x0000, 0xffff, UQ_MSC_NO_TEST_UNIT_READY,
 	    UQ_MSC_NO_SYNC_CACHE),
+	USB_QUIRK(ALCOR, SDCR_6362, 0x0000, 0xffff, UQ_MSC_NO_SYNC_CACHE),
 	USB_QUIRK(ALCOR, AU6390, 0x0000, 0xffff, UQ_MSC_NO_SYNC_CACHE),
 	USB_QUIRK(ALCOR, UMCR_9361, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB,
 	    UQ_MSC_FORCE_PROTO_SCSI, UQ_MSC_NO_GETMAXLUN),

==== //depot/projects/usb/src/sys/dev/usb/usbdevs#116 (text+ko) ====

@@ -872,6 +872,7 @@
 product ALCOR2 KBD_HUB		0x2802	Kbd Hub
 
 product ALCOR SDCR_6335		0x6335	SD/MMC Card Reader
+product ALCOR SDCR_6362		0x6362	SD/MMC Card Reader
 product ALCOR TRANSCEND		0x6387	Transcend JetFlash Drive
 product ALCOR MA_KBD_HUB	0x9213	MacAlly Kbd Hub
 product ALCOR AU9814		0x9215	AU9814 Hub


More information about the p4-projects mailing list