1. 16 8月, 2010 1 次提交
    • C
      USB HID: Add ID for eGalax Multitouch used in JooJoo tablet · 83e44918
      Chris Ball 提交于
      The JooJoo tablet (http://thejoojoo.com/) contains an "eGalax Inc. USB
      TouchController", and this patch hooks it up to the egalax-touch driver.
      Without the patch we don't get any cursor motion, since it comes through
      Z/RX rather than X/Y.
      
      (The egalax-touch driver does not yet generate a correct event sequence
      for the "serial" protocol used by this device, though -- see the note
      added to the code, which comes from research by Stéphane Chatty.)
      
      Cc: Jiri Kosina <jkosina@suse.cz>
      Cc: Stéphane Chatty <chatty@enac.fr>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      83e44918
  2. 20 7月, 2010 1 次提交
  3. 19 7月, 2010 2 次提交
  4. 14 7月, 2010 1 次提交
  5. 13 7月, 2010 1 次提交
  6. 12 7月, 2010 3 次提交
  7. 29 6月, 2010 2 次提交
  8. 21 6月, 2010 1 次提交
  9. 25 5月, 2010 1 次提交
  10. 17 5月, 2010 2 次提交
  11. 12 5月, 2010 1 次提交
    • D
      HID: Prodikeys PC-MIDI HID Driver · 3a370ca1
      Don Prince 提交于
      A specialised HID driver for the Creative Prodikeys PC-MIDI USB Keyboard.
      
      The Prodikeys PC-MIDI is a multifunction keyboard comprising a qwerty keyboard,
      multimedia keys and a touch sensitive musical keyboard.
      
      The specialised HID driver adds full support for the musical keyboard and extra
      multimedia keys which are not currently handled by the default HID driver.
      
      The specialised HID driver interfaces with ALSA, and presents the midi keyboard
      as a rawmidi device. Sustain duration, octave shifting and the midi output
      channel can be read/written form userspace via sysfs.
      Signed-off-by: NDon Prince <dhprince-devel@yahoo.co.uk>
      ALSA parts:
      Acked-by: NClemens Ladisch <clemens@ladisch.de>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      3a370ca1
  12. 10 5月, 2010 1 次提交
  13. 29 4月, 2010 1 次提交
    • W
      HID: add support for BTC Emprex 3009URF III Vista MCE Remote · bf280628
      Wayne Thomas 提交于
      The Behavior Tech. Computer Corp. (BTC) remote branded as "Emprex 3009URF III
      Vista Remote Controller" uses non-standard mappings for all of its 'special
      purpose' keys (0xffbc usage page).  This patch modifies the existing
      hid-topseed quirky driver to support both remotes in order to prevent
      proliferation of in-kernel quirky drivers until such a time that udev remapping
      works with these devices.  Tested successfully with both the "Emprex" remote
      and the "CyberLink" remote originally supported by the hid-topseed driver.
      Signed-off-by: NWayne Thomas <waynethomas69@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      bf280628
  14. 23 4月, 2010 1 次提交
  15. 21 4月, 2010 1 次提交
  16. 15 4月, 2010 1 次提交
  17. 12 4月, 2010 1 次提交
  18. 11 4月, 2010 1 次提交
  19. 08 4月, 2010 1 次提交
  20. 31 3月, 2010 1 次提交
  21. 22 3月, 2010 1 次提交
    • S
      HID: add driver for Roccat Kone gaming mouse · 14bf62cd
      Stefan Achatz 提交于
      This Patch adds support for Kone gaming mouse from Roccat.
      It provides access to profiles, settings, firmware, weight,
      actual settings etc. through sysfs attributes.
      Event handling of this mouse differs from standard hid behaviour
      in that tilt button press is reported in each move event which
      results in strange behaviour if not handled by the driver.
      
      This is a heavily reworked version of the previously introduced driver.
      The changes include most of the previously raised concerns,
      memory leak and other fixes, code cleanups, adoption of additional
      achieved knowlege about the hardware and is (IMHO) a much better version
      than before even when I exchanged reduced USB-IO with a bigger memory
      consumption.
      
      I refused to implement one mentioned point:
      Removing the 'just-because-we-can' attributes. Motivation:
      Reading the clipped in weight: I'm no gamer and can't determine the
      usefulness of this feature but if the manufacturer implements such a
      feature it might make sense to someone and I would unwillingly limit the
      functionality besides its such a small feature.
      Reading the actual profile and dpi settings: Here I can testify that one
      can get lost of the actual settings when switching back and forth.
      The manufacturers windows driver has the ability for on-screen-display
      of the values and there is a mouse in the market that has an lcd on the
      underside of it to show these values. So I think this feature makes sense
      not only for me and shouldn't be removed.
      Signed-off-by: NStefan Achatz <erazor_de@users.sourceforge.net>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      14bf62cd
  22. 09 3月, 2010 1 次提交
  23. 10 2月, 2010 2 次提交
  24. 05 2月, 2010 1 次提交
  25. 03 2月, 2010 3 次提交
  26. 26 1月, 2010 1 次提交
  27. 13 1月, 2010 4 次提交
  28. 04 1月, 2010 1 次提交
  29. 23 12月, 2009 1 次提交