aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/dell-laptop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-16dell-laptop: Mark dell_quirks[] DMI table as __initconstMathias Krause1-3/+3
2014-01-21dell-laptop: Only install the i8042 filter when rfkill is activeHans de Goede1-31/+32
2014-01-21dell-laptop: rkill whitelist Precision modelsHans de Goede1-5/+8
2014-01-21dell-laptop: fix to return error code in dell_send_intensity()Wei Yongjun1-1/+1
2013-11-20dell-laptop: Only enable rfkill functionality on laptops with a hw killswitchHans de Goede1-3/+10
2013-11-20dell-laptop: Add a force_rfkill module parameterHans de Goede1-1/+5
2013-11-20dell-laptop: Wait less long before updating rfkill after an rfkill keypressHans de Goede1-1/+1
2013-11-20dell-laptop: Do not skip setting blocked bit rfkill_set while hw-blockedHans de Goede1-3/+2
2013-11-20dell-laptop: Sync current block state to BIOS on hw switch changeHans de Goede1-3/+11
2013-11-20dell-laptop: Allow changing the sw_state while the radio is blocked by hwHans de Goede1-5/+2
2013-11-20dell-laptop: Don't read-back sw_state on machines with a hardware switchHans de Goede1-1/+4
2013-11-20dell-laptop: Don't set sw_state from the query callbackHans de Goede1-8/+19
2013-11-20dell-laptop: Only get status from BIOS once when updatingHans de Goede1-9/+19
2013-11-20dell-laptop: If there is no hwswitch, then clear all hw-controlled bitsHans de Goede1-0/+3
2013-11-20dell-laptop: Only enable rfkill on LatitudesHans de Goede1-50/+7
2013-11-20Revert "dell-laptop: Remove rfkill code"Hans de Goede1-0/+289
2013-07-08dell-laptop: fix error return code in dell_init()Wei Yongjun1-2/+3
2013-03-18dell-laptop: Fix krealloc() misuse in parse_da_table()David Woodhouse1-4/+6
2013-01-03Drivers: platform: x86: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-08-17dell-laptop: Fixed typo in touchpad LED quirkAceLan Kao1-6/+6
2012-07-28dell-laptop: Add 6 machines to touchpad led quirkAceLan Kao1-0/+54
2012-06-01dell-laptop: Remove rfkill codeMatthew Garrett1-289/+0
2012-05-31dell-laptop: Add touchpad led support for Dell V3450AceLan Kao1-0/+9
2012-05-31drivers/x86: mark const init data with __initconst instead of __initdataUwe Kleine-König1-1/+1
2012-05-31dell-laptop: add 3 quirks for supporting touchpad LEDAceLan Kao1-0/+27
2012-05-31Dell Vostro 3350 touchpad LEDAng Way Chuang1-0/+9
2012-04-17dell-laptop: Terminate quirks list properlyMartin Nyhus1-0/+1
2012-03-20dell-laptop: touchpad LED should persist its status after S3AceLan Kao1-0/+1
2012-03-20dell-laptop: add 3 machines that has touchpad LEDAceLan Kao1-0/+27
2012-03-20dell-laptop: switch to using use MODULE_DEVICE_TABLEDmitry Torokhov1-3/+1
2012-03-20drivers/platform/x86/dell-laptop.c: Remove some unneeded break statementsMarcos Paulo de Souza1-2/+0
2011-11-17platform/x86: fix dell-laptop function prototypesRandy Dunlap1-2/+2
2011-10-24dell-laptop: support Synaptics/Alps touchpad ledAceLan Kao1-0/+84
2011-08-05platform-drivers-x86: dell-laptop: Remove unneeded mutex_init() for buffer_mutexAxel Lin1-1/+0
2011-07-11dell-laptop - using buffer without mutex_lockJose Alonso1-3/+3
2011-07-11Revert: "dell-laptop: Toggle the unsupported hardware killswitch"Keng-Yu Lin1-22/+2
2011-05-27dell: Convert printks to pr_<level>Joe Perches1-6/+6
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2011-02-21dell-laptop: Toggle the unsupported hardware killswitchKeng-Yu Lin1-2/+22
2010-11-16backlight: constify backlight_opsLionel Debroux1-1/+1
2010-10-21dell-laptop: Add debugfs supportKeng-Yu Lin1-0/+77
2010-08-16platform/x86: move rfkill for Dell Mini 1012 to compal-laptopVictor van den Elzen1-0/+7
2010-08-03dell-laptop: make dell_laptop_i8042_filter() staticAxel Lin1-1/+1
2010-08-03dell-laptop: Add another Dell laptop family to the DMI whitelistRezwanul Kabir1-0/+7
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-5/+8
2010-03-01dell-laptop: Fix errors on failure and exit pathsMatthew Garrett1-2/+3
2010-03-01dell-laptop: Fix build error by making buffer_mutex staticIngo Molnar1-2/+2
2010-02-25dell-laptop: Add another Dell laptop to the DMI whitelistErik Andren1-0/+8
2010-02-25dell-laptop: Pay attention to which devices the hardware switch controlsMatthew Garrett1-2/+29