commit | 7c5881d1625d844cdfcc027a970f0d034b982ba5 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Aug 29 11:54:08 2011 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Fri Sep 09 13:06:06 2011 +0300 |
tree | c57820b64f80d9a9e1acef233a8bcb08998436ee | |
parent | ef7f584ce7b40bcfc108477d2711270379ca8596 [diff] |
usb: gadget: audio: queue wLength-sized requests On Audio class, the wLength field of the Setup packet, contains the data payload size of the following Data phase. Instead of harcoding values, use wLength. This also fixes a bug where Gadget driver had to receive 3 bytes, but it was queueing a ZLP. Signed-off-by: Felipe Balbi <balbi@ti.com>