diff mbox

[v3] storage: Widen bcdDevice range for SanDisk SDDR-31 quirk

Message ID trinity-a448dd75-5498-43b4-a85d-eda23e21d5fc-1528895326038@3c-app-mailcom-lxa11 (mailing list archive)
State New, archived
Headers show

Commit Message

Mark Knibbs June 13, 2018, 1:08 p.m. UTC
The SanDisk SDDR-31 needs the US_FL_FIX_CAPACITY quirk. Previously that
was only applied for bcdDevice 0x0009, but later firmware which reports
bcdDevice 0x0022 needs it too.

Signed-off-by: Mark Knibbs <mark_k@iname.com>
---
v4: Max. bcdDevice is 0x0022 again, removed extraneous text
v3: Fixed tabs, but accidentally reverted max. bcdDevice to 0x00FF
v2: Changed maximum bcdDevice to 0x0022

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index 747d3a9..dfcceaf 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -1044,7 +1044,7 @@  UNUSUAL_DEV(  0x0781, 0x0001, 0x0200, 0x0200,
 		USB_SC_SCSI, USB_PR_CB, NULL,
 		US_FL_SINGLE_LUN ),
 
-UNUSUAL_DEV(  0x0781, 0x0002, 0x0009, 0x0009,
+UNUSUAL_DEV(  0x0781, 0x0002, 0x0000, 0x0022,
 		"SanDisk Corporation",
 		"ImageMate CompactFlash USB",
 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,