1. 04 12月, 2014 1 次提交
  2. 04 11月, 2014 1 次提交
  3. 03 11月, 2014 1 次提交
  4. 29 10月, 2014 1 次提交
  5. 21 10月, 2014 1 次提交
  6. 10 10月, 2014 2 次提交
  7. 02 10月, 2014 1 次提交
  8. 01 10月, 2014 6 次提交
  9. 25 9月, 2014 1 次提交
  10. 22 9月, 2014 2 次提交
  11. 19 9月, 2014 1 次提交
  12. 15 9月, 2014 2 次提交
  13. 13 9月, 2014 1 次提交
  14. 12 9月, 2014 1 次提交
    • B
      HID: wacom: make the WL connection friendly for the desktop · 12969e3b
      Benjamin Tissoires 提交于
      Currently, tablets connected to the WL receiver all share the same
      VID/PID. There is no way for the user space to know which one is which
      besides parsing the name. We can force the PID to be set to the
      actual hardware. This way, the input device will have the correct PID
      which can be match in libwacom.
      
      With only this trick, the pad input does not inherit the ID_INPUT_TABLET
      udev property from its parent. We can force udev to accept it by declaring
      a BTN_STYLUS which is never used.
      
      This way, tablets connected through WL can be used from the user point of
      view in the same way they are used while connected through wire.
      Signed-off-by: NBenjamin Tissoires <benjamin.tissoires@redhat.com>
      Reviewed-by: NPing Cheng <pingc@wacom.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      12969e3b
  15. 11 9月, 2014 4 次提交
  16. 08 9月, 2014 5 次提交
  17. 04 9月, 2014 6 次提交
  18. 01 9月, 2014 1 次提交
    • F
      HID: sony: Set the Sixaxis cable state correctly · 9fddd74a
      Frank Praznik 提交于
      Bit 3 in byte 31 of the Sixaxis report indicates whether the battery is
      charging or not charging as opposed to whether or not the cable is plugged in.
      As a result, when connected via USB and fully charged, the power_supply status
      is wrongly reported as 'Discharging' instead of 'Full'.
      
      Use the battery level value to set the cable state so that the power status
      is reported correctly as that seems to be the only reliable way to determine the
      cable status on the Sixaxis.
      Signed-off-by: NFrank Praznik <frank.praznik@oh.rr.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      9fddd74a
  19. 28 8月, 2014 2 次提交