tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

chopped hid protocols in interrupts



Hi,

I'm currently debugging an USB touchpad driver which used to work in 5.0.

On every interrupt it expects to receive a sensor and mouse button protocol
with a length of 81 bytes. But with the current source it receives three
separate interrupts, with 32, 32 and 17 bytes. Is there anything I can do
about it? It has probably something to do with USBD_SHORT_XFER_OK?

-- 
Frank Wille



Home | Main Index | Thread Index | Old Index