summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Pull thinkpad into release branchLen Brown2007-07-223-82/+576
|\
| * ACPI: thinkpad-acpi: add locking to brightness subdriverHenrique de Moraes Holschuh2007-07-211-7/+28
| * ACPI: thinkpad-acpi: bump up version to 0.15Henrique de Moraes Holschuh2007-07-211-1/+1
| * ACPI: thinkpad-acpi: make EC-based thermal readings non-experimentalHenrique de Moraes Holschuh2007-07-211-1/+1
| * ACPI: thinkpad-acpi: make sure DSDT TMPx readings don't return +128Henrique de Moraes Holschuh2007-07-211-0/+2
| * ACPI: thinkpad-acpi: react to Lenovo ThinkPad differences in hot keyHenrique de Moraes Holschuh2007-07-211-28/+81
| * ACPI: thinkpad-acpi: allow use of CMOS NVRAM for brightness controlHenrique de Moraes Holschuh2007-07-213-9/+61
| * ACPI: thinkpad-acpi: store ThinkPad model informationHenrique de Moraes Holschuh2007-07-212-30/+85
| * ACPI: thinkpad_acpi: use bool for boolean parametersHenrique de Moraes Holschuh2007-07-211-2/+2
| * ACPI: thinkpad-acpi: rename pci HID constantHenrique de Moraes Holschuh2007-07-212-3/+5
| * ACPI: thinkpad-acpi: checkpoint sysfs interface version due to input layerHenrique de Moraes Holschuh2007-07-211-1/+1
| * ACPI: thinkpad-acpi: export EV_SW SW_RADIO eventsHenrique de Moraes Holschuh2007-07-211-0/+28
| * ACPI: thinkpad-acpi: add power-management handler capabilityHenrique de Moraes Holschuh2007-07-212-0/+17
| * ACPI: thinkpad-acpi: make the input event mode the defaultHenrique de Moraes Holschuh2007-07-212-3/+29
| * ACPI: thinkpad-acpi: add input device support to hotkey subdriverHenrique de Moraes Holschuh2007-07-211-4/+104
| * ACPI: thinkpad-acpi: register input deviceHenrique de Moraes Holschuh2007-07-212-1/+40
| * ACPI: thinkpad-acpi: checkpoint sysfs interface version due to hotkeyHenrique de Moraes Holschuh2007-07-211-1/+1
| * ACPI: thinkpad-acpi: export to sysfs the state of the radio slider switchHenrique de Moraes Holschuh2007-07-212-2/+37
| * ACPI: thinkpad-acpi: export hotkey maximum masksHenrique de Moraes Holschuh2007-07-211-1/+36
| * ACPI: thinkpad-acpi: enable more hotkeysHenrique de Moraes Holschuh2007-07-212-19/+25
| * ACPI: thinkpad-acpi: remove all uneeded initializersHenrique de Moraes Holschuh2007-07-211-8/+8
| * ACPI: thinkpad-acpi: add DMI-based modaliasHenrique de Moraes Holschuh2007-07-211-0/+23
* | Pull sony into release branchLen Brown2007-07-221-60/+308
|\ \
| * | sony-laptop: Fix event reading in sony-laptopMattia Dongili2007-07-221-8/+22
| * | sony-laptop: Add Vaio FE to the special init sequenceMattia Dongili2007-07-221-0/+9
| * | sony-laptop: Make the driver use MSC_SCAN and a setkeycode and getkeycode key...Mattia Dongili2007-07-221-50/+140
| * | sony-laptop: Invoke _INI for SNC devices that provide itMattia Dongili2007-07-221-1/+19
| * | sony-laptop: Add support for recent Vaios Fn keys (C series for now)Mattia Dongili2007-07-221-3/+104
| * | sony-laptop: map wireless switch events to KEY_WLANMattia Dongili2007-07-221-0/+2
| * | sony-laptop: add new SNC handlersMattia Dongili2007-07-221-0/+14
| |/
* | Pull misc into release branchLen Brown2007-07-225-23/+19
|\ \
| * | ACPI: fix empty macros found by -WextraDave Jones2007-07-221-1/+1
| * | ACPI: drivers/acpi/pci_link.c: lower printk severityDan Aloni2007-07-221-1/+1
| * | ACPI: Enable C3 even when PM2_control is zeroVenkatesh Pallipadi2007-07-181-5/+15
| * | ACPI: suspend: delete toshiba S1 quirkPavel Machek2007-07-031-5/+0
| * | ACPI: Use menuconfig objectsJan Engelhardt2007-07-031-11/+2
| * | ACPI: asus_acpi: Do not load if no device has been foundThomas Renninger2007-06-201-1/+1
* | | Pull dock-bay into release branchLen Brown2007-07-222-40/+106
|\ \ \
| * | | ACPI: dock: fix oops when _DCK evaluation failsDmitry Torokhov2007-07-181-4/+4
| * | | ACPI: bay: send envp with ueventKristen Carlson Accardi2007-06-021-10/+4
| * | | ACPI: bay: unsuppress ueventsKristen Carlson Accardi2007-05-101-0/+5
| * | | ACPI: dock: send envp with ueventKristen Carlson Accardi2007-05-101-1/+9
| * | | ACPI: dock: unsuppress ueventsKristen Carlson Accardi2007-05-101-0/+3
| * | | ACPI: dock: add immediate_undock optionKristen Carlson Accardi2007-05-101-2/+49
| * | | ACPI: dock: use dynamically allocated platform deviceKristen Carlson Accardi2007-05-101-24/+23
| * | | ACPI: dock: fix opps after dock driver fails to initializeChuck Ebbert2007-05-101-0/+7
| * | | ACPI: dock: cleanup the uid patchKristen Carlson Accardi2007-05-101-5/+8
* | | | Pull ec into release branchLen Brown2007-07-221-101/+146
|\ \ \ \
| * | | | ACPI EC: Add support for non-AML EC query handlersAlexey Starikovskiy2007-06-231-50/+125
| * | | | ACPI EC: drop usage of ACPI_DEBUG_PRINT as too heavy weightAlexey Starikovskiy2007-06-231-14/+6
OpenPOWER on IntegriCloud