fl2000_drm icon indicating copy to clipboard operation
fl2000_drm copied to clipboard

USB interrupt EP polling redesign

Open klogg opened this issue 1 year ago • 1 comments

Сhange the approach of interrupt processing to fully synchronous (it is anyway is done in workqueue) with usb_interrupt_msg(). This will help avoiding access to bInterval directly in the code.

klogg avatar May 10 '24 08:05 klogg

Implemented in #67

klogg avatar May 12 '24 07:05 klogg