Dear Experts, I am writing my mass storage class driver for my custom USB device. My device is capable of queuing the commands that are issued to it. So, I wanted to send the second command from my driver even before the completion of first command. To do this I wanted to return the PENDING status to the SCSI layer immediately after receiving the command. Can I do as explained above? I studied the default MS class driver, in which no PENDING status was available. Thanks in advance, Regards, RD -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html