1. 28 5月, 2013 2 次提交
    • 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
  2. 21 4月, 2013 1 次提交
  3. 19 4月, 2013 1 次提交
  4. 07 3月, 2013 1 次提交
  5. 05 3月, 2013 1 次提交
  6. 25 2月, 2013 3 次提交
  7. 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
  8. 07 2月, 2013 1 次提交
  9. 31 1月, 2013 2 次提交
  10. 03 1月, 2013 1 次提交
  11. 19 11月, 2012 1 次提交
  12. 31 10月, 2012 2 次提交
  13. 01 10月, 2012 1 次提交
  14. 07 9月, 2012 1 次提交
  15. 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
  16. 15 8月, 2012 1 次提交
  17. 19 7月, 2012 1 次提交
  18. 12 7月, 2012 1 次提交
  19. 28 6月, 2012 1 次提交
  20. 25 6月, 2012 1 次提交
  21. 18 6月, 2012 2 次提交
  22. 08 6月, 2012 1 次提交
  23. 21 5月, 2012 1 次提交
  24. 11 5月, 2012 1 次提交
  25. 01 5月, 2012 1 次提交
  26. 24 4月, 2012 1 次提交
  27. 19 4月, 2012 1 次提交
  28. 16 4月, 2012 1 次提交
  29. 14 4月, 2012 1 次提交
  30. 29 3月, 2012 1 次提交
  31. 28 3月, 2012 2 次提交
  32. 13 3月, 2012 1 次提交
  33. 28 2月, 2012 1 次提交