1. 21 2月, 2019 15 次提交
  2. 29 1月, 2019 1 次提交
  3. 16 1月, 2019 1 次提交
  4. 14 1月, 2019 1 次提交
  5. 10 1月, 2019 1 次提交
  6. 03 1月, 2019 2 次提交
  7. 20 12月, 2018 1 次提交
  8. 19 12月, 2018 1 次提交
  9. 17 12月, 2018 2 次提交
  10. 14 12月, 2018 1 次提交
  11. 07 12月, 2018 8 次提交
  12. 30 11月, 2018 3 次提交
    • H
      HID: asus: Add support for the ASUS FX503VD laptop · 2340bad5
      Hans de Goede 提交于
      The ASUS FX503VD laptop uses an USB keyboard with several hotkeys
      which use the Asus Vendor specific UsagePage.
      
      This uses two usage-codes within the page which have not been seen
      before, 0x7c for its mic-mute hotkey and 0x99 for Fn+F5 which has
      a "fan" symbol as hotkey symbol on the keyb. we map this to KEY_PROG4
      (PROG1-PROG3 are already used).
      
      This commit adds the mappings for the 2 new usage codes and the USB-ids
      for this keyboard to the hid-asus driver.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NBenjamin Tissoires <benjamin.tissoires@redhat.com>
      2340bad5
    • H
      HID: asus: Add event handler to catch unmapped Asus Vendor UsagePage codes · e98e3809
      Hans de Goede 提交于
      Various Asus devices generate HID events using the Asus Vendor specific
      UsagePage 0xff31 and hid-asus will map these in its input_mapping for all
      devices to which it binds (independent of any quirks).
      
      Add an event callback which check for unmapped (because sofar unknown)
      usages within the Asus Vendor UsagePage and log a warning for these.
      
      The purpose of this patch is to help debugging / find such unmapped codes
      and add them to the asus_input_mapping() function.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NBenjamin Tissoires <benjamin.tissoires@redhat.com>
      e98e3809
    • H
      HID: ite: Add USB id match for another ITE based keyboard rfkill key quirk · 40502074
      Hans de Goede 提交于
      The 258a:6a88 keyboard-dock shipped with the Prowise PT301 tablet is
      likely another ITE based design. The controller die is directly bonded
      to the PCB with a blob of black glue on top so there are no markings and
      the 258a vendor-id used is unknown anywhere. But the keyboard has the
      exact same hotkeys mapped to Fn+F1 - F10 as the other ITE8595 keyboard
      I have *and* it has the same quirky behavior wrt the rfkill hotkey.
      
      Either way as said this keyboard has the same quirk for its rfkill /
      airplane mode hotkey as the ITE 8595 chip, it only sends a single release
      event when pressed and released, it never sends a press event.
      
      This commit adds the 258a:6a88 USB id to the hid-ite id-table, fixing
      the rfkill key not working on this keyboard.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NBenjamin Tissoires <benjamin.tissoires@redhat.com>
      40502074
  13. 22 11月, 2018 3 次提交