1. 25 2月, 2017 3 次提交
  2. 25 12月, 2016 1 次提交
  3. 16 12月, 2016 1 次提交
  4. 14 12月, 2016 5 次提交
  5. 09 6月, 2016 1 次提交
  6. 28 5月, 2016 1 次提交
  7. 15 4月, 2016 1 次提交
  8. 24 3月, 2016 1 次提交
  9. 20 1月, 2016 1 次提交
  10. 16 1月, 2016 1 次提交
  11. 01 1月, 2016 1 次提交
  12. 07 11月, 2015 1 次提交
  13. 29 8月, 2015 1 次提交
  14. 19 6月, 2015 1 次提交
  15. 20 5月, 2015 1 次提交
  16. 06 5月, 2015 1 次提交
  17. 15 3月, 2015 2 次提交
  18. 04 3月, 2015 5 次提交
  19. 12 2月, 2015 1 次提交
  20. 11 2月, 2015 1 次提交
  21. 07 2月, 2015 1 次提交
  22. 04 12月, 2014 1 次提交
    • A
      thinkpad-acpi: Try to use full software mute control · 9a417ec0
      Andy Lutomirski 提交于
      ThinkPads have hardware volume controls and three buttons to control
      them.  (These are separate from the standard mixer.)  By default,
      the buttons are:
      
       - Mute: Mutes the hardware volume control and, on some models,
         generates KEY_MUTE.
      
       - Up: Unmutes, generates KEY_VOLUMEUP, and increases volume if
         applicable.  (Newer thinkpads only have hardware mute/unmute.)
      
       - Down: Unmutes, generates KEY_VOLUMEDOWN, and decreases volume
         if applicable.
      
      This behavior is unfortunate, since modern userspace will also
      handle the hotkeys and change the other mixer.  If the software
      mixer is muted and the hardware mixer is unmuted and you push mute,
      hilarity ensues as they both switch state.
      
      Rather than adding a lot of complex ALSA integration to fix this,
      just disable the special ThinkPad volume controls when possible.
      This turns the mute and volume buttons into regular buttons, and
      standard software controls will work as expected.
      
      ALSA already knows about the mute light on models with a mute light,
      so everything should just work.
      
      This should also allow us to remove _OSI(Linux) for all ThinkPads.
      
      For future reference: It turns out that we can ask ACPI for one of
      three behaviors directly on very new models.  They are "latch" (the
      default), "none" (no automatic control), and "toggle" (mute unmutes
      when muted).  All of the modes besides "none" seem to be a bit
      buggy, though, and there doesn't seem to be a consistent way to get
      any notification when the HW mute state is changed.
      Signed-off-by: NAndy Lutomirski <luto@mit.edu>
      Acked-by: NHenrique de Moraes Holschuh <hmh@hmh.eng.br>
      Signed-off-by: NDarren Hart <dvhart@linux.intel.com>
      9a417ec0
  23. 20 10月, 2014 1 次提交
  24. 14 10月, 2014 1 次提交
  25. 18 9月, 2014 1 次提交
  26. 16 8月, 2014 3 次提交
  27. 11 6月, 2014 1 次提交