summaryrefslogtreecommitdiff
path: root/patches/collateral-evolutions/network/78-usb-sg/INFO
diff options
context:
space:
mode:
Diffstat (limited to 'patches/collateral-evolutions/network/78-usb-sg/INFO')
-rw-r--r--patches/collateral-evolutions/network/78-usb-sg/INFO12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/collateral-evolutions/network/78-usb-sg/INFO b/patches/collateral-evolutions/network/78-usb-sg/INFO
new file mode 100644
index 00000000..2277f825
--- /dev/null
+++ b/patches/collateral-evolutions/network/78-usb-sg/INFO
@@ -0,0 +1,12 @@
+backports: do not use DMA SG on old kernel versions
+
+the usb net driver now uses the dma sg api which is not available on
+old kernels, this patch removed the usage of the dma sg api for old
+kernel versions.
+
+This backports the following upstream commit:
+commit 638c5115a794981441246fa8fa5d95c1875af5ba
+Author: Ming Lei <ming.lei@canonical.com>
+Date: Thu Aug 8 21:48:24 2013 +0800
+
+ USBNET: support DMA SG