This is a note to let you know that I've just added the patch titled
uas: Add US_FL_NO_ATA_1X for Initio Corporation controllers / devices
to the 3.19-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
uas-add-us_fl_no_ata_1x-for-initio-corporation-controllers-devices.patch
and it can be found in the queue-3.19 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From bda13e35d584dabf52c9f77e0fe62683ac4d9f86 Mon Sep 17 00:00:00 2001
From: Hans de Goede <[email protected]>
Date: Mon, 16 Mar 2015 15:18:13 +0100
Subject: uas: Add US_FL_NO_ATA_1X for Initio Corporation controllers / devices
From: Hans de Goede <[email protected]>
commit bda13e35d584dabf52c9f77e0fe62683ac4d9f86 upstream.
A new uas compatible controller has shown up in some people's devices from
the manufacturer Initio Corporation, this controller needs the US_FL_NO_ATA_1X
quirk to work properly with uas, so add it to the uas quirks table.
Reported-and-tested-by: Benjamin Tissoires <[email protected]>
Cc: Benjamin Tissoires <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/usb/storage/unusual_uas.h | 7 +++++++
1 file changed, 7 insertions(+)
--- a/drivers/usb/storage/unusual_uas.h
+++ b/drivers/usb/storage/unusual_uas.h
@@ -113,6 +113,13 @@ UNUSUAL_DEV(0x0bc2, 0xab2a, 0x0000, 0x99
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
US_FL_NO_ATA_1X),
+/* Reported-by: Benjamin Tissoires <[email protected]> */
+UNUSUAL_DEV(0x13fd, 0x3940, 0x0000, 0x9999,
+ "Initio Corporation",
+ "",
+ USB_SC_DEVICE, USB_PR_DEVICE, NULL,
+ US_FL_NO_ATA_1X),
+
/* Reported-by: Tom Arild Naess <[email protected]> */
UNUSUAL_DEV(0x152d, 0x0539, 0x0000, 0x9999,
"JMicron",
Patches currently in stable-queue which might be from [email protected] are
queue-3.19/uas-add-us_fl_no_ata_1x-for-initio-corporation-controllers-devices.patch
queue-3.19/input-synaptics-split-synaptics_resolution-query-first.patch
queue-3.19/input-synaptics-query-min-dimensions-for-fw-v8.1.patch
queue-3.19/input-synaptics-fix-middle-button-on-lenovo-2015-products.patch
queue-3.19/input-synaptics-log-queried-and-quirked-dimension-values.patch
queue-3.19/input-synaptics-do-not-retrieve-the-board-id-on-old-firmwares.patch
queue-3.19/input-synaptics-remove-obsolete-min-max-quirk-for-x240.patch
queue-3.19/input-synaptics-handle-spurious-release-of-trackstick-buttons.patch
queue-3.19/input-synaptics-skip-quirks-when-post-2013-dimensions.patch
queue-3.19/input-synaptics-support-min-max-board-id-in-min_max_pnpid_table.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html