klogg / fl2000_drm

Linux kernel FL2000DX/IT66121FN dongle DRM driver
GNU General Public License v2.0
113 stars 30 forks source link

USB interrupt EP polling redesign #64

Open klogg opened 6 months ago

klogg commented 6 months ago

С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 commented 6 months ago

Implemented in #67