Re: [PATCH 0/5] USB: ftdi_sio: wMaxPacketSize patches

2014-06-05 Thread Greg KH
On Thu, Jun 05, 2014 at 06:04:32PM +0200, Johan Hovold wrote: > On Thu, Jun 05, 2014 at 08:30:42AM -0700, Greg KH wrote: > > On Thu, Jun 05, 2014 at 04:05:51PM +0200, Johan Hovold wrote: > > > Some FTDI devices have broken endpoint descriptors that needs to be > > > fixed up during probe. Mike Rems

Re: [PATCH 0/5] USB: ftdi_sio: wMaxPacketSize patches

2014-06-05 Thread Johan Hovold
On Thu, Jun 05, 2014 at 08:30:42AM -0700, Greg KH wrote: > On Thu, Jun 05, 2014 at 04:05:51PM +0200, Johan Hovold wrote: > > Some FTDI devices have broken endpoint descriptors that needs to be > > fixed up during probe. Mike Remski discovered that the current > > implementation is broken as it cras

Re: [PATCH 0/5] USB: ftdi_sio: wMaxPacketSize patches

2014-06-05 Thread Greg KH
On Thu, Jun 05, 2014 at 04:05:51PM +0200, Johan Hovold wrote: > Some FTDI devices have broken endpoint descriptors that needs to be > fixed up during probe. Mike Remski discovered that the current > implementation is broken as it crashes the kernel if an interface > without endpoints is probed. >

[PATCH 0/5] USB: ftdi_sio: wMaxPacketSize patches

2014-06-05 Thread Johan Hovold
Some FTDI devices have broken endpoint descriptors that needs to be fixed up during probe. Mike Remski discovered that the current implementation is broken as it crashes the kernel if an interface without endpoints is probed. These patches fix this bug, while cleaning up the max-packet-size handli