summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.29/801-usb_serial_endpoint_size.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-05 15:08:56 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-05 15:08:56 +0000
commit9c5b233c5b3024c68fc6d3d41cd4c9385546f6d4 (patch)
treec4170f7ea3fba5fe2ebe0896df8b1b3f039cde5f /target/linux/generic-2.6/patches-2.6.29/801-usb_serial_endpoint_size.patch
parentf1d5ca45b61ea84f3f057393fe7d7162b2aa4853 (diff)
[kernel] bump to 2.6.29.6 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16698 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.29/801-usb_serial_endpoint_size.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.29/801-usb_serial_endpoint_size.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.29/801-usb_serial_endpoint_size.patch b/target/linux/generic-2.6/patches-2.6.29/801-usb_serial_endpoint_size.patch
index 6b8ff1dfd..d0f366576 100644
--- a/target/linux/generic-2.6/patches-2.6.29/801-usb_serial_endpoint_size.patch
+++ b/target/linux/generic-2.6/patches-2.6.29/801-usb_serial_endpoint_size.patch
@@ -17,7 +17,7 @@
port->bulk_in_size = buffer_size;
port->bulk_in_endpointAddress = endpoint->bEndpointAddress;
port->bulk_in_buffer = kmalloc(buffer_size, GFP_KERNEL);
-@@ -1306,3 +1307,5 @@ MODULE_LICENSE("GPL");
+@@ -1307,3 +1308,5 @@ MODULE_LICENSE("GPL");
module_param(debug, bool, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(debug, "Debug enabled or not");