aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/asus-wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-28asus-wmi: introduce struct asus_rfkillCorentin Chary1-56/+59
2011-03-28asus-wmi: minor cleanupsCorentin Chary1-17/+17
2011-03-28eeepc-wmi: asus generic asus-wmi.ko moduleCorentin Chary1-488/+436
2011-03-28asus-wmi: move generic code to asus-wmiCorentin Chary1-0/+1454