summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* 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-241-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-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
* | 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
|/
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-194-10/+5
OpenPOWER on IntegriCloud