summaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pull thinkpad into release branchLen Brown2007-10-102-53/+191
|\
| * ACPI: thinkpad-acpi: skip blanks before the data when parsing sysfsHenrique de Moraes Holschuh2007-10-101-0/+2
| * ACPI: thinkpad-acpi: duplicate driver attributes to new hwmon pdrvHenrique de Moraes Holschuh2007-09-252-1/+8
| * ACPI: thinkpad-acpi: use a separate platform device for hwmon and name it (v2)Henrique de Moraes Holschuh2007-09-252-13/+72
| * ACPI: thinkpad-acpi: fix regression on HKEY LID event handlingHenrique de Moraes Holschuh2007-09-241-2/+7
| * ACPI: thinkpad-acpi: dequeue all pending hot key events at once (v2.2)Henrique de Moraes Holschuh2007-09-241-17/+34
| * ACPI: thinkpad-acpi: check version of hot key firmwareHenrique de Moraes Holschuh2007-09-241-5/+23
| * ACPI: thinkpad-acpi: keep track of module stateHenrique de Moraes Holschuh2007-09-241-1/+19
| * ACPI: thinkpad-acpi: add mutex-based locking to input device event send pathHenrique de Moraes Holschuh2007-09-241-0/+10
| * ACPI: thinkpad-acpi: issue EV_SYNC after EV_SWITCHHenrique de Moraes Holschuh2007-09-241-1/+3
| * ACPI: thinkpad-acpi: make room for more features in tp_features bitfieldHenrique de Moraes Holschuh2007-09-241-15/+15
* | Pull sony-2.6.24 into release branchLen Brown2007-10-101-56/+148
|\ \
| * | sony-laptop: old Vaio models contain 2 IO port entriesMattia Dongili2007-08-241-56/+148
* | | sony-laptop/thinkpad-acpi: fix INPUT=n buildAndreas Herrmann2007-09-181-0/+2
| |/ |/|
* | Pull thinkpad into release branchLen Brown2007-09-173-77/+88
|\ \
| * | ACPI: thinkpad-acpi: bump up version to 0.16Henrique de Moraes Holschuh2007-09-171-1/+1
| * | ACPI: thinkpad-acpi: revert new 2.6.23 CONFIG_THINKPAD_ACPI_INPUT_ENABLED optionHenrique de Moraes Holschuh2007-09-173-76/+87
* | | msi-laptop: replace ',' with ';'Jonathan Woithe2007-08-291-1/+1
|/ /
* | Pull events into release branchLen Brown2007-08-253-12/+20
|\ \
| * | ACPI: Schedule /proc/acpi/event for removalLen Brown2007-08-233-7/+7
| * | ACPI: don't duplicate input events on netlinkZhang Rui2007-08-231-6/+14
* | | Pull sony into release branchLen Brown2007-08-251-6/+18
|\ \ \ | | |/ | |/|
| * | sony-laptop: call sonypi_compat_init earlierMattia Dongili2007-08-241-6/+9
| * | sony-laptop: enable Vaio FZ eventsMattia Dongili2007-08-241-0/+9
| |/
* / asus-laptop: Fix rmmod of asus_laptopGuillaume Chazarain2007-08-241-1/+2
|/
* Add some help texts to recently-introduced kconfig itemsJan Engelhardt2007-08-181-0/+5
*-. pull asus sony thinkpad into release branchLen Brown2007-08-124-10/+31
|\ \
| | * ACPI: thinkpad-acpi: change thinkpad-acpi input default and kconfig helpHenrique de Moraes Holschuh2007-08-071-7/+15
| | * ACPI: thinkpad-acpi: fix the module init failure pathHenrique de Moraes Holschuh2007-08-032-2/+10
| |/ |/|
| * sony-laptop: sony_nc_ids[] can become static.Adrian Bunk2007-08-031-1/+1
| * sony-laptop: restore the last user requested brightness level on resume.Mattia Dongili2007-08-031-0/+5
|/
* Pull auto-load-modules into release branchLen Brown2007-07-254-9/+43
|\
| * ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger2007-07-234-9/+43
* | ACPI: asus-laptop: Fix failure exitsAl Viro2007-07-231-11/+21
|/
* Pull thinkpad into release branchLen Brown2007-07-223-82/+576
|\
| * ACPI: thinkpad-acpi: add locking to brightness subdriverHenrique de Moraes Holschuh2007-07-221-7/+28
| * ACPI: thinkpad-acpi: bump up version to 0.15Henrique de Moraes Holschuh2007-07-221-1/+1
| * ACPI: thinkpad-acpi: make EC-based thermal readings non-experimentalHenrique de Moraes Holschuh2007-07-221-1/+1
| * ACPI: thinkpad-acpi: make sure DSDT TMPx readings don't return +128Henrique de Moraes Holschuh2007-07-221-0/+2
| * ACPI: thinkpad-acpi: react to Lenovo ThinkPad differences in hot keyHenrique de Moraes Holschuh2007-07-221-28/+81
| * ACPI: thinkpad-acpi: allow use of CMOS NVRAM for brightness controlHenrique de Moraes Holschuh2007-07-223-9/+61
| * ACPI: thinkpad-acpi: store ThinkPad model informationHenrique de Moraes Holschuh2007-07-222-30/+85
| * ACPI: thinkpad_acpi: use bool for boolean parametersHenrique de Moraes Holschuh2007-07-221-2/+2
| * ACPI: thinkpad-acpi: rename pci HID constantHenrique de Moraes Holschuh2007-07-222-3/+5
| * ACPI: thinkpad-acpi: checkpoint sysfs interface version due to input layerHenrique de Moraes Holschuh2007-07-221-1/+1
| * ACPI: thinkpad-acpi: export EV_SW SW_RADIO eventsHenrique de Moraes Holschuh2007-07-221-0/+28
| * ACPI: thinkpad-acpi: add power-management handler capabilityHenrique de Moraes Holschuh2007-07-222-0/+17
| * ACPI: thinkpad-acpi: make the input event mode the defaultHenrique de Moraes Holschuh2007-07-222-3/+29
| * ACPI: thinkpad-acpi: add input device support to hotkey subdriverHenrique de Moraes Holschuh2007-07-221-4/+104
| * ACPI: thinkpad-acpi: register input deviceHenrique de Moraes Holschuh2007-07-222-1/+40