[PATCH] usb: acm: fix the computation of the number of data bits

2012-10-15 Thread Nicolas Boullis
From: Nicolas Boullis The current code assumes that CSIZE is 060, which appears to be wrong on some arches (such as powerpc). Signed-off-by: Nicolas Boullis Acked-by: Oliver Neukum --- diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index 981f213..194fa8b 100644

Re: [PATCH] usb: acm: fix the computation of the number of data bits

2012-10-15 Thread Oliver Neukum
On Sunday 14 October 2012 00:29:24 Nicolas Boullis wrote: > From: Nicolas Boullis > > The current code assumes that CSIZE is 060, which appears to be > wrong on some arches (such as powerpc). > > Signed-off-by: Nicolas Boullis Acked-by: Oliver Neukum -- To unsubscribe from this list:

Re: [PATCH] usb: acm: fix the computation of the number of data bits

2012-10-15 Thread Oliver Neukum
On Sunday 14 October 2012 00:29:24 Nicolas Boullis wrote: From: Nicolas Boullis nboul...@debian.org The current code assumes that CSIZE is 060, which appears to be wrong on some arches (such as powerpc). Signed-off-by: Nicolas Boullis nboul...@debian.org Acked-by: Oliver Neukum

[PATCH] usb: acm: fix the computation of the number of data bits

2012-10-15 Thread Nicolas Boullis
From: Nicolas Boullis nboul...@debian.org The current code assumes that CSIZE is 060, which appears to be wrong on some arches (such as powerpc). Signed-off-by: Nicolas Boullis nboul...@debian.org Acked-by: Oliver Neukum oneu...@suse.de --- diff --git a/drivers/usb/class/cdc-acm.c

[PATCH] usb: acm: fix the computation of the number of data bits

2012-10-13 Thread Nicolas Boullis
From: Nicolas Boullis The current code assumes that CSIZE is 060, which appears to be wrong on some arches (such as powerpc). Signed-off-by: Nicolas Boullis --- diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index 981f213..194fa8b 100644 ---

[PATCH] usb: acm: fix the computation of the number of data bits

2012-10-13 Thread Nicolas Boullis
From: Nicolas Boullis nboul...@debian.org The current code assumes that CSIZE is 060, which appears to be wrong on some arches (such as powerpc). Signed-off-by: Nicolas Boullis nboul...@debian.org --- diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index