Re: [V2 PATCH 03/10] added media agnostic (MA) data structures and handling

2014-11-11 Thread steph
On Wed, Nov 12, 2014 at 10:14:38AM +0900, Greg KH wrote: > On Tue, Nov 11, 2014 at 02:42:22PM -0800, Sean O. Stalley wrote: > > On Tue, Nov 11, 2014 at 01:38:21PM +0900, Greg KH wrote: > > > On Mon, Nov 10, 2014 at 06:09:34PM -0800, Stephanie Wallick wrote: > > > Yes, I am holding you to a higher s

ATA Command 0xEC via SCSI pass-through over USB causes a CSW babble

2014-01-23 Thread Steph Nguyen
used for both CBW and CSW). So, is there any way of figuring out the babbled content - or in other words, is the babbled content stored anywhere or is it just discarded by the USB controller as soon as it sees more bytes coming in than expected? BTW, we're talking about a Bulk endpoint in

SCSI Sense Information in usb-storage

2014-02-01 Thread Steph Nguyen
lds the scsi_cmnd->sense_buffer. So is there a reason why usb-storage doesn't build the sense buffer? Thanks! Steph -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http:/

Re: SCSI Sense Information in usb-storage

2014-02-01 Thread Steph Nguyen
On Sat, 1 Feb 2014, Steph Nguyen wrote: Hi It seems that when sending SCSI commands over USB, the kernel doesn't necessary build a sense response. For instance, when sending REQUEST SENSE over ehci, the scsi_cmnd->sense_buffer is left NULL; if I run the same REQUEST SENSE command over

Re: SCSI Sense Information in usb-storage

2014-02-01 Thread Steph Nguyen
On Sat, 1 Feb 2014, Steph Nguyen wrote: On Sat, 1 Feb 2014, Steph Nguyen wrote: Hi It seems that when sending SCSI commands over USB, the kernel doesn't necessary build a sense response. For instance, when sending REQUEST SENSE over ehci, the scsi_cmnd->sense_buffer is left NULL;