PERFORCE change 175945 for review

Hans Petter Selasky hselasky at FreeBSD.org
Mon Mar 22 16:42:49 UTC 2010


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

Change 175945 by hselasky at hselasky_laptop001 on 2010/03/22 16:42:37

	USB quirk:
		- add another quirk
	
	PR:		usb/144915

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/quirk/usb_quirk.c#25 edit
.. //depot/projects/usb/src/sys/dev/usb/usbdevs#113 edit

Differences ...

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

@@ -317,6 +317,8 @@
 	USB_QUIRK(PNY, ATTACHE2, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB,
 	    UQ_MSC_FORCE_PROTO_SCSI, UQ_MSC_IGNORE_RESIDUE,
 	    UQ_MSC_NO_START_STOP),
+	USB_QUIRK(PROLIFIC, PL2506, 0x0000, 0xffff,
+	    UQ_MSC_NO_SYNC_CACHE),
 	USB_QUIRK_VP(USB_VENDOR_SAMSUNG_TECHWIN,
 	    USB_PRODUCT_SAMSUNG_TECHWIN_DIGIMAX_410, UQ_MSC_FORCE_WIRE_BBB,
 	    UQ_MSC_FORCE_PROTO_SCSI, UQ_MSC_NO_INQUIRY),

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

@@ -2412,6 +2412,7 @@
 product PROLIFIC PL2305		0x2305	Parallel printer
 product PROLIFIC ATAPI4		0x2307	ATAPI-4 Controller
 product PROLIFIC PL2501		0x2501	PL2501 Host-Host interface
+product PROLIFIC PL2506		0x2506	PL2506 USB to IDE Bridge
 product PROLIFIC PHAROS		0xaaa0	Prolific Pharos
 product PROLIFIC RSAQ3		0xaaa2	PL2303 Serial Adapter (IODATA USB-RSAQ3)
 product PROLIFIC2 WSIM		0x2001	Willcom WSIM


More information about the p4-projects mailing list