Skip to content
  • Bruno Prémont's avatar
    HID: picoLCD: drop version check during probe · bb5c32d9
    Bruno Prémont authored
    Commit 4ea54542
    
    
    [HID: Fix race condition between driver core and ll-driver] introduced
    new locking around probe/remove functions that prevents any report/reply
    from hardware to reach driver until it returned from probe.
    
    As such, the ask-reply way to checking picoLCD firmware version during
    probe is bound to timeout and let probe fail.
    
    Drop the check to let driver successfully probe again (until locking issues
    are resolved allowing to reinstate the check).
    
    Signed-off-by: default avatarBruno Prémont <bonbons@linux-vserver.org>
    Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
    bb5c32d9