Messages in this thread |  | | | Date | Tue, 13 Mar 2012 09:09:51 -0700 | | From | 'Greg KH' <> | | Subject | Re: [PATCH 1/1] x86: Fixed MCS7820 device attach problem |
| |
On Tue, Mar 13, 2012 at 03:54:46PM +0800, Donald wrote: > A MCS7820 device supports two serial ports and a MCS7840 device supports > four serial ports. Both devices use the same driver, but the attach function > in driver was unable to correctly handle the port numbers for MCS7820 > device. This problem has been fixed in this patch and this fix has been > verified on x86 Linux kernel 3.2.9 with both MCS7820 and MCS7840 devices. > > Signed-off-by: Donald Lee <donald@asix.com.tw> > > --- > drivers/usb/serial/mos7840.c | 83 > +++++++++++++++++++++++++++++-------------
This is great, but your email client turned the tabs into spaces and line-wrapped the patch, and added trailing spaces on every line, making this impossible to apply :(
Care to read Documentation/email_clients.txt and resend it after fixing things up on your end?
And this isn't limited to x86, so you don't need that in the subject: line, it's a USB issue for all platforms.
thanks,
greg k-h
|  |