1. 16 8月, 2014 1 次提交
  2. 21 1月, 2014 3 次提交
  3. 21 11月, 2013 12 次提交
  4. 08 7月, 2013 1 次提交
  5. 09 5月, 2013 1 次提交
  6. 18 3月, 2013 1 次提交
  7. 04 1月, 2013 1 次提交
    • G
      Drivers: platform: x86: remove __dev* attributes. · b859f159
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Joey Lee <jlee@novell.com>
      Cc: Matthew Garrett <mjg@redhat.com>
      Cc: Peter Feuerer <peter@piie.net>
      Cc: Corentin Chary <corentin.chary@gmail.com>
      Cc: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
      Cc: Robert Gerlach <khnz@gmx.de>
      Cc: Ike Panhc <ike.pan@canonical.com>
      Cc: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      b859f159
  8. 18 8月, 2012 1 次提交
  9. 28 7月, 2012 1 次提交
  10. 02 6月, 2012 1 次提交
    • M
      dell-laptop: Remove rfkill code · a6c2390c
      Matthew Garrett 提交于
      The interface just doesn't work on some machines, and Dell haven't been
      able to tell us either which machines those are or what we should be
      doing instead. This would be fine, except it results in userspace ending
      up confused and general sadness. So let's just rip it out for now.
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      a6c2390c
  11. 01 6月, 2012 4 次提交
  12. 17 4月, 2012 1 次提交
  13. 21 3月, 2012 4 次提交
  14. 17 11月, 2011 1 次提交
  15. 24 10月, 2011 1 次提交
    • A
      dell-laptop: support Synaptics/Alps touchpad led · 2d8b90be
      AceLan Kao 提交于
      This patch supports Dell laptop with Synaptics and Alps touchpad chip
      that with LED to indicate the functionality of touchpad is disabled or
      enabled.
      
      The command for touchpad LED is 0x97, and the data 1 means turn on the
      touchpad LED, 2 means turn it off.
      
      BTW, I add dell_quirks to white list those machines that supports this
      behavior, so that the code won't affect those who don't have a touchpad LED
      machine.
      
      We can easily to turn it on/off by
         echo 1 > /sys/class/leds/dell-laptop::touchpad/brightness
         echo 0 > /sys/class/leds/dell-laptop::touchpad/brightness
      Signed-off-by: NAceLan Kao <acelan.kao@canonical.com>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      2d8b90be
  16. 06 8月, 2011 1 次提交
  17. 11 7月, 2011 2 次提交
  18. 28 5月, 2011 1 次提交
  19. 23 3月, 2011 1 次提交
  20. 22 2月, 2011 1 次提交