aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-2035-1210/+3859
|\
| * Input: psmouse - small formatting changes to better follow coding styleDmitry Torokhov2010-05-194-95/+100
| * Input: synaptics - set dimensions as reported by firmwareDmitry Torokhov2010-05-192-11/+27
| * Input: elantech - relax signature checksDmitry Torokhov2010-05-191-1/+19
| * Input: elantech - enforce common prefix on messagesDmitry Torokhov2010-05-191-35/+32
| * Input: wistron_btns - switch to using kmemdup()Julia Lawall2010-05-191-2/+2
| * Input: usbtouchscreen - switch to using kmemdup()Julia Lawall2010-05-191-3/+2
| * Input: do not force selecting i8042 on MoorestownJacob Pan2010-05-192-2/+2
| * Input: 88pm860x_onkey - remove invalid irq number assignmentHaojian Zhuang2010-05-191-1/+0
| * Input: i8042 - add a PNP entry to the aux device listMatthew Garrett2010-05-191-0/+1
| * Input: i8042 - add some extra PNP keyboard typesMatthew Garrett2010-05-191-0/+13
| * Input: wm9712 - fix wm97xx_set_gpio() logicManuel Lauss2010-05-191-1/+1
| * Merge commit 'v2.6.34' into nextDmitry Torokhov2010-05-19366-2482/+6478
| |\
| * | Input: add keypad driver for keys interfaced to TCA6416Sriramakrishnan Govindarajan2010-05-033-0/+366
| * | Input: remove obsolete {corgi,spitz,tosa}kbd.cEric Miao2010-05-035-1392/+0
| * | Input: kbtab - do not advertise unsupported eventsDmitry Torokhov2010-04-201-24/+15
| * | Input: kbtab - simplify kbtab_disconnect()Dmitry Torokhov2010-04-201-7/+5
| * | Input: kbtab - fix incorrect size parameter in usb_buffer_freeAxel Lin2010-04-201-2/+2
| * | Input: acecad - don't advertise mouse eventsDmitry Torokhov2010-04-201-2/+0
| * | Input: acecad - fix some formatting issuesDmitry Torokhov2010-04-201-40/+36
| * | Input: acecad - simplify usb_acecad_disconnect()Dmitry Torokhov2010-04-201-7/+5
| * | Input: acecad - fix incorrect size parameter in usb_buffer_freeAxel Lin2010-04-201-1/+1
| * | Input: add driver for hampshire serial touchscreensAdam Bennett2010-04-133-0/+218
| * | Input: ad714x - add support for the AD7143/8/7A partsBarry Song2010-04-133-7/+26
| * | Input: add Analog Devices AD714x captouch input driverBryan Wu2010-04-136-0/+1630
| * | Input: lm8323 - do not leave dangling client data pointerWolfram Sang2010-04-131-2/+4
| * | Input: tsc2007 - do not leave dangling clientdata pointerWolfram Sang2010-04-131-0/+2
| * | Input: keyboard - fix formatting issuesDmitry Torokhov2010-04-131-131/+147
| * | Input: keyboard - switch to using pr_err() and friendsDmitry Torokhov2010-04-131-4/+7
| * | Input: implement SysRq as a separate input handlerDmitry Torokhov2010-04-132-67/+216
| * | Input: add PCF8574 I2C keypad input device driverBryan Wu2010-04-133-0/+238
| * | Input: remove now deprecated corgi_ts.c touchscreen driverEric Miao2010-04-133-402/+0
| * | Input: wacom - streamline 2-finger touch supportPing Cheng2010-04-132-73/+80
| * | Input: wacom - use get_unaligned to access unaligned dataDmitry Torokhov2010-04-133-47/+28
| * | Input: wacom - get rid of wacom_combo structureDmitry Torokhov2010-04-133-53/+47
| * | Input: wacom - get rid of input event wrappersDmitry Torokhov2010-04-134-405/+347
| * | Input: wacom - fix some formatting issuesDmitry Torokhov2010-04-132-201/+222
| * | Input: wacom - do not allocate wacom_wac separatelyDmitry Torokhov2010-04-134-15/+15
| * | Input: wacom - share pen info with touch of the same IDPing Cheng2010-04-133-22/+99
| * | Input: wacom - merge out and in prox eventsPing Cheng2010-04-131-104/+59
| * | Merge branch 'for-linus' into nextDmitry Torokhov2010-04-138-87/+157
| |\ \
| | * | Input: wacom - switch mode upon system resumePing Cheng2010-04-131-5/+7
* | | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-05-2072-1375/+2065
|\ \ \ \
| * | | | ACPI: fix early DSDT dmi check warnings on ia64Lin Ming2010-05-191-1/+8
| * | | | ACPICA: Rename acpi_ex_system_do_suspend->acpi_ex_system_do_sleepBob Moore2010-05-063-6/+6
| * | | | ACPICA: Prevent possible allocation overrun during object copyLin Ming2010-05-061-3/+11
| * | | | ACPICA: Split large file, evgpeblkBob Moore2010-05-065-926/+1025
| * | | | ACPICA: Add GPE support for dynamically loaded ACPI tablesBob Moore2010-05-065-47/+298
| * | | | ACPICA: Clarify/rename some root table descriptor fieldsBob Moore2010-05-066-65/+68
| * | | | ACPICA: Minimize the differences between linux GPE code and ACPICA code baseLin Ming2010-04-209-234/+319