aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/eeepc-laptop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-23eeepc-laptop: add missing sparse_keymap_freeCorentin Chary1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett1-3/+5
2010-02-28eeepc-laptop: check wireless hotplug eventsAlan Jenkins1-0/+18
2010-02-28eeepc-laptop: disable wireless hotplug for 1005PEAlan Jenkins1-1/+2
2010-01-16eeepc-laptop: disable wireless hotplug for 1201NCorentin Chary1-1/+1
2010-01-16eeepc-laptop: add hotplug_disable parameterCorentin Chary1-0/+10
2010-01-16eeepc-laptop: switch to using sparse keymap libraryDmitry Torokhov1-135/+51
2010-01-16eeepc-laptop: dmi blacklist to disable pci hotplug codeCorentin Chary1-5/+20
2010-01-16eeepc-laptop: disable cpu speed control on EeePC 701Alan Jenkins1-0/+87
2009-12-15Merge branch 'asus' into releaseLen Brown1-629/+786
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-09eeepc-laptop: re-add check for eeepc->backlight == NULLAlan Jenkins1-17/+25
2009-12-09eeepc-laptop: fix coding styleCorentin Chary1-3/+5
2009-12-09eeepc-laptop: map keys found on newer eeepcCorentin Chary1-0/+3
2009-12-09eeepc-laptop: callbacks should use "driver data" parameter or fieldAlan Jenkins1-198/+268
2009-12-09eeepc-laptop: revise namesAlan Jenkins1-128/+125
2009-12-09eeepc-laptop: code movementAlan Jenkins1-472/+462
2009-12-09eeepc-laptop: move platform device initialisation to a separate functionAlan Jenkins1-25/+39
2009-12-09eeepc-laptop: move platform driver registration out of eeepc_hotk_add()Alan Jenkins1-10/+15
2009-12-09eeepc-laptop: refactor notificationsAlan Jenkins1-32/+39
2009-12-09eeepc-laptop: simplify how the hwmon device reads values from the ECAlan Jenkins1-22/+21
2009-12-09eeepc-laptop: simplify acpi initializationAlan Jenkins1-29/+26
2009-12-09eeepc-laptop: no need to check argument of set_brightness()Alan Jenkins1-1/+0
2009-12-09eeepc-laptop: remove redundant NULL checksAlan Jenkins1-23/+19
2009-12-09eeepc-laptop: fix set_acpi() to return non-zero on failureAlan Jenkins1-15/+19
2009-12-09eeepc-laptop: fix potential leak (led_init() failure)Alan Jenkins1-1/+3
2009-12-09eeepc-laptop: fix led initialization orderAlan Jenkins1-6/+6
2009-12-09eeepc-laptop: fix value of pwm1_enable to match documentationAlan Jenkins1-2/+5
2009-12-09eeepc-laptop: set acpi_driver.ownerAlan Jenkins1-0/+1
2009-12-09eeepc-laptop: Remove uneccesary acpi_disabled checkAlan Jenkins1-2/+0
2009-12-09eeepc-laptop: Remove redundant NULL checksAlan Jenkins1-5/+0
2009-12-09eeepc-laptop: add touchpad ledCorentin Chary1-0/+67
2009-12-09eeepc-laptop: disp attribute should be write-onlyAlan Jenkins1-7/+7
2009-11-03eeepc-laptop: don't enable camera at startup if it's already on.Luca Niccoli1-1/+2
2009-11-03Revert "eeepc-laptop: Prevent a panic when disabling RT2860 wireless when associated"Corentin Chary1-19/+8
2009-10-13eeepc-laptop: Prevent a panic when disabling RT2860 wireless when associatedDarren Salt1-8/+19
2009-10-13eeepc-laptop: Properly annote eeepc_enable_camera().Rakib Mullick1-2/+2
2009-09-26Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds1-1/+1
2009-09-21backlight/eeepc-laptop: Update the backlight state when we change brightnessMatthew Garrett1-1/+1
2009-08-29eeepc-laptop: allow rfkill hotplug to work on the 900A modelAlan Jenkins1-0/+2
2009-08-29eeepc-laptop: fix rfkill memory leak on unloadAlan Jenkins1-3/+13
2009-08-28eeepc-laptop: whitespace for checkpatch.plLen Brown1-2/+2
2009-08-28eeepc-laptop: add rfkill support for the Wimax in ASUS Eee PC 1000HGCorentin Chary1-0/+13
2009-08-28eeepc-laptop: switch to dev_pm_opsAlan Jenkins1-6/+19
2009-08-28eeepc-laptop: correct the description of the hibernation abort bugAlan Jenkins1-5/+4
2009-08-28eeepc-laptop: check the 3G rfkill state on resumeAlan Jenkins1-0/+3
2009-08-28eeepc-laptop: remove redundant rfkill_set_sw_state in resume handlerAlan Jenkins1-2/+1
2009-08-28eeepc-laptop: make input device a child of the platform deviceAlan Jenkins1-29/+41
2009-08-28eeepc-laptop: fix ordering of init and exit functionsAlan Jenkins1-61/+59