diff options
author | Mike Pagano <mpagano@gentoo.org> | 2020-02-01 05:52:35 -0500 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2020-02-01 05:52:35 -0500 |
commit | 1262d259e6e523aabab0c6c47c5e525ca4a67181 (patch) | |
tree | afcb9e070cd8da7585f4fd83cec39811b8d4b1dc | |
parent | Linux patch 5.4.17 (diff) | |
download | linux-patches-5.4-17.tar.gz linux-patches-5.4-17.tar.bz2 linux-patches-5.4-17.zip |
Removal of redundant patches5.4-17
Removed:
2500_usb-storage-Disable-UAS-on-JMicron-SATA-enclosure.patch
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | 0000_README | 4 | ||||
-rw-r--r-- | 2500_usb-storage-Disable-UAS-on-JMicron-SATA-enclosure.patch | 40 |
2 files changed, 0 insertions, 44 deletions
diff --git a/0000_README b/0000_README index e94c70b2..7269f88a 100644 --- a/0000_README +++ b/0000_README @@ -123,10 +123,6 @@ Patch: 2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch From: https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-marcel@holtmann.org/raw Desc: Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. See bug #686758 -Patch: 2500_usb-storage-Disable-UAS-on-JMicron-SATA-enclosure.patch -From: https://bugzilla.redhat.com/show_bug.cgi?id=1260207#c5 -Desc: Add UAS disable quirk. See bug #640082. - Patch: 2600_enable-key-swapping-for-apple-mac.patch From: https://github.com/free5lot/hid-apple-patched Desc: This hid-apple patch enables swapping of the FN and left Control keys and some additional on some apple keyboards. See bug #622902 diff --git a/2500_usb-storage-Disable-UAS-on-JMicron-SATA-enclosure.patch b/2500_usb-storage-Disable-UAS-on-JMicron-SATA-enclosure.patch deleted file mode 100644 index 0dd93ef7..00000000 --- a/2500_usb-storage-Disable-UAS-on-JMicron-SATA-enclosure.patch +++ /dev/null @@ -1,40 +0,0 @@ -From d02a55182307c01136b599fd048b4679f259a84e Mon Sep 17 00:00:00 2001 -From: Laura Abbott <labbott@fedoraproject.org> -Date: Tue, 8 Sep 2015 09:53:38 -0700 -Subject: [PATCH] usb-storage: Disable UAS on JMicron SATA enclosure - -Steve Ellis reported incorrect block sizes and alignement -offsets with a SATA enclosure. Adding a quirk to disable -UAS fixes the problems. - -Reported-by: Steven Ellis <sellis@redhat.com> -Signed-off-by: Laura Abbott <labbott@fedoraproject.org> ---- - drivers/usb/storage/unusual_uas.h | 7 +++++-- - 1 file changed, 5 insertions(+), 2 deletions(-) - -diff --git a/drivers/usb/storage/unusual_uas.h b/drivers/usb/storage/unusual_uas.h -index c85ea53..216d93d 100644 ---- a/drivers/usb/storage/unusual_uas.h -+++ b/drivers/usb/storage/unusual_uas.h -@@ -141,12 +141,15 @@ UNUSUAL_DEV(0x2109, 0x0711, 0x0000, 0x9999, - USB_SC_DEVICE, USB_PR_DEVICE, NULL, - US_FL_NO_ATA_1X), - --/* Reported-by: Takeo Nakayama <javhera@gmx.com> */ -+/* -+ * Initially Reported-by: Takeo Nakayama <javhera@gmx.com> -+ * UAS Ignore Reported by Steven Ellis <sellis@redhat.com> -+ */ - UNUSUAL_DEV(0x357d, 0x7788, 0x0000, 0x9999, - "JMicron", - "JMS566", - USB_SC_DEVICE, USB_PR_DEVICE, NULL, -- US_FL_NO_REPORT_OPCODES), -+ US_FL_NO_REPORT_OPCODES | US_FL_IGNORE_UAS), - - /* Reported-by: Hans de Goede <hdegoede@redhat.com> */ - UNUSUAL_DEV(0x4971, 0x1012, 0x0000, 0x9999, --- -2.4.3 - |