Skip to content
Snippets Groups Projects
  1. Dec 25, 2008
  2. Dec 19, 2008
  3. Dec 18, 2008
    • Takashi Iwai's avatar
      ALSA: hda - Fix silent HP output on D975 · e28d8322
      Takashi Iwai authored
      
      Some desktops seems to have no HP/mic jack detection on the front panel,
      which results in the silent output in the recent driver, because the
      driver mutes the output (to save power) when no plug is detected.
      
      This patch adds a new model that disables the jack-detection.
      
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      e28d8322
  4. Dec 17, 2008
  5. Dec 15, 2008
  6. Dec 02, 2008
  7. Dec 01, 2008
  8. Nov 30, 2008
  9. Nov 25, 2008
  10. Nov 23, 2008
  11. Nov 21, 2008
  12. Nov 20, 2008
  13. Nov 19, 2008
  14. Nov 18, 2008
  15. Nov 14, 2008
  16. Nov 13, 2008
  17. Nov 11, 2008
  18. Nov 10, 2008
    • Trent Piepho's avatar
      powerpc: Repair device bindings documentation · ec5d7657
      Trent Piepho authored
      
      Commit d0fc2eaa "powerpc/fsl: Refactor
      device bindings" split out a number of device bindings from
      booting-without-of.txt into separate files.  Having them all in one file
      was a frequent source of merge conflicts.
      
      However, in the next merge, 49997d75, there
      was another conflict.  Some of the bindings removed from
      booting-without-of.txt were mistakenly added back in and the copies in
      dts-bindings were kept as well.
      
      This patch re-removes "Freescale Display Interface" and "Freescale on board
      FPGA" and fixes the table of contents.
      
      Signed-off-by: default avatarTrent Piepho <tpiepho@freescale.com>
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      ec5d7657
  19. Nov 08, 2008
    • Thomas Renninger's avatar
      ACPI video: if no ACPI backlight support, use vendor drivers · c3d6de69
      Thomas Renninger authored
      
      If an ACPI graphics device supports backlight brightness functions (cmp. with
      latest ACPI spec Appendix B), let the ACPI video driver control backlight and
      switch backlight control off in vendor specific ACPI drivers (asus_acpi,
      thinkpad_acpi, eeepc, fujitsu_laptop, msi_laptop, sony_laptop, acer-wmi).
      
      Currently it is possible to load above drivers and let both poke on the
      brightness HW registers, the video and vendor specific ACPI drivers -> bad.
      
      This patch provides the basic support to check for BIOS capabilities before
      driver loading time. Driver specific modifications are in separate follow up
      patches.
      
      "acpi_backlight=vendor"
      	Prever vendor driver over ACPI driver for backlight.
      "acpi_backlight=video" (default)
      	Prever ACPI driver over vendor driver for backlight.
      
      Signed-off-by: default avatarThomas Renninger <trenn@suse.de>
      Acked-by: default avatarZhang Rui <rui.zhang@intel.com>
      Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      c3d6de69
    • Bjorn Helgaas's avatar
      ACPI: update debug parameter documentation · a0d84a92
      Bjorn Helgaas authored
      
      Reformat acpi.debug_layer and acpi.debug_level documentation so it's
      more readable, add some clues about how to figure out the mask bits that
      enable a specific ACPI_DEBUG_PRINT statement, and include some useful
      examples.
      
      Move the list of masks to Documentation/acpi/debug.txt (these are
      copies of the authoritative values in acoutput.h and acpi_drivers.h).
      
      Signed-off-by: default avatarBjorn Helgaas <bjorn.helgaas@hp.com>
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      a0d84a92
  20. Nov 06, 2008
Loading