17 Aug, 2020

1 commit


22 Aug, 2019

1 commit

  • This is a common pattern in the HID drivers to reset the drvdata. Some
    do it properly, some do it only in case of failure.

    But, this is actually already handled by driver core, so there is no need
    to do it manually.

    [for hid-sensor-hub.c]
    Acked-by: Srinivas Pandruvada
    [For hid-picolcd_core.c]
    Acked-by: Bruno Prémont
    Signed-off-by: Benjamin Tissoires

    Benjamin Tissoires
     

21 Nov, 2018

1 commit


05 Sep, 2018

2 commits


23 Jul, 2018

1 commit

  • Cougar 500k Gaming Keyboard have some special function keys that
    make the keyboard stop responding once pressed. Implement the custom
    vendor interface that deals with the extended keypresses to fix.

    The bug can be reproduced by plugging in the keyboard, then pressing the
    rightmost part of the spacebar.

    Signed-off-by: Daniel M. Lambea
    Reviewed-by: Benjamin Tissoires
    Signed-off-by: Jiri Kosina

    Daniel M. Lambea