Hi,

>
> I use the USBlyzer software on host PC, i can see that SCSI inquiry is
> sent out by the host PC, but the gadget device does not receive it,
> due to the mis-match bulk out endpoint. Bulk out endpoint is
> auto-configured to 2, whereas gadget device bulk out endpoint is 1.
>

Replying my email, i set the ep,name to ep1 for bulk out and bulk in
endpoints. The ep_matches() in epautoconf.c is able to auto-configure
the bulk out to endpoint 1.

however, i only see one SCSI_INQUIRY command being sent out, and it is
not received by the gadget device.

thanks,
victor
--
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://vger.kernel.org/majordomo-info.html

Reply via email to