Searched hist:"2 c247804796bbcaa90087f2196f68fdc20a5fe04" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | g_zero.h | diff 2c247804796bbcaa90087f2196f68fdc20a5fe04 Wed Mar 11 10:00:05 CDT 2015 Felipe Balbi <balbi@ti.com> Revert "usb: gadget: zero: Add support for interrupt EP"
This reverts commit ef11982dd7a657512c362242508bb4021e0d67b6.
That commit creates a problem for some UDCs (at least musb) where it allocates an endpoints with a 64-byte FIFO, but later tries to use that same FIFO for 1024-byte packets.
Before implementing this, composite framework needs to be modified so we only allocate endpoints after we know negotiated speed, however that needs quite a bit of extra work.
Cc: <stable@vger.kernel.org> # v3.18+ Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | f_loopback.c | diff 2c247804796bbcaa90087f2196f68fdc20a5fe04 Wed Mar 11 10:00:05 CDT 2015 Felipe Balbi <balbi@ti.com> Revert "usb: gadget: zero: Add support for interrupt EP"
This reverts commit ef11982dd7a657512c362242508bb4021e0d67b6.
That commit creates a problem for some UDCs (at least musb) where it allocates an endpoints with a 64-byte FIFO, but later tries to use that same FIFO for 1024-byte packets.
Before implementing this, composite framework needs to be modified so we only allocate endpoints after we know negotiated speed, however that needs quite a bit of extra work.
Cc: <stable@vger.kernel.org> # v3.18+ Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | f_sourcesink.c | diff 2c247804796bbcaa90087f2196f68fdc20a5fe04 Wed Mar 11 10:00:05 CDT 2015 Felipe Balbi <balbi@ti.com> Revert "usb: gadget: zero: Add support for interrupt EP"
This reverts commit ef11982dd7a657512c362242508bb4021e0d67b6.
That commit creates a problem for some UDCs (at least musb) where it allocates an endpoints with a 64-byte FIFO, but later tries to use that same FIFO for 1024-byte packets.
Before implementing this, composite framework needs to be modified so we only allocate endpoints after we know negotiated speed, however that needs quite a bit of extra work.
Cc: <stable@vger.kernel.org> # v3.18+ Signed-off-by: Felipe Balbi <balbi@ti.com>
|
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | zero.c | diff 2c247804796bbcaa90087f2196f68fdc20a5fe04 Wed Mar 11 10:00:05 CDT 2015 Felipe Balbi <balbi@ti.com> Revert "usb: gadget: zero: Add support for interrupt EP"
This reverts commit ef11982dd7a657512c362242508bb4021e0d67b6.
That commit creates a problem for some UDCs (at least musb) where it allocates an endpoints with a 64-byte FIFO, but later tries to use that same FIFO for 1024-byte packets.
Before implementing this, composite framework needs to be modified so we only allocate endpoints after we know negotiated speed, however that needs quite a bit of extra work.
Cc: <stable@vger.kernel.org> # v3.18+ Signed-off-by: Felipe Balbi <balbi@ti.com>
|