aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/eeepc-wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-09eeepc-wmi: Use acpi_dev_found()Lukas Wunner1-22/+2
2014-08-16eeepc-wmi: Constify asus_quirks[] DMI tableMathias Krause1-1/+1
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-1/+1
2013-02-27asus-wmi: always report brightness key eventsCorentin Chary1-0/+2
2012-12-17Corentin has movedCorentin Chary1-1/+1
2012-07-28asus-wmi: control backlight power through WMI, not ACPIAceLan Kao1-1/+24
2012-03-26eeepc-wmi: split et2012 specific hacksCorentin Chary1-14/+20
2012-03-26eeepc-wmi: refine quirks handlingCorentin Chary1-5/+8
2012-03-26asus-wmi: move WAPF variable into quirks_entryCorentin Chary1-1/+1
2012-03-26asus-wmi: store backlight power status for AIO machineAceLan Kao1-3/+12
2012-03-26asus-wmi: add scalar board brightness adj. supportAceLan Kao1-25/+60
2012-03-26eeepc-wmi: add extra keymaps for EP121Chih-Wei Huang1-0/+3
2011-08-05asus-wmi: add CWAP support and clarify the meaning of WAPF bitsCorentin Chary1-0/+1
2011-08-05eeepc-wmi: Add support for T101MT Home/Express Gate keySeth Forshee1-0/+26
2011-05-27eeepc: Use pr_warnJoe Perches1-7/+7
2011-04-01eeepc-wmi: add keys found on EeePC 1215TCorentin Chary1-0/+2
2011-03-28eeepc-wmi: set the touchpad toggle key code to KEY_TOUCHPAD_TOGGLEKeng-Yu Lin1-1/+1
2011-03-28eeepc-wmi: restore KEY_CAMERA_* keys lost in 190ca27Corentin Chary1-0/+6
2011-03-28asus-wmi: minor cleanupsCorentin Chary1-1/+1
2011-03-28eeepc-wmi: asus generic asus-wmi.ko moduleCorentin Chary1-0/+162
2011-03-28asus-wmi: move generic code to asus-wmiCorentin Chary1-1454/+0
2011-03-28eeepc-wmi: add camera keysCorentin Chary1-0/+7
2011-03-28eeepc-wmi: reorder device idsCorentin Chary1-0/+11
2011-03-28eeepc-wmi: add touchpad sysfs fileCorentin Chary1-0/+5
2011-03-28eeepc-wmi: comments keymap to clarify the meaning of some keysCorentin Chary1-3/+3
2011-03-28eeepc-wmi: real touchpad led device id is 0x001000012Corentin Chary1-6/+6
2011-03-28eeepc-wmi: respect wireless_hotplug settingCorentin Chary1-0/+3
2011-03-28eeepc-wmi: support backlight power (bl_power) attributeCorentin Chary1-14/+61
2011-03-28eeepc-wmi: set the right key code for 0xe9Corentin Chary1-1/+1
2011-03-28eeepc-wmi: add wimax supportCorentin Chary1-1/+19
2011-03-28eeepc-wmi: add camera and card reader supportCorentin Chary1-1/+88
2011-03-28eeepc-wmi: use the presence bit correctlyCorentin Chary1-8/+5
2011-03-28eeepc-wmi: reorder definesCorentin Chary1-9/+9
2011-03-28eeepc-wmi: switch to platform_create_bundle()Corentin Chary1-53/+22
2011-03-28eeepc-wmi: add hibernate/resume callbacksCorentin Chary1-0/+49
2011-03-28eeepc-wmi: add an helper using simple return codesCorentin Chary1-57/+39
2011-03-28eeepc-wmi: return proper error code in eeepc_rfkill_set()Corentin Chary1-1/+7
2011-03-28eeepc-wmi: serialize access to wmi methodCorentin Chary1-6/+72
2011-03-28eeepc-wmi: add hotplug code for Eeepc 1000HCorentin Chary1-1/+273
2011-03-28eeepc-wmi: add wlan key found on 1015PCorentin Chary1-0/+1
2011-03-28eeepc-wmi: reorder keymapCorentin Chary1-7/+7
2011-01-07eeepc-wmi: never load if legacy device is enabledCorentin Chary1-0/+33
2011-01-07eeepc-wmi: remove unneeded staticCorentin Chary1-3/+3
2011-01-07eeepc-wmi: claim eeepc-wmi maintainershipCorentin Chary1-0/+1
2011-01-07eeepc-wmi: fix confusion between ctrl_param and retvalCorentin Chary1-17/+17
2011-01-07eeepc-wmi: add debugfs entriesCorentin Chary1-6/+164
2011-01-07eeepc-wmi: use attribute group to manage attributesCorentin Chary1-12/+11
2011-01-07eeepc-wmi: add rfkill support for wlan, bluetooth and 3gCorentin Chary1-0/+138
2011-01-07eeepc-wmi: add touchpad led supportCorentin Chary1-0/+113
2011-01-07eeepc-wmi: rework eeepc_wmi_init and eeepc_wmi_exitCorentin Chary1-56/+79