aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.37/801-usb_serial_endpoint_size.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-11-23 14:04:42 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-11-23 14:04:42 +0000
commit60cbd62791204edb9a3907710c526974eb99c203 (patch)
tree7dbc5d190e96105686b112806bf37675cc30dce5 /target/linux/generic/patches-2.6.37/801-usb_serial_endpoint_size.patch
parent4cee84f7d09637d9836665269092b53cf4e91da0 (diff)
downloadupstream-60cbd62791204edb9a3907710c526974eb99c203.tar.gz
upstream-60cbd62791204edb9a3907710c526974eb99c203.tar.bz2
upstream-60cbd62791204edb9a3907710c526974eb99c203.zip
linux/generic: refresh 2.6.37 patches
SVN-Revision: 24111
Diffstat (limited to 'target/linux/generic/patches-2.6.37/801-usb_serial_endpoint_size.patch')
-rw-r--r--target/linux/generic/patches-2.6.37/801-usb_serial_endpoint_size.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-2.6.37/801-usb_serial_endpoint_size.patch b/target/linux/generic/patches-2.6.37/801-usb_serial_endpoint_size.patch
index 79c587c1ef..aa64c686f3 100644
--- a/target/linux/generic/patches-2.6.37/801-usb_serial_endpoint_size.patch
+++ b/target/linux/generic/patches-2.6.37/801-usb_serial_endpoint_size.patch
@@ -1,6 +1,6 @@
--- a/drivers/usb/serial/usb-serial.c
+++ b/drivers/usb/serial/usb-serial.c
-@@ -61,6 +61,7 @@ static struct usb_driver usb_serial_driv
+@@ -60,6 +60,7 @@ static struct usb_driver usb_serial_driv
drivers depend on it.
*/
@@ -8,7 +8,7 @@
static int debug;
/* initially all NULL */
static struct usb_serial *serial_table[SERIAL_TTY_MINORS];
-@@ -913,7 +914,7 @@ int usb_serial_probe(struct usb_interfac
+@@ -912,7 +913,7 @@ int usb_serial_probe(struct usb_interfac
}
buffer_size = serial->type->bulk_in_size;
if (!buffer_size)
@@ -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);
-@@ -1386,3 +1387,5 @@ MODULE_LICENSE("GPL");
+@@ -1385,3 +1386,5 @@ MODULE_LICENSE("GPL");
module_param(debug, bool, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(debug, "Debug enabled or not");