summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/asus-wmi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2012-03-281-16/+52
|\
| * asus-wmi: don't update power and brightness when using scalarCorentin Chary2012-03-261-7/+13
| * asus-wmi: move WAPF variable into quirks_entryCorentin Chary2012-03-261-2/+2
| * asus-wmi: store backlight power status for AIO machineAceLan Kao2012-03-261-13/+20
| * asus-wmi: add scalar board brightness adj. supportAceLan Kao2012-03-261-5/+28
| * asus-wmi: on/off bit is not set when reading the valueCorentin Chary2012-03-261-1/+1
* | PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu2012-02-271-1/+1
|/
* switch ->is_visible() to returning umode_tAl Viro2012-01-031-2/+2
* platform-drivers-x86: asus-wmi: fix resource leak in asus_wmi_led_exitAxel Lin2011-10-241-1/+3
* asus-wmi: add uwb rfkill supportCorentin Chary2011-08-051-0/+16
* asus-wmi: add gps rfkill supportCorentin Chary2011-08-051-0/+16
* asus-wmi: add CWAP support and clarify the meaning of WAPF bitsCorentin Chary2011-08-051-0/+6
* asus-wmi: return proper value in store_cpufv()Corentin Chary2011-08-051-2/+6
* asus-wmi: check for temp1 presenceCorentin Chary2011-08-051-1/+7
* asus-wmi: add thermal sensorCorentin Chary2011-08-051-0/+21
* asus-wmi: add some device idsCorentin Chary2011-08-051-0/+7
* asus-wmi: fix keyboard backlight detectionCorentin Chary2011-08-051-1/+2
* asus-wmi: fix section mismatchCorentin Chary2011-08-051-1/+1
* asus-wmi: add keyboard backlight supportCorentin Chary2011-08-051-17/+113
* asus-wmi: second part of the version starts at 16 not 8Corentin Chary2011-08-051-1/+1
* asus-wmi: Enable autorepeat for hotkey input deviceSeth Forshee2011-08-051-0/+1
* asus-wmi: Add callback for hotkey filteringSeth Forshee2011-08-051-1/+11
* asus-wmi: fix hwmon/pwm1Corentin Chary2011-08-051-4/+5
* asus-wmi: ->is_visible() can't return negativeAl Viro2011-07-241-1/+1
* platform-drivers-x86: set backlight type to BACKLIGHT_PLATFORMAxel Lin2011-07-071-0/+1
* asus: Add pr_fmt and convert printks to pr_<level>Joe Perches2011-05-271-10/+10
* asus-wmi: Remove __init from asus_wmi_platform_initJoe Perches2011-05-271-1/+1
* asus-wmi: swap input name and physCorentin Chary2011-04-011-2/+2
* asus-wmi: potential NULL dereference in show_call()Dan Carpenter2011-03-281-1/+1
* asus-wmi: signedness bug in read_brightness()Dan Carpenter2011-03-281-1/+2
* asus-wmi: add hwmon interface and pwm1Corentin Chary2011-03-281-0/+128
* asus-wmi: add some common device ids and method idsCorentin Chary2011-03-281-7/+37
* asus-wmi: allow debugfs interface to call arbitrary methodCorentin Chary2011-03-281-2/+45
* asus-wmi: add calls to INIT, SPEC and SFUN on initCorentin Chary2011-03-281-0/+28
* asus-wmi: fix and clean backlight codeCorentin Chary2011-03-281-15/+29
* asus-wmi: try to guess the right DSTS methodsCorentin Chary2011-03-281-33/+66
* asus-wmi: factorise wmi_evaluate_method callCorentin Chary2011-03-281-97/+65
* asus-wmi: handle "unknown status" bitCorentin Chary2011-03-281-0/+6
* asus-wmi: introduce struct asus_rfkillCorentin Chary2011-03-281-56/+59
* asus-wmi: minor cleanupsCorentin Chary2011-03-281-17/+17
* eeepc-wmi: asus generic asus-wmi.ko moduleCorentin Chary2011-03-281-488/+436
* asus-wmi: move generic code to asus-wmiCorentin Chary2011-03-281-0/+1454