1. 29 7月, 2013 1 次提交
  2. 13 6月, 2013 1 次提交
  3. 03 6月, 2013 2 次提交
  4. 29 5月, 2013 1 次提交
    • J
      HID: add driver for ELO 4000/4500 · d23efc19
      Jiri Slaby 提交于
      This is a driver for ELO 4000/4500 devices which report themselves as
      HID devices, but do not really send HID events on touch. So we
      introduce a new HID 'quirk' driver with a raw_event handler where we
      take care of those events.
      
      What we need additionally is an input_configured hook, because the
      device does not mention anything about PRESSURE and TOUCH in its
      report descriptor, but it actually generate those. So we set the bits
      in the corresponding input_dev in that hook.
      
      Thanks to Petr Ostadal who was willing to test the driver. The rest of
      Cc's listed below had something to do with that driver over the years
      in our enterprise tree.
      Signed-off-by: NJiri Slaby <jslaby@suse.cz>
      Tested-by: NPetr Ostadal <postadal@suse.cz>
      Cc: Oliver Neukum <oliver@neukum.org>
      Cc: Vojtech Pavlik <vojtech@suse.cz>
      Cc: Egbert Eich <eich@suse.com>
      Cc: Libor Pechacek <lpechacek@suse.cz>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      d23efc19
  5. 28 5月, 2013 5 次提交
    • M
      HID: add support for Huion 580 tablet · 68e353fe
      Martin Rusko 提交于
      Add hid-huion.c with support for Huion 580 tablet, which is simple
      8x5" tablet with 4000LPI resolution and 2048 levels pressure-sensitive
      pen manufactured by the Chinese company Huion.
      
      The driver fixes incorrect report descriptor sent by the device,
      performs custom initialization required to switch the tablet into
      its native resolution mode and inverts the in-range bit.
      Signed-off-by: NMartin Rusko <martin.rusko@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      68e353fe
    • C
      HID: Add support for Holtek gaming mouse 04d9:a04a · d4f51890
      Christian Ohm 提交于
      This mouse is sold as Tracer Sniper TRM-503, NOVA Gaming Slider X200 and
      Zalman ZM-GM1, and reports too high usage maximum and logical maximum
      (like 04d9:a067, but its report descriptor is different). This patch
      adds its USB ID and fixes the report descriptor in the same way.
      
      Note: I don't actually have such a mouse to test, I took the report
      descriptor posted at https://bugzilla.novell.com/show_bug.cgi?id=774676,
      compared it to the one from 04d9:a067 and changed the offsets
      accordingly (all numbers minus 9, since it is 9 bytes shorter, and the
      difference is before the values that need changing). That Surely Works™.
      Signed-off-by: NChristian Ohm <chr.ohm@gmx.net>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      d4f51890
    • C
      HID: Add driver for Holtek gaming mouse 04d9:a067 · 41de326e
      Christian Ohm 提交于
      This mouse is sold as Sharkoon Drakonia and Perixx MX-2000 and reports a
      too high usage maximum and logical maximum. This driver fixes the report
      descriptor so those values don't exceed HID_MAX_USAGES.
      Signed-off-by: NChristian Ohm <chr.ohm@gmx.net>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      41de326e
    • J
      HID: sony: fix leds dependency · 40e32ee6
      Jiri Kosina 提交于
      The newly added support for Buzz controller
      
      - introduced Kconfig selection of LEDS_CLASS
      - introduced conditional preprocessor checking for CONFIG_LEDS_CLASS
      
      This has multiple problems -- namely select doesn't work transitively,
      so it shouldn't be used. On the other hand the code assumed that LEDS_CLASS
      is enabled in some places, but not everywhere.
      
      Put LEDS_CLASS as a Kconfig dependency for hid-sony and remove all the
      CONFIG_LEDS_CLASS conditionals from hid-sony.
      
      Reported-by: fengguang.wu@intel.com
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      40e32ee6
    • C
      HID: driver for PS2/3 Buzz controllers · f04d5140
      Colin Leitner 提交于
      This patch adds support for PS2/3 Buzz controllers into hid-sony
      
      It has been tested on Debian 7 with kernel version 3.10.0-rc2. Unfortunately
      I can't test the patch with a regular six-axis controller myself.
      Signed-off-by: NColin Leitner <colin.leitner@gmail.com>
      Cc: Jiri Kosina <jkosina@suse.cz>
      Cc: linux-input@vger.kernel.org
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      f04d5140
  6. 21 4月, 2013 1 次提交
  7. 19 4月, 2013 1 次提交
  8. 07 3月, 2013 1 次提交
  9. 05 3月, 2013 1 次提交
  10. 25 2月, 2013 3 次提交
  11. 19 2月, 2013 1 次提交
    • V
      HID: add ThingM blink(1) USB RGB LED support · 30ba2fbd
      Vivien Didelot 提交于
      The ThingM blink(1) is an open source hardware USB RGB LED. It contains
      an internal EEPROM, allowing to configure up to 12 light patterns. A
      light pattern is a RGB color plus a fade time. This driver registers a
      LED class instance with additional sysfs attributes to support basic
      functions such as setting RGB colors, fade and playing. Other functions
      are still accessible through the hidraw interface.
      
      At this time, the only documentation for the device is the firmware
      source code from ThingM, plus a few schematics. They are available at:
      
      https://github.com/todbot/blink1
      
      This patch is version 3. It updates the name of the source file, the
      driver and the led sysfs entry, according to comments from Jiri Kosina
      and Simon Wood.
      Signed-off-by: NVivien Didelot <vivien.didelot@savoirfairelinux.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      30ba2fbd
  12. 07 2月, 2013 1 次提交
  13. 31 1月, 2013 2 次提交
  14. 03 1月, 2013 1 次提交
  15. 19 11月, 2012 1 次提交
  16. 31 10月, 2012 2 次提交
  17. 01 10月, 2012 1 次提交
  18. 07 9月, 2012 1 次提交
  19. 03 9月, 2012 1 次提交
    • J
      HID: Remove "default m" from HID_LOGITECH_DJ · 6dbea044
      Josh Triplett 提交于
      HID_LOGITECH_DJ uses "default m", which enables it in default kernel
      builds.  Since this module just enables extra, non-critical
      functionality for one particular piece of hardware (specifically,
      differentiating multiple wireless keyboards and mice as separate input
      devices rather than treating them as one device), and the hardware works
      just fine with the default USB HID support, drop the "default m".
      Signed-off-by: NJosh Triplett <josh@joshtriplett.org>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      6dbea044
  20. 15 8月, 2012 1 次提交
  21. 19 7月, 2012 1 次提交
  22. 12 7月, 2012 1 次提交
  23. 28 6月, 2012 1 次提交
  24. 25 6月, 2012 1 次提交
  25. 18 6月, 2012 2 次提交
  26. 08 6月, 2012 1 次提交
  27. 21 5月, 2012 1 次提交
  28. 11 5月, 2012 1 次提交
  29. 01 5月, 2012 1 次提交
  30. 24 4月, 2012 1 次提交