1. 08 1月, 2013 3 次提交
  2. 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
  3. 14 9月, 2012 1 次提交
  4. 28 7月, 2012 4 次提交
  5. 01 7月, 2012 1 次提交
  6. 01 6月, 2012 1 次提交
  7. 27 3月, 2012 5 次提交
    • L
      acer-wmi: add quirk table for video backlight vendor mode · 86924de2
      Lee, Chun-Yi 提交于
      There have some acer laptop have broken _BCM implemenation, the AML
      code wrote value to EC register but firmware didn't change brighenss.
      
      Fortunately, the brightness control works on those machines with
      vendor mode. So, add quirk table for video backlight vendor mode
      and unregister acpi video interface on those machines.
      
      Tested on Acer TravelMate 4750
      
      Cc: Carlos Corbacho <carlos@strangeworlds.co.uk>
      Cc: Matthew Garrett <mjg@redhat.com>
      Cc: Dmitry Torokhov <dtor@mail.ru>
      Cc: Corentin Chary <corentincj@iksaif.net>
      Cc: Thomas Renninger <trenn@suse.de>
      Signed-off-by: NLee, Chun-Yi <jlee@suse.com>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      86924de2
    • L
      acer-wmi: No wifi rfkill on Sony machines · 5719b819
      Lee, Chun-Yi 提交于
      The wireless rfkill should charged by sony-laptop but not acer-wmi.
      So, add Sony's SNY5001 acpi device to blacklist in acer-wmi.
      
      Tested on Sony Vaio
      
      Cc: Carlos Corbacho <carlos@strangeworlds.co.uk>
      Cc: Matthew Garrett <mjg@redhat.com>
      Cc: Mattia Dongili <malattia@linux.it>
      Cc: Dimitris N <ddarlac@gmail.com>
      Tested-by: NDimitris N <ddarlac@gmail.com>
      Signed-off-by: NLee, Chun-Yi <jlee@suse.com>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      5719b819
    • L
      acer-wmi: support Lenovo ideapad S205 Brazos wifi switch · c08f2086
      Lee, Chun-Yi 提交于
      Vaclav found a new ideapad S205 Brazos machine that used the same
      EC register of wireless with S205 but has different product name.
      
      So, add this machine to quirk for support wireless rfkill.
      
      Tested on Lenovo ideapad S205 Brazos
      Tested-by: NVaclav Mocek <vmocek@gmail.com>
      Acked-by: NIke Panhc <ike.pan@canonical.com>
      Cc: Carlos Corbacho <carlos@strangeworlds.co.uk>
      Cc: Matthew Garrett <mjg@redhat.com>
      Cc: Dmitry Torokhov <dtor@mail.ru>
      Cc: Corentin Chary <corentincj@iksaif.net>
      Cc: Thomas Renninger <trenn@suse.de>
      Signed-off-by: NLee, Chun-Yi <jlee@suse.com>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      c08f2086
    • L
      acer-wmi: fix out of input parameter size when set · 996d23ba
      Lee, Chun-Yi 提交于
      The input parameter of set device status is different with get device
      status. There have volume value element for set status but don't need
      for get action.
      
      On Acer TravelMate 4750 creates field on volume value element even
      doesn't use it in DSDT. So, add this patch for separate input paramter
      between set device status with get status.
      
      Tested on Acer TravelMate 4750
      
      Cc: Carlos Corbacho <carlos@strangeworlds.co.uk>
      Cc: Matthew Garrett <mjg@redhat.com>
      Cc: Dmitry Torokhov <dtor@mail.ru>
      Cc: Corentin Chary <corentincj@iksaif.net>
      Cc: Thomas Renninger <trenn@suse.de>
      Signed-off-by: NLee, Chun-Yi <jlee@suse.com>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      996d23ba
    • L
      acer-wmi: Detect communication hot key number · 34b6cfab
      Lee, Chun-Yi 提交于
      Currently we set a fixed hot key number to 0x01 for communction button,
      but, actually, the key number is different on each acer laptop and it was
      reported by SMBIOS.
      
      So, add this patch to get the communication hot key number from Acer
      OEM-specific SMBIOS Type AA.
      
      Tested on Acer TravelMate 4750
      
      Cc: Carlos Corbacho <carlos@strangeworlds.co.uk>
      Cc: Matthew Garrett <mjg@redhat.com>
      Cc: Dmitry Torokhov <dtor@mail.ru>
      Cc: Corentin Chary <corentincj@iksaif.net>
      Cc: Thomas Renninger <trenn@suse.de>
      Signed-off-by: NLee, Chun-Yi <jlee@suse.com>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      34b6cfab
  8. 21 3月, 2012 4 次提交
  9. 12 3月, 2012 1 次提交
    • I
      acer-wmi: No wifi rfkill on Lenovo machines · 461e7437
      Ike Panhc 提交于
      We have several reports which says acer-wmi is loaded on ideapads
      and register rfkill for wifi which can not be unblocked.
      
      Since ideapad-laptop also register rfkill for wifi and it works
      reliably, it will be fine acer-wmi is not going to register rfkill
      for wifi once VPC2004 is found.
      
      Also put IBM0068/LEN0068 in the list. Though thinkpad_acpi has no
      wifi rfkill capability, there are reports which says acer-wmi also
      block wireless on Thinkpad E520/E420.
      Signed-off-by: NIke Panhc <ike.pan@canonical.com>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      461e7437
  10. 24 10月, 2011 5 次提交
  11. 06 8月, 2011 3 次提交
  12. 07 7月, 2011 2 次提交
  13. 28 5月, 2011 7 次提交
  14. 12 4月, 2011 1 次提交
  15. 28 3月, 2011 1 次提交
    • L
      acer-wmi: does not poll device status when WMI event is available · 70a9b904
      Lee, Chun-Yi 提交于
      Acer WMI hotkey event's result include current device status, just
      need sync the status to killswitch after acer-wmi driver receive
      hotkey event but not always poll device status. This is good for
      performance.
      
      But, if use EC raw mode, Acer BIOS will not emit wmi event and
      leave EC to control device status. So, still startup polling job
      when doesn't detect WMI event GUID or user choice to use ec_raw_mode.
      
      Tested on Acer TravelMate 8572 notebook.
      
      Cc: Carlos Corbacho <carlos@strangeworlds.co.uk>
      Cc: Matthew Garrett <mjg@redhat.com>
      Cc: Dmitry Torokhov <dtor@mail.ru>
      Cc: Corentin Chary <corentincj@iksaif.net>
      Cc: Thomas Renninger <trenn@suse.de>
      Signed-off-by: NLee, Chun-Yi <jlee@novell.com>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      70a9b904