1. 02 12月, 2013 2 次提交
  2. 25 10月, 2013 1 次提交
  3. 09 10月, 2013 2 次提交
  4. 02 9月, 2013 1 次提交
  5. 18 3月, 2013 3 次提交
  6. 03 1月, 2013 1 次提交
  7. 26 11月, 2012 1 次提交
  8. 23 11月, 2012 1 次提交
  9. 15 11月, 2012 1 次提交
  10. 27 8月, 2012 2 次提交
  11. 15 8月, 2012 1 次提交
  12. 09 7月, 2012 1 次提交
  13. 28 3月, 2012 1 次提交
  14. 06 3月, 2012 1 次提交
  15. 28 2月, 2012 2 次提交
  16. 21 2月, 2012 1 次提交
  17. 21 12月, 2011 1 次提交
  18. 15 12月, 2011 1 次提交
  19. 01 11月, 2011 1 次提交
  20. 21 10月, 2011 1 次提交
  21. 25 8月, 2011 1 次提交
  22. 23 8月, 2011 1 次提交
  23. 16 8月, 2011 1 次提交
  24. 24 5月, 2011 1 次提交
  25. 26 4月, 2011 1 次提交
  26. 06 4月, 2011 1 次提交
  27. 12 1月, 2011 1 次提交
  28. 25 11月, 2010 1 次提交
  29. 12 10月, 2010 1 次提交
  30. 01 10月, 2010 2 次提交
    • P
      HID: Fix for problems with eGalax/DWAV multi-touch-screen · f5166110
      Philipp Merkel 提交于
      This patch fixes three problems with the eGalax/DWAV multi-touch
      screen found in the Eee PC T101MT:
      
      1) While there is a dedicated multitouch driver for the screen
         (hid-egalax.c), the MULTI_INPUT quirk is also applied, preventing
         the hid-egalax driver from working. This patch removes the quirk
         so the hid-egalax driver can handle the device correctly.
      2) The x and y coordinates sent by the screen in multi-touch mode are
         shifted by three bits from the events sent in single-touch mode, thus
         the coordinates are out of range, leading to the pointer being stuck
         in the bottom-right corner if no additional calibration is applied
         (e.g. in the X evdev driver). This patch shifts the coordinates back.
         This does not decrease accuracy as the last three bits of the "wrong"
         coordinates are always 0.
      3) Only multi-touch pressure events are sent, single touch emulation is
         missing pressure information. This patch adds single-touch
         ABS_PRESSURE events.
      Signed-off-by: NPhilipp Merkel <mail@philmerk.de>
      Acked-by: NStéphane Chatty <chatty@enac.fr>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      f5166110
    • R
      HID: add NOGET quirk for AXIS 295 Video Surveillance Joystick · 8038298f
      Rok Mandeljc 提交于
      This patch adds the NOGET quirk for AXIS 295 Video Surveillance Joystick
      (despite AXIS brand the vendor is actually CH Products). Without the quirk, the
      joystick is detected but does not generate any events.
      Signed-off-by: NRok Mandeljc <rok.mandeljc@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      8038298f
  31. 03 9月, 2010 1 次提交
  32. 01 9月, 2010 1 次提交
  33. 30 8月, 2010 1 次提交