fl2000_drm
                                
                                
                                
                                    fl2000_drm copied to clipboard
                            
                            
                            
                        USB interrupt EP polling redesign
С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.
Implemented in #67