1. 24 3月, 2014 1 次提交
  2. 21 1月, 2014 1 次提交
  3. 27 11月, 2013 1 次提交
  4. 23 10月, 2013 1 次提交
    • M
      Input: fix PWM-related undefined reference errors · 33777f34
      Majunath Goudar 提交于
      This patch adds a PWM dependency to configure the INPUT_MAX8997_HAPTIC
      and INPUT_PWM_BEEPER. Without this patch, build system can lead to build
      failure. This was observed during randconfig testing, in which
      INPUT_MAX8997_HAPTIC or INPUT_PWM_BEEPER was enabled w/o PWM being
      enabled, leading to the following errors:
      
      init/built-in.o
      drivers/built-in.o: In function `max8997_haptic_disable':
      :(.text+0x1073a0): undefined reference to `pwm_disable'
      drivers/built-in.o: In function `max8997_haptic_remove':
      :(.text+0x1073fc): undefined reference to `pwm_free'
      drivers/built-in.o: In function `max8997_haptic_play_effect_work':
      :(.text+0x1074f0): undefined reference to `pwm_config'
      :(.text+0x1075b0): undefined reference to `pwm_enable'
      drivers/built-in.o: In function `max8997_haptic_probe':
      :(.text+0x1076f8): undefined reference to `pwm_request'
      :(.text+0x1077e8): undefined reference to `pwm_free'
      drivers/built-in.o: In function `pwm_beeper_resume':
      :(.text+0x1081a4): undefined reference to `pwm_config'
      make: *** [vmlinux] Error 1
      Signed-off-by: NManjunath Goudar <csmanjuvijay@gmail.com>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      33777f34
  5. 27 8月, 2013 1 次提交
  6. 03 6月, 2013 1 次提交
  7. 16 4月, 2013 1 次提交
  8. 12 3月, 2013 1 次提交
    • D
      Input: add IMS Passenger Control Unit driver · 628329d5
      Dmitry Torokhov 提交于
      The PCU is a device installed in the armrest of a plane seat and
      is connected to IMS Rave Entertainment System. It has a set of control
      buttons (Volume Up/Down, Attendant, Lights, etc) on one side and
      gamepad-like controls on the other side.
      
      Originally the device was handled from userspace and because of that
      it presents itself on USB bus as a CDC-ACM modem device that however
      can not make calls. However the custom handling is not as convenient
      as using standard input subsystem facilities. If it was pure input
      device it would be possible to continue using userspace solution
      (moving it over to uinput), but the device also has backlighted keys
      which can not be supported via uinput.
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      628329d5
  9. 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
  10. 10 11月, 2012 1 次提交
  11. 04 11月, 2012 1 次提交
  12. 30 10月, 2012 1 次提交
  13. 25 10月, 2012 1 次提交
  14. 25 7月, 2012 1 次提交
  15. 16 4月, 2012 1 次提交
  16. 17 3月, 2012 1 次提交
  17. 16 3月, 2012 1 次提交
  18. 05 3月, 2012 1 次提交
  19. 31 1月, 2012 1 次提交
  20. 12 12月, 2011 1 次提交
  21. 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
  22. 24 10月, 2011 1 次提交
  23. 22 9月, 2011 1 次提交
  24. 09 8月, 2011 1 次提交
  25. 03 8月, 2011 1 次提交
  26. 07 7月, 2011 1 次提交
  27. 05 7月, 2011 1 次提交
  28. 04 7月, 2011 1 次提交
  29. 29 6月, 2011 1 次提交
  30. 22 6月, 2011 1 次提交
  31. 27 5月, 2011 1 次提交
  32. 17 3月, 2011 1 次提交
  33. 29 12月, 2010 1 次提交
  34. 01 12月, 2010 1 次提交
  35. 06 9月, 2010 1 次提交
  36. 14 7月, 2010 1 次提交
  37. 25 6月, 2010 1 次提交
  38. 22 5月, 2010 1 次提交
  39. 14 4月, 2010 2 次提交