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. 10 3月, 2007 1 次提交
  3. 20 2月, 2007 2 次提交
  4. 13 2月, 2007 3 次提交
    • L
      ACPI: delete extra #defines in /drivers/acpi/ drivers · 7cda93e0
      Len Brown 提交于
      Cosmetic only.
      
      Except in a single case, #define ACPI_*_DRIVER_NAME
      were invoked 0 or 1 times.
      Signed-off-by: NLen Brown <len.brown@intel.com>
      7cda93e0
    • L
      ACPI: fix acpi_driver.name usage · c2b6705b
      Len Brown 提交于
      It was erroneously used as a description rather than a name.
      
      ie. turn this:
      
      lenb@se7525gp2:/sys> ls bus/acpi/drivers
      ACPI AC Adapter Driver  ACPI Embedded Controller Driver  ACPI Power Resource Driver
      ACPI Battery Driver     ACPI Fan Driver                  ACPI Processor Driver
      ACPI Button Driver      ACPI PCI Interrupt Link Driver   ACPI Thermal Zone Driver
      ACPI container driver   ACPI PCI Root Bridge Driver      hpet
      
      into this:
      
      lenb@se7525gp2:~> ls /sys/bus/acpi/drivers
      ac  battery  button  container  ec  fan  hpet  pci_link  pci_root  power  processor  thermal
      Signed-off-by: NLen Brown <len.brown@intel.com>
      c2b6705b
    • L
      ACPI: clean up ACPI_MODULE_NAME() use · f52fd66d
      Len Brown 提交于
      cosmetic only
      
      Make "module name" actually match the file name.
      Invoke with ';' as leaving it off confuses Lindent and gcc doesn't care.
      Fix indentation where Lindent did get confused.
      Signed-off-by: NLen Brown <len.brown@intel.com>
      f52fd66d
  5. 23 1月, 2007 1 次提交
  6. 04 1月, 2007 1 次提交
  7. 21 12月, 2006 2 次提交
  8. 20 12月, 2006 1 次提交
    • T
      ACPI: Implement acpi_video_get_next_level() · f4715189
      Thomas Tuttle 提交于
      acpi_video_get_next_level was supposed to implement an algorithm to select
      a new brightness level based on the old brightness level of an ACPI video
      device, but it simply says "/* Fix me */" and returns the current
      brightness.
      
      This patch implements acpi_video_get_next_level properly.  It had to change
      a few constants at the top of the file because they were (apparently)
      wrong, but it appears to work on my Dell Inspiron e1405 (with BIOS A05
      only--BIOS A04 doesn't seem to send ACPI video hotkey events).
      
      [akpm@osdl.org: cleanups]
      Signed-off-by: NThomas Tuttle <linux-kernel@ttuttle.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      f4715189
  9. 16 12月, 2006 1 次提交
  10. 14 10月, 2006 1 次提交
  11. 30 6月, 2006 4 次提交
  12. 27 6月, 2006 3 次提交
  13. 24 6月, 2006 1 次提交
  14. 15 5月, 2006 1 次提交
  15. 31 3月, 2006 1 次提交
  16. 07 1月, 2006 1 次提交
  17. 01 12月, 2005 1 次提交
  18. 07 11月, 2005 1 次提交
  19. 03 9月, 2005 1 次提交
  20. 05 8月, 2005 2 次提交
  21. 12 7月, 2005 2 次提交
  22. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4