From ae0666f09ea8c08d9406bed1b32b89df68ac54f2 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 3 Apr 2016 23:25:12 +0200 Subject: machines/katara: kernel usb-failure patch grabbed from https://www.spinics.net/lists/linux-usb/msg137228.html, because it could still take a while until it arrives in upstream. --- machines/profpatsch/kernel-usb.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 machines/profpatsch/kernel-usb.patch (limited to 'machines/profpatsch/kernel-usb.patch') diff --git a/machines/profpatsch/kernel-usb.patch b/machines/profpatsch/kernel-usb.patch new file mode 100644 index 00000000..e51b1aad --- /dev/null +++ b/machines/profpatsch/kernel-usb.patch @@ -0,0 +1,11 @@ +--- a/drivers/usb/storage/uas.c 2016-04-03 21:45:04.326212268 +0200 ++++ b/drivers/usb/storage/uas.c 2016-04-03 21:51:45.263114257 +0200 +@@ -812,7 +812,7 @@ + .slave_configure = uas_slave_configure, + .eh_abort_handler = uas_eh_abort_handler, + .eh_bus_reset_handler = uas_eh_bus_reset_handler, +- .can_queue = 65536, /* Is there a limit on the _host_ ? */ ++ .can_queue = MAX_CMNDS, /* Is there a limit on the _host_ ? */ + .this_id = -1, + .sg_tablesize = SG_NONE, + .skip_settle_delay = 1, -- cgit 1.4.1