aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/asus-wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-10asus-wmi: control wlan-led only if wapf == 4AceLan Kao1-2/+3
2013-07-10asus-wmi: append newline to messagesvic1-8/+8
2013-02-27asus-wmi: Fix unused function build warningShuah Khan1-5/+0
2013-02-27asus-wmi: always report brightness key eventsCorentin Chary1-4/+4
2013-02-24asus-wmi: add display toggle quirkAceLan Kao1-3/+28
2013-02-24asus-wmi: update wlan LED through rfkill led triggerAceLan Kao1-0/+76
2012-12-17Corentin has movedCorentin Chary1-1/+1
2012-09-13drivers-platform-x86: remove useless #ifdef CONFIG_ACPI_VIDEOCorentin Chary1-4/+0
2012-08-17asus-wmi: record wlan status while controlled by userappAceLan Kao1-1/+20
2012-07-28asus-wmi: enable resume on lid openAceLan Kao1-0/+7
2012-07-28asus-wmi: control backlight power through WMI, not ACPIAceLan Kao1-0/+9
2012-07-28asus-wmi: use ASUS_WMI_METHODID_DSTS2 as default DSTS ID.Alex Hung1-6/+1
2012-03-28Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds1-16/+52
2012-03-26asus-wmi: don't update power and brightness when using scalarCorentin Chary1-7/+13
2012-03-26asus-wmi: move WAPF variable into quirks_entryCorentin Chary1-2/+2
2012-03-26asus-wmi: store backlight power status for AIO machineAceLan Kao1-13/+20
2012-03-26asus-wmi: add scalar board brightness adj. supportAceLan Kao1-5/+28
2012-03-26asus-wmi: on/off bit is not set when reading the valueCorentin Chary1-1/+1
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu1-1/+1
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-2/+2
2011-10-24platform-drivers-x86: asus-wmi: fix resource leak in asus_wmi_led_exitAxel Lin1-1/+3
2011-08-05asus-wmi: add uwb rfkill supportCorentin Chary1-0/+16
2011-08-05asus-wmi: add gps rfkill supportCorentin Chary1-0/+16
2011-08-05asus-wmi: add CWAP support and clarify the meaning of WAPF bitsCorentin Chary1-0/+6
2011-08-05asus-wmi: return proper value in store_cpufv()Corentin Chary1-2/+6
2011-08-05asus-wmi: check for temp1 presenceCorentin Chary1-1/+7
2011-08-05asus-wmi: add thermal sensorCorentin Chary1-0/+21
2011-08-05asus-wmi: add some device idsCorentin Chary1-0/+7
2011-08-05asus-wmi: fix keyboard backlight detectionCorentin Chary1-1/+2
2011-08-05asus-wmi: fix section mismatchCorentin Chary1-1/+1
2011-08-05asus-wmi: add keyboard backlight supportCorentin Chary1-17/+113
2011-08-05asus-wmi: second part of the version starts at 16 not 8Corentin Chary1-1/+1
2011-08-05asus-wmi: Enable autorepeat for hotkey input deviceSeth Forshee1-0/+1
2011-08-05asus-wmi: Add callback for hotkey filteringSeth Forshee1-1/+11
2011-08-05asus-wmi: fix hwmon/pwm1Corentin Chary1-4/+5
2011-07-24asus-wmi: ->is_visible() can't return negativeAl Viro1-1/+1
2011-07-07platform-drivers-x86: set backlight type to BACKLIGHT_PLATFORMAxel Lin1-0/+1
2011-05-27asus: Add pr_fmt and convert printks to pr_<level>Joe Perches1-10/+10
2011-05-27asus-wmi: Remove __init from asus_wmi_platform_initJoe Perches1-1/+1
2011-04-01asus-wmi: swap input name and physCorentin Chary1-2/+2
2011-03-28asus-wmi: potential NULL dereference in show_call()Dan Carpenter1-1/+1
2011-03-28asus-wmi: signedness bug in read_brightness()Dan Carpenter1-1/+2
2011-03-28asus-wmi: add hwmon interface and pwm1Corentin Chary1-0/+128
2011-03-28asus-wmi: add some common device ids and method idsCorentin Chary1-7/+37
2011-03-28asus-wmi: allow debugfs interface to call arbitrary methodCorentin Chary1-2/+45
2011-03-28asus-wmi: add calls to INIT, SPEC and SFUN on initCorentin Chary1-0/+28
2011-03-28asus-wmi: fix and clean backlight codeCorentin Chary1-15/+29
2011-03-28asus-wmi: try to guess the right DSTS methodsCorentin Chary1-33/+66
2011-03-28asus-wmi: factorise wmi_evaluate_method callCorentin Chary1-97/+65
2011-03-28asus-wmi: handle "unknown status" bitCorentin Chary1-0/+6