summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2010-03-28 20:09:04 +0000
committerthompsa <thompsa@FreeBSD.org>2010-03-28 20:09:04 +0000
commit9b74cb340c6ec643364babbb29e8ff3c9c1cbeef (patch)
tree4a607a01fa20fbe22aafd560e879f3daa6b427c3 /sys/dev/usb
parent05c3e8be6ebaab5d9005fda0547e1fe9248fb460 (diff)
downloadFreeBSD-src-9b74cb340c6ec643364babbb29e8ff3c9c1cbeef.zip
FreeBSD-src-9b74cb340c6ec643364babbb29e8ff3c9c1cbeef.tar.gz
Do not sync cache for the PL2506
PR: usb/144915 Submitted by: Monty Hall
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/quirk/usb_quirk.c2
-rw-r--r--sys/dev/usb/usbdevs1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/quirk/usb_quirk.c b/sys/dev/usb/quirk/usb_quirk.c
index 4090b56..b829ac1 100644
--- a/sys/dev/usb/quirk/usb_quirk.c
+++ b/sys/dev/usb/quirk/usb_quirk.c
@@ -318,6 +318,8 @@ static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {
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),
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 6432768..e412851 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -2416,6 +2416,7 @@ product PROLIFIC PL2303 0x2303 PL2303 Serial (ATEN/IOGEAR UC232A)
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
OpenPOWER on IntegriCloud