1. 25 2月, 2013 4 次提交
  2. 26 1月, 2013 1 次提交
  3. 08 1月, 2013 2 次提交
  4. 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
  5. 14 9月, 2012 2 次提交
  6. 02 9月, 2012 1 次提交
  7. 21 3月, 2012 6 次提交
  8. 04 1月, 2012 1 次提交
  9. 24 10月, 2011 9 次提交
  10. 06 8月, 2011 1 次提交
  11. 28 5月, 2011 1 次提交
  12. 28 3月, 2011 3 次提交
  13. 23 3月, 2011 1 次提交
  14. 25 11月, 2010 1 次提交
    • C
      asus-laptop: add wimax and wwan support · ba1ff5be
      Corentin Chary 提交于
      Asus UL30A has a 3G chip, but the radio is disabled by default.
      The DSDT also reference a WIMAX device, which is not present on this model.
      
      This patch adds two new files: wwan and wimax to control WWAN and
      WIMAX devices. It does not use rfkill, because like WLED and BLED,
      we don't know yet that the two ACPI functions will always control the
      radio, they may control only the leds on some hardware.
      
      We may add rfkill switchs later.
      Signed-off-by: NCorentin Chary <corentincj@iksaif.net>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      ba1ff5be
  15. 16 11月, 2010 1 次提交
  16. 21 10月, 2010 5 次提交