summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-03-28acer-wmi: set the touchpad toggle key code to KEY_TOUCHPAD_TOGGLELee, Chun-Yi1-1/+1
2011-03-28platform-driver-x86: intel_mid_thermal: fix unterminated platform_device_id t...Axel Lin1-0/+1
2011-03-28sony-laptop: potential null dereferenceDan Carpenter1-1/+5
2011-03-28sony-laptop: handle allocation failuresDan Carpenter1-0/+4
2011-03-28sony-laptop: return negative on failure in sony_nc_add()Dan Carpenter1-2/+4
2011-03-28sony-laptop: make a couple variables staticDan Carpenter1-2/+2
2011-03-28eeepc-wmi: set the touchpad toggle key code to KEY_TOUCHPAD_TOGGLEKeng-Yu Lin1-1/+1
2011-03-28ideapad: read brightness setting on brightness key notifyIke Panhc1-0/+2
2011-03-28eeepc-wmi: kconfig changes to fix build errorsRandy Dunlap1-0/+1
2011-03-28eeepc-wmi: restore KEY_CAMERA_* keys lost in 190ca27Corentin Chary1-0/+6
2011-03-28asus-wmi: add hwmon interface and pwm1Corentin Chary2-0/+129
2011-03-28asus-wmi: add some common device ids and method idsCorentin Chary1-7/+37
2011-03-28asus-nb-wmi: Asus Notebooks WMI DriverCorentin Chary3-1/+114
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 Chary2-18/+18
2011-03-28eeepc-wmi: asus generic asus-wmi.ko moduleCorentin Chary5-494/+677
2011-03-28asus-wmi: move generic code to asus-wmiCorentin Chary2-1/+1
2011-03-28medfield: Add Thermal DriverDurgadoss R3-1/+584
2011-03-28hp-wmi: add rfkill support for wireless query 0x1bAnssi Hannula1-1/+187
2011-03-28hp-wmi: make rfkill initialization failure non-fatalAnssi Hannula1-3/+1
2011-03-28hp-wmi: clear rfkill device pointers when appropriateAnssi Hannula1-0/+8
2011-03-28hp-wmi: split rfkill initialization out of hp_wmi_bios_setupAnssi Hannula1-17/+29
2011-03-28hp-wmi: allow setting input and output buffer sizes separatelyAnssi Hannula1-24/+39
2011-03-28hp-wmi: remove a variable that is never readAnssi Hannula1-2/+1
2011-03-28hp-wmi: check query return value in hp_wmi_perform_queryAnssi Hannula1-0/+16
2011-03-28sony-laptop: implement new backlight control methodMattia Dongili1-30/+79
2011-03-28sony-laptop: implement keyboard backlight supportMattia Dongili1-1/+175
2011-03-28sony-laptop: cache handles and report them via sysfsMattia Dongili1-16/+81
2011-03-28sony-laptop: remove unused Type4 defineMattia Dongili1-1/+0
2011-03-28sony-laptop: use pr_<level> for messagesMattia Dongili1-54/+46
2011-03-28sony-laptop: ignore hard switch rfkill events (SPIC)Mattia Dongili1-3/+5
2011-03-28sony-laptop: add some debug printk useful for bug reportsMattia Dongili1-3/+11
2011-03-28platform/x86: intel_mid_powerbutton needs INPUTRandy Dunlap1-1/+1
2011-03-28Enable Dell All-In-One volume up/down keysColin Ian King3-0/+185
2011-03-28intel_mid_powerbtn: add power button driver for Medfield platform (#3)Hong Liu3-0/+157
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-28asus-laptop: remove deprecated interfaces (lcd_switch and display_get)Corentin Chary1-160/+3
2011-03-28asus-laptop: let WLED alone on L1400BCorentin Chary1-0/+17
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