Re: [PATCH] usb-storage/SCSI: Add broken_fua blacklist flag

2014-07-27 Thread Laszlo T.
2014-07-27 3:50 GMT+02:00 Alan Stern : > On Sat, 26 Jul 2014, Laszlo T. wrote: > >> Hello, >> >> First of all I've just subscribed the linux-scsi thread. I hope you >> get my email the right way. >> >> I have also problems with Jmicron JMS567 mobile rack. >> >> I tried on different kernels: >> 3.15

Re: [PATCH] usb-storage/SCSI: Add broken_fua blacklist flag

2014-07-26 Thread Alan Stern
On Sat, 26 Jul 2014, Laszlo T. wrote: > Hello, > > First of all I've just subscribed the linux-scsi thread. I hope you > get my email the right way. > > I have also problems with Jmicron JMS567 mobile rack. > > I tried on different kernels: > 3.15.5 > 3.16.rc6 > the 'Invalid field in cdb' error

Re: [PATCH] usb-storage/SCSI: Add broken_fua blacklist flag

2014-07-26 Thread Laszlo T.
Hello, First of all I've just subscribed the linux-scsi thread. I hope you get my email the right way. I have also problems with Jmicron JMS567 mobile rack. I tried on different kernels: 3.15.5 3.16.rc6 the 'Invalid field in cdb' errors disappeared but still not ok. I got the following errors w

Re: [PATCH] usb-storage/SCSI: Add broken_fua blacklist flag

2014-06-30 Thread Greg KH
On Mon, Jun 30, 2014 at 11:16:51AM -0400, Alan Stern wrote: > On Mon, 30 Jun 2014, Alan Stern wrote: > > > Some buggy JMicron USB-ATA bridges don't know how to translate the FUA > > bit in READs or WRITEs. This patch adds an entry in unusual_devs.h > > and a blacklist flag to tell the sd driver n

Re: [PATCH] usb-storage/SCSI: Add broken_fua blacklist flag

2014-06-30 Thread Alan Stern
On Mon, 30 Jun 2014, Alan Stern wrote: > Some buggy JMicron USB-ATA bridges don't know how to translate the FUA > bit in READs or WRITEs. This patch adds an entry in unusual_devs.h > and a blacklist flag to tell the sd driver not to use FUA. > > Signed-off-by: Alan Stern > Reported-by: Michael

[PATCH] usb-storage/SCSI: Add broken_fua blacklist flag

2014-06-30 Thread Alan Stern
Some buggy JMicron USB-ATA bridges don't know how to translate the FUA bit in READs or WRITEs. This patch adds an entry in unusual_devs.h and a blacklist flag to tell the sd driver not to use FUA. Signed-off-by: Alan Stern Reported-by: Michael Büsch Tested-by: Michael Büsch Acked-by: James Bot