aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/eeepc-wmi.c
Commit message (Expand)AuthorAgeFilesLines
* eeepc: Use pr_warnJoe Perches2011-05-271-7/+7
* eeepc-wmi: add keys found on EeePC 1215TCorentin Chary2011-04-011-0/+2
* eeepc-wmi: set the touchpad toggle key code to KEY_TOUCHPAD_TOGGLEKeng-Yu Lin2011-03-281-1/+1
* eeepc-wmi: restore KEY_CAMERA_* keys lost in 190ca27Corentin Chary2011-03-281-0/+6
* asus-wmi: minor cleanupsCorentin Chary2011-03-281-1/+1
* eeepc-wmi: asus generic asus-wmi.ko moduleCorentin Chary2011-03-281-0/+162
* asus-wmi: move generic code to asus-wmiCorentin Chary2011-03-281-1454/+0
* eeepc-wmi: add camera keysCorentin Chary2011-03-281-0/+7
* eeepc-wmi: reorder device idsCorentin Chary2011-03-281-0/+11
* eeepc-wmi: add touchpad sysfs fileCorentin Chary2011-03-281-0/+5
* eeepc-wmi: comments keymap to clarify the meaning of some keysCorentin Chary2011-03-281-3/+3
* eeepc-wmi: real touchpad led device id is 0x001000012Corentin Chary2011-03-281-6/+6
* eeepc-wmi: respect wireless_hotplug settingCorentin Chary2011-03-281-0/+3
* eeepc-wmi: support backlight power (bl_power) attributeCorentin Chary2011-03-281-14/+61
* eeepc-wmi: set the right key code for 0xe9Corentin Chary2011-03-281-1/+1
* eeepc-wmi: add wimax supportCorentin Chary2011-03-281-1/+19
* eeepc-wmi: add camera and card reader supportCorentin Chary2011-03-281-1/+88
* eeepc-wmi: use the presence bit correctlyCorentin Chary2011-03-281-8/+5
* eeepc-wmi: reorder definesCorentin Chary2011-03-281-9/+9
* eeepc-wmi: switch to platform_create_bundle()Corentin Chary2011-03-281-53/+22
* eeepc-wmi: add hibernate/resume callbacksCorentin Chary2011-03-281-0/+49
* eeepc-wmi: add an helper using simple return codesCorentin Chary2011-03-281-57/+39
* eeepc-wmi: return proper error code in eeepc_rfkill_set()Corentin Chary2011-03-281-1/+7
* eeepc-wmi: serialize access to wmi methodCorentin Chary2011-03-281-6/+72
* eeepc-wmi: add hotplug code for Eeepc 1000HCorentin Chary2011-03-281-1/+273
* eeepc-wmi: add wlan key found on 1015PCorentin Chary2011-03-281-0/+1
* eeepc-wmi: reorder keymapCorentin Chary2011-03-281-7/+7
* eeepc-wmi: never load if legacy device is enabledCorentin Chary2011-01-071-0/+33
* eeepc-wmi: remove unneeded staticCorentin Chary2011-01-071-3/+3
* eeepc-wmi: claim eeepc-wmi maintainershipCorentin Chary2011-01-071-0/+1
* eeepc-wmi: fix confusion between ctrl_param and retvalCorentin Chary2011-01-071-17/+17
* eeepc-wmi: add debugfs entriesCorentin Chary2011-01-071-6/+164
* eeepc-wmi: use attribute group to manage attributesCorentin Chary2011-01-071-12/+11
* eeepc-wmi: add rfkill support for wlan, bluetooth and 3gCorentin Chary2011-01-071-0/+138
* eeepc-wmi: add touchpad led supportCorentin Chary2011-01-071-0/+113
* eeepc-wmi: rework eeepc_wmi_init and eeepc_wmi_exitCorentin Chary2011-01-071-56/+79
* eeepc-wmi: fix compiler warningDmitry Torokhov2010-11-241-2/+2
* eeepc-wmi: Add cpufv sysfs interfaceChris Bagwell2010-10-211-0/+51
* eeepc-wmi: add additional hotkeysChris Bagwell2010-10-211-0/+5
* drivers/platform/x86/eeepc-wmi.c: fix build warningDaniel Mack2010-05-201-1/+1
* eeepc-wmi: add backlight supportYong Wang2010-04-121-35/+197
* eeepc-wmi: use a platform device as parent device of all sub-devicesYong Wang2010-04-121-16/+86
* eeepc-wmi: add an eeepc_wmi context structureYong Wang2010-04-121-23/+46
* eeepc-wmi: include slab.hTejun Heo2010-04-051-0/+1
* eeepc-wmi: new driver for WMI based hotkeys on Eee PC laptopsYong Wang2010-03-311-0/+157