1. 03 Feb, 2010 1 commit
  2. 02 Feb, 2010 2 commits
  3. 26 Jan, 2010 1 commit
  4. 13 Jan, 2010 2 commits
  5. 12 Jan, 2010 2 commits
  6. 04 Jan, 2010 1 commit
  7. 23 Dec, 2009 1 commit
  8. 10 Dec, 2009 1 commit
  9. 03 Dec, 2009 1 commit
  10. 02 Dec, 2009 1 commit
  11. 13 Nov, 2009 1 commit
  12. 20 Oct, 2009 1 commit
  13. 08 Aug, 2009 2 commits
  14. 22 Jul, 2009 2 commits
  15. 15 May, 2009 1 commit
  16. 13 May, 2009 1 commit
    • Bastien Nocera's avatar
      HID: Wacom Graphire Bluetooth driver · ca2dcd40
      Bastien Nocera authored
      
      Based on the work by Andrew Zabolotny, an HID driver for the Bluetooth
      Wacom tablet. This is required as it uses a slightly different
      protocols from what's currently support by the drivers/input/wacom*
      driver, and those only support USB.
      
      A user-space patch is required to activate mode 2 of the Wacom tablet,
      as hidp does not support hid_output_raw_report.
      Signed-off-by: default avatarBastien Nocera <hadess@hadess.net>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      ca2dcd40
  17. 11 May, 2009 1 commit
  18. 17 Apr, 2009 1 commit
  19. 30 Mar, 2009 4 commits
  20. 17 Feb, 2009 1 commit
    • Michael Tokarev's avatar
      HID: blacklist Powercom USB UPS · 35cfd1d9
      Michael Tokarev authored
      
      For quite some time users with various UPSes from Powercom were forced to play
      magic with bind/unbind in /sys in order to be able to see the UPSes.  The
      beasts does not work as HID devices, even if claims to do so.  cypress_m8
      driver works with the devices instead, creating a normal serial port with which
      normal UPS controlling software works.
      
      The manufacturer confirmed the upcoming models with proper HID support will
      have different device IDs.  In any way, it's wrong to have two completely
      different modules for one device in kernel.
      
      Blacklist the device in HID (add it to hid_ignore_list) to stop this mess,
      finally.
      Signed-off-By: default avatarMichael Tokarev <mjt@tls.msk.ru>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      35cfd1d9
  21. 29 Jan, 2009 1 commit
  22. 04 Jan, 2009 5 commits
  23. 20 Nov, 2008 1 commit
  24. 13 Nov, 2008 1 commit
  25. 11 Nov, 2008 1 commit
  26. 30 Oct, 2008 1 commit
    • Alan Stern's avatar
      HID: add quirk entry for no-name keyboard (0x13ba/0x0017) · fa157bdf
      Alan Stern authored
      
      This patch (as1157) adds a no-name PS/2-to-USB keyboard+mouse adapter
      to the hid-dell driver.  (The device shows up with a Product string
      saying "Generic USB K/B", nothing more.)  This will force an initial
      "Set-LEDs" report to be sent to the device, without which it won't
      send any keystroke information.  Several bug reports mentioning this
      device have been filed in various forums; the patch should resolve
      them.
      
      This is just a temporary stop-gap for 2.6.28.  A later patch for
      2.6.29 will introduce a more generic mechanism for "Set-LEDs", making
      this change (and the entire hid-dell driver) unnecessary.
      Signed-off-by: default avatarAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      fa157bdf
  27. 23 Oct, 2008 1 commit
    • Jiri Kosina's avatar
      HID: Add support for Sony Vaio VGX-TP1E · cc6e0bbb
      Jiri Kosina authored
      
      The Sony Vaio VGX-TP1E multimedia PC has a wireless keyboard with
      a touchpad.
      
      The mouse pointer is wrongly declared as constant non-data variable, which make
      HID code to completely ignore all the "Pointer" usages.
      Fix the report descriptor before it enters the parser to contain touchpad
      pointer description that is correctly parsable (declaring data rather than
      constant).
      Reported-by: default avatarStefan Hundhammer <sh@suse.de>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      cc6e0bbb
  28. 20 Oct, 2008 1 commit