aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform/x86/asus-laptop.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-27asus: Add pr_fmt and convert printks to pr_<level>Gravatar Joe Perches 1-17/+17
2011-03-28platform-drivers: x86: fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-28asus-laptop: remove deprecated interfaces (lcd_switch and display_get)Gravatar Corentin Chary 1-160/+3
2011-03-28asus-laptop: let WLED alone on L1400BGravatar Corentin Chary 1-0/+17
2011-03-22backlight: add backlight typeGravatar Matthew Garrett 1-0/+1
2010-12-22Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+96
2010-11-24asus-laptop: add wimax and wwan supportGravatar Corentin Chary 1-1/+96
2010-11-16backlight: constify backlight_opsGravatar Lionel Debroux 1-1/+1
2010-10-21asus-laptop: use attribute group to manage attributesGravatar Dmitry Torokhov 1-61/+50
2010-10-21asus-laptop: remove no longer used keycode_map fieldGravatar Dmitry Torokhov 1-1/+0
2010-10-21asus-laptop: fix gps rfkillGravatar Corentin Chary 1-3/+3
2010-10-21asus-laptop: Add key found on Asus N61JQGravatar Corentin Chary 1-0/+1
2010-10-21platform-x86: sync eeepc-laptop and asus-laptopGravatar Corentin Chary 1-27/+27
2010-08-03asus-laptop: fix asus_input_init error pathGravatar Axel Lin 1-5/+5
2010-08-03asus-laptop: fix wapf, wlan_status and bluetooth_status module_param permissionsGravatar Axel Lin 1-3/+3
2010-08-03asus-laptop: return proper error for store_ledd if write_acpi_int failGravatar Axel Lin 1-3/+4
2010-08-03asus-laptop: fix incorrect return value for write_acpi_int_ret if handle is NULLGravatar Axel Lin 1-1/+1
2010-08-03asus-laptop: fix a memory leak in asus_laptop_get_info error pathGravatar Axel Lin 1-1/+3
2010-04-12asus: don't modify bluetooth/wlan on bootGravatar Dan Carpenter 1-4/+4
2010-04-05Merge branch 'master' into export-slabhGravatar Tejun Heo 1-2/+2
2010-03-31asus-laptop: fix warning in asus_handle_initGravatar Corentin Chary 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-16backlight: Allow properties to be passed at registrationGravatar Matthew Garrett 1-2/+5
2010-02-28asus-laptop: fix style problems reported by checkpath.plGravatar Corentin Chary 1-47/+47
2010-02-28asus-laptop: use device_create_file() instead of platform_groupGravatar Corentin Chary 1-82/+84
2010-02-28asus-laptop: clean led codeGravatar Corentin Chary 1-120/+115
2010-02-28asus-laptop: add gps rfkillGravatar Corentin Chary 1-7/+58
2010-02-28asus-laptop: set initial lcd stateGravatar Corentin Chary 1-0/+2
2010-02-28asus-laptop: leds, remove dead code and fix asus_led_exit()/asus_led_init()Gravatar Corentin Chary 1-17/+14
2010-02-28asus-laptop: add backlight changes notificationsGravatar Corentin Chary 1-2/+27
2010-02-28asus-laptop: add bluetooth keys found on M9VGravatar Corentin Chary 1-0/+2
2010-02-28asus-laptop: switch to sparse keymap libraryGravatar Corentin Chary 1-141/+67
2010-02-28asus-laptop: rename wireless_status to wlan_status to avoid confusionGravatar Corentin Chary 1-5/+5
2010-02-28asus-laptop: add error check for write_acpi_int callsGravatar Corentin Chary 1-8/+25
2010-02-28asus-laptop: stop using ASUS_HANDLE and use relative methods insteadGravatar Corentin Chary 1-111/+129
2010-02-28asus-laptop: rename function talking directly to acpi with asus_xxx schemeGravatar Corentin Chary 1-19/+19
2010-02-28asus-laptop: removing read_status/store_status/write_status and asus->statusGravatar Corentin Chary 1-57/+24
2010-02-28asus-laptop: stop using read_status for lcdGravatar Corentin Chary 1-17/+20
2010-02-28asus-laptop: stop using read_status and store_status for GPSGravatar Corentin Chary 1-21/+35
2010-02-28asus-laptop: stop using read_status for bluetooth and wlanGravatar Corentin Chary 1-26/+29
2010-02-28asus-laptop: code movementGravatar Corentin Chary 1-217/+223
2010-02-28asus-laptop: callbacks should use "driver data" parameter or fieldGravatar Corentin Chary 1-153/+209
2010-02-28asus-laptop: move backlight and dsdt info inside asus_laptop structGravatar Corentin Chary 1-39/+30
2010-02-28asus-laptop: revise namesGravatar Corentin Chary 1-110/+111
2010-02-28asus-laptop: change initialization orderGravatar Corentin Chary 1-189/+180
2010-02-28asus-laptop: remove unecessary hotk != NULL checkGravatar Corentin Chary 1-4/+1
2010-02-28asus-laptop: use tabs to indent macros and remove unused onesGravatar Corentin Chary 1-29/+22
2010-02-28asus-laptop: simplify write_acpi_intGravatar Corentin Chary 1-11/+16
2010-02-28asus-laptop: no need to check argument of set_brightness()Gravatar Corentin Chary 1-8/+2
2010-02-28asus-laptop: add wireless and bluetooth status parameterGravatar Corentin Chary 1-2/+17