1. 28 11月, 2012 1 次提交
    • M
      Input - arizona-haptics: Add driver haptics module on Arizona CODECs · 9dd555e2
      Mark Brown 提交于
      The Arizona CODECs contain a haptics module providing vibration feedback
      support. Implement basic support for this, providing simple start/stop and
      signal magnitude control.
      
      Since the output path for haptics is routed through the CODEC audio routing
      it is modelled as a signal generator within ASoC, the haptics driver calls
      DAPM to start and stop the output drivers. An appropriate output path must
      be configured via ALSA to connect the haptics source to the correct output.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      9dd555e2
  2. 25 7月, 2012 1 次提交
  3. 16 4月, 2012 1 次提交
  4. 17 3月, 2012 1 次提交
  5. 16 3月, 2012 1 次提交
  6. 05 3月, 2012 1 次提交
  7. 31 1月, 2012 1 次提交
  8. 12 12月, 2011 1 次提交
  9. 01 12月, 2011 1 次提交
    • H
      Input: add generic GPIO-tilt driver · 3bfd5c5b
      Heiko Stübner 提交于
      There exist tilt switches that simply report their tilt-state via
      some gpios. The number and orientation of their axes can vary
      depending on the switch used and the build of the device. Also two
      or more one-axis switches could be combined to provide multi-dimensional
      orientation.
      
      One example of a device using such a switch is the family of Qisda
      ebook readers, where the switch provides information about the
      landscape / portrait orientation of the device. The example in
      Documentation/input/gpio-tilt.txt documents exactly this one-axis
      device.
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      3bfd5c5b
  10. 24 10月, 2011 1 次提交
  11. 22 9月, 2011 1 次提交
  12. 09 8月, 2011 1 次提交
  13. 03 8月, 2011 1 次提交
  14. 07 7月, 2011 1 次提交
  15. 05 7月, 2011 1 次提交
  16. 04 7月, 2011 1 次提交
  17. 29 6月, 2011 1 次提交
  18. 22 6月, 2011 1 次提交
  19. 27 5月, 2011 1 次提交
  20. 17 3月, 2011 1 次提交
  21. 29 12月, 2010 1 次提交
  22. 01 12月, 2010 1 次提交
  23. 06 9月, 2010 1 次提交
  24. 14 7月, 2010 1 次提交
  25. 25 6月, 2010 1 次提交
  26. 22 5月, 2010 1 次提交
  27. 14 4月, 2010 3 次提交
  28. 09 3月, 2010 1 次提交
  29. 08 3月, 2010 1 次提交
  30. 08 12月, 2009 2 次提交
  31. 03 11月, 2009 1 次提交
  32. 24 9月, 2009 1 次提交
    • I
      input: fix build failures caused by Kconfig Winbond WPCD376I Consumer IR... · d2b5ec3a
      Ingo Molnar 提交于
      input: fix build failures caused by Kconfig Winbond WPCD376I Consumer IR hardware driver Kconfig entry
      
      Fix these warnings:
      
        drivers/built-in.o: In function `apanel_remove':
        apanel.c:(.text+0x56e852): undefined reference to `led_classdev_unregister'
        drivers/built-in.o: In function `apanel_probe':
        apanel.c:(.text+0x56eae3): undefined reference to `led_classdev_register'
        drivers/built-in.o: In function `acpi_fujitsu_hotkey_add':
        fujitsu-laptop.c:(.text+0x5d7647): undefined reference to `led_classdev_register'
        fujitsu-laptop.c:(.text+0x5d76b5): undefined reference to `led_classdev_register'
        drivers/built-in.o: In function `wbcir_probe':
        winbond-cir.c:(.devinit.text+0x5f375): undefined reference to `led_classdev_register'
        winbond-cir.c:(.devinit.text+0x5f663): undefined reference to `led_classdev_unregister'
        drivers/built-in.o: In function `wbcir_remove':
        winbond-cir.c:(.devexit.text+0x7f23): undefined reference to `led_classdev_unregister'
        drivers/built-in.o: In function `fujitsu_cleanup':
        fujitsu-laptop.c:(.exit.text+0xbe37): undefined reference to `led_classdev_unregister'
        fujitsu-laptop.c:(.exit.text+0xbe53): undefined reference to `led_classdev_unregister'
      
      It happens because the new INPUT_WINBOND_CIR driver relies on new-leds
      infrastructure - but does not select it in drivers/input/misc/Kconfig.
      But it selects LEDS_CLASS, which confuses a number of other drivers into
      thinking that all the leds infrastructure is in place.
      
      Fix this by selecting NEW_LEDS as well, like similar drivers do.
      
      Eventually, this whole leds infrastructure complexity should be
      cleaned up, it's been going on for years.
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
      Cc: Dmitry Torokhov <dtor@mail.ru>
      Cc: David Härdeman <david@hardeman.nu>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      d2b5ec3a
  33. 22 9月, 2009 1 次提交
  34. 17 9月, 2009 2 次提交
  35. 23 7月, 2009 1 次提交
  36. 13 6月, 2009 1 次提交