• B
    HID: picoLCD: drop version check during probe · bb5c32d9
    Bruno Prémont 提交于
    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: NBruno Prémont <bonbons@linux-vserver.org>
    Signed-off-by: NJiri Kosina <jkosina@suse.cz>
    bb5c32d9
hid-picolcd_core.c 19.3 KB