aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/asus-laptop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-12asus: don't modify bluetooth/wlan on bootDan Carpenter1-4/+4
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-2/+2
2010-03-31asus-laptop: fix warning in asus_handle_initCorentin Chary1-2/+2
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-2/+5
2010-02-28asus-laptop: fix style problems reported by checkpath.plCorentin Chary1-47/+47
2010-02-28asus-laptop: use device_create_file() instead of platform_groupCorentin Chary1-82/+84
2010-02-28asus-laptop: clean led codeCorentin Chary1-120/+115
2010-02-28asus-laptop: add gps rfkillCorentin Chary1-7/+58
2010-02-28asus-laptop: set initial lcd stateCorentin Chary1-0/+2
2010-02-28asus-laptop: leds, remove dead code and fix asus_led_exit()/asus_led_init()Corentin Chary1-17/+14
2010-02-28asus-laptop: add backlight changes notificationsCorentin Chary1-2/+27
2010-02-28asus-laptop: add bluetooth keys found on M9VCorentin Chary1-0/+2
2010-02-28asus-laptop: switch to sparse keymap libraryCorentin Chary1-141/+67
2010-02-28asus-laptop: rename wireless_status to wlan_status to avoid confusionCorentin Chary1-5/+5
2010-02-28asus-laptop: add error check for write_acpi_int callsCorentin Chary1-8/+25
2010-02-28asus-laptop: stop using ASUS_HANDLE and use relative methods insteadCorentin Chary1-111/+129
2010-02-28asus-laptop: rename function talking directly to acpi with asus_xxx schemeCorentin Chary1-19/+19
2010-02-28asus-laptop: removing read_status/store_status/write_status and asus->statusCorentin Chary1-57/+24
2010-02-28asus-laptop: stop using read_status for lcdCorentin Chary1-17/+20
2010-02-28asus-laptop: stop using read_status and store_status for GPSCorentin Chary1-21/+35
2010-02-28asus-laptop: stop using read_status for bluetooth and wlanCorentin Chary1-26/+29
2010-02-28asus-laptop: code movementCorentin Chary1-217/+223
2010-02-28asus-laptop: callbacks should use "driver data" parameter or fieldCorentin Chary1-153/+209
2010-02-28asus-laptop: move backlight and dsdt info inside asus_laptop structCorentin Chary1-39/+30
2010-02-28asus-laptop: revise namesCorentin Chary1-110/+111
2010-02-28asus-laptop: change initialization orderCorentin Chary1-189/+180
2010-02-28asus-laptop: remove unecessary hotk != NULL checkCorentin Chary1-4/+1
2010-02-28asus-laptop: use tabs to indent macros and remove unused onesCorentin Chary1-29/+22
2010-02-28asus-laptop: simplify write_acpi_intCorentin Chary1-11/+16
2010-02-28asus-laptop: no need to check argument of set_brightness()Corentin Chary1-8/+2
2010-02-28asus-laptop: add wireless and bluetooth status parameterCorentin Chary1-2/+17
2009-12-15asus-laptop: change light sens default values.Corentin Chary1-2/+2
2009-12-09asus-laptop: Add wlan switch found on V6VCorentin Chary1-0/+1
2009-12-09asus-laptop: add Lenovo SL hotkey supportIke Panhc1-0/+8
2009-12-09asus-laptop: use KEY_F13 to map "Disable Touchpad" eventCorentin Chary1-1/+1
2009-12-09asus-laptop: set acpi_driver.ownerAlan Jenkins1-0/+1
2009-12-09asus-laptop: Remove uneccesary acpi_disabled checkAlan Jenkins1-3/+0
2009-12-09asus-laptop: Remove redundant NULL checksAlan Jenkins1-6/+0
2009-08-29asus-laptop: Fix coding style for commentsCorentin Chary1-45/+63
2009-08-28asus-laptop: Add "calculator" hotkeyCorentin Chary1-0/+1
2009-08-28asus-laptop: Add suport for another "Media" keyCorentin Chary1-0/+1
2009-08-28asus-laptop: handle keyboard backlight keysCorentin Chary1-0/+2
2009-08-28asus-laptop: Add support for Keyboard backlightCorentin Chary1-2/+77
2009-08-28asus-laptop: set maximum led brightnessCorentin Chary1-6/+7
2009-08-28asus-laptop: Map X50R hotkeysCorentin Chary1-0/+3
2009-08-28asus-laptop: Add *_led_get() functionsCorentin Chary1-0/+8
2009-08-28asus-laptop: Show HRWS in infos and fix output formatCorentin Chary1-2/+12
2009-06-24asus-laptop: use pr_fmt and pr_<level>Corentin Chary1-24/+26
2009-06-24asus-laptop: platform dev as parent for led and backlightCorentin Chary1-21/+19