svn commit: r205805 - in head/sys/dev/usb: . quirk

Andrew Thompson thompsa at FreeBSD.org
Sun Mar 28 20:09:05 UTC 2010


Author: thompsa
Date: Sun Mar 28 20:09:04 2010
New Revision: 205805
URL: http://svn.freebsd.org/changeset/base/205805

Log:
  Do not sync cache for the PL2506
  
  PR:		usb/144915
  Submitted by:	Monty Hall

Modified:
  head/sys/dev/usb/quirk/usb_quirk.c
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/quirk/usb_quirk.c
==============================================================================
--- head/sys/dev/usb/quirk/usb_quirk.c	Sun Mar 28 20:07:08 2010	(r205804)
+++ head/sys/dev/usb/quirk/usb_quirk.c	Sun Mar 28 20:09:04 2010	(r205805)
@@ -318,6 +318,8 @@ static struct usb_quirk_entry usb_quirks
 	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),

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Sun Mar 28 20:07:08 2010	(r205804)
+++ head/sys/dev/usb/usbdevs	Sun Mar 28 20:09:04 2010	(r205805)
@@ -2416,6 +2416,7 @@ product PROLIFIC PL2303		0x2303	PL2303 S
 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 svn-src-head mailing list