1. 10 5月, 2007 1 次提交
    • L
      ACPI: video: output switch sysfs support · 23b0f015
      Luming Yu 提交于
      Requires CONFIG_VIDEO_OUTPUT_CONTROL and CONFIG_ACPI_VIDEO.
      
      After loading output.ko and video.ko, you would have
      /sys/class/video_output and several device acpi_videoNum there.
      
      For example, I got acpi_video0, acpi_video1,acpi_video2,and acpi_video3
      under /sys/class/video_output on my T40.
      I can query the status of  output device0 by running " cat
      /sys/class/video_output/acpi_video0
      " The return value is defined in ACPI SPEC B.5.5 _DCS(Return the
      Status of Output Device).  Also you can turn off video1 and turn on
      video0  by " echo 0 > acpi_video1; echo 0x80000000 > acpi_video0".
      Please reference ACPI SPEC  B.5.7 _DSS for the parameter definition.
      
      Please note that it may or may NOT works purely depending on if
      your vendor providing correct ACPI video extension support in bios.
      the driver output.ko and video.ko just works like a interface to
      invoke BIOS.
      Signed-off-by: NLuming Yu <Luming.yu@intel.com>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      23b0f015
  2. 26 4月, 2007 1 次提交
  3. 26 3月, 2007 1 次提交
  4. 22 3月, 2007 1 次提交
  5. 10 3月, 2007 1 次提交
  6. 02 3月, 2007 1 次提交
  7. 23 2月, 2007 1 次提交
  8. 17 2月, 2007 1 次提交
  9. 16 2月, 2007 1 次提交
  10. 13 2月, 2007 3 次提交
  11. 03 2月, 2007 3 次提交
  12. 30 1月, 2007 1 次提交
  13. 29 1月, 2007 3 次提交
  14. 11 1月, 2007 1 次提交
  15. 21 12月, 2006 1 次提交
  16. 20 12月, 2006 1 次提交
  17. 07 12月, 2006 1 次提交
  18. 09 11月, 2006 1 次提交
    • D
      ACPI: button: register with input layer · c0968f0e
      Dmitry Torokhov 提交于
      In addition to signalling button/lid events through /proc/acpi/event,
      create separate input devices and report KEY_POWER, KEY_SLEEP and
      SW_LID through input layer.  Also remove unnecessary casts and variable
      initializations, clean up formatting.
      
      Sleep button may autorepeat but userspace will have to filter duplicate
      sleep requests anyway (and discard unprocessed events right after
      wakeup).
      
      Unlike /proc/acpi/event interface input device corresponding to LID
      switch reports true lid state instead of just a counter. SW_LID is
      active when lid is closed.
      
      The driver now depends on CONFIG_INPUT.
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      c0968f0e
  19. 21 10月, 2006 3 次提交
  20. 04 10月, 2006 1 次提交
  21. 11 7月, 2006 1 次提交
  22. 10 7月, 2006 3 次提交
  23. 09 7月, 2006 1 次提交
  24. 02 7月, 2006 1 次提交
  25. 28 6月, 2006 2 次提交
  26. 23 6月, 2006 1 次提交
  27. 10 4月, 2006 1 次提交
  28. 02 4月, 2006 1 次提交
  29. 25 3月, 2006 1 次提交