1. 18 3月, 2013 1 次提交
  2. 03 1月, 2013 1 次提交
  3. 26 11月, 2012 1 次提交
  4. 23 11月, 2012 1 次提交
  5. 15 11月, 2012 1 次提交
  6. 27 8月, 2012 2 次提交
  7. 15 8月, 2012 1 次提交
  8. 09 7月, 2012 1 次提交
  9. 28 3月, 2012 1 次提交
  10. 06 3月, 2012 1 次提交
  11. 28 2月, 2012 2 次提交
  12. 21 2月, 2012 1 次提交
  13. 21 12月, 2011 1 次提交
  14. 15 12月, 2011 1 次提交
  15. 01 11月, 2011 1 次提交
  16. 21 10月, 2011 1 次提交
  17. 25 8月, 2011 1 次提交
  18. 23 8月, 2011 1 次提交
  19. 16 8月, 2011 1 次提交
  20. 24 5月, 2011 1 次提交
  21. 26 4月, 2011 1 次提交
  22. 06 4月, 2011 1 次提交
  23. 12 1月, 2011 1 次提交
  24. 25 11月, 2010 1 次提交
  25. 12 10月, 2010 1 次提交
  26. 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
  27. 03 9月, 2010 1 次提交
  28. 01 9月, 2010 1 次提交
  29. 30 8月, 2010 1 次提交
  30. 24 8月, 2010 1 次提交
  31. 23 8月, 2010 1 次提交
    • N
      HID: add support for two Waltop tablets · 72a46344
      Nikolai Kondrashov 提交于
      Add support for Waltop Slim Tablet 5.8 inch and Media Tablet 10.6 inch.
      
      These (and other Waltop) tablets are usually sold by different companies
      (such as Genius and Trust) and with different names, but with the same USB
      vendor/product IDs.
      
      Slim Tablet 5.8 inch is known to also be sold as Genius G-Pen F350 and Trust
      Widescreen Mini Tablet (item no 16485).
      
      Media Tablet 10.6 inch is known to also be sold as Genius G-Pen M609 and
      M609X. Of these only the latter is known to be supported.
      Signed-off-by: NNikolai Kondrashov <spbnick@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      72a46344
  32. 19 8月, 2010 1 次提交
  33. 10 8月, 2010 1 次提交
    • N
      HID: Add support for UC-Logic WP????U tablets · f8a489cc
      Nikolai Kondrashov 提交于
      Add support for UC-Logic WP4030U, WP5540U and WP8060U tablets.
      These tablets are usually sold by Genius, Trust and possibly others under
      different names and in different cases, but with the original USB
      vendor/product IDs.
      
      Currently, these tablets are supported by standalone X.org driver WizardPen.
      This patch aims to fix them in the kernel and make them supported by the
      generic evdev X.org driver. Still, some minor fixes in the X.org driver are
      to be made for the full stack support.
      Signed-off-by: NNikolai Kondrashov <spbnick@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      f8a489cc
  34. 19 7月, 2010 1 次提交
  35. 12 7月, 2010 2 次提交
  36. 10 5月, 2010 1 次提交