03 Jan, 2013

1 commit

  • Use the new module_hid_driver macro in all HID drivers that have
    a simple register/unregister init/exit.

    This also converts the hid drivers that test for a failure of
    hid_register_driver() and report the failure. Using module_hid_driver
    in those drivers removes the failure message.

    Signed-off-by: H Hartley Sweeten
    Signed-off-by: Jiri Kosina

    H Hartley Sweeten
     

02 Jan, 2012

1 commit


29 Sep, 2009

1 commit


23 Jul, 2009

1 commit

  • Add explicit key mappings for TwinHan USB HID remote control.

    All dummy Ctrl, Alt, Meta, ... key press/release events generated
    by the remote are silenced by "unmapping" them. This makes Power and
    Volume keys single-key and strips the regular (even while idle) key
    release events for Ctrl, Alt, Meta, ...

    Signed-off-by: Bruno Premont
    Signed-off-by: Jiri Kosina

    Bruno Premont