summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Input: sh_keysc - switch to using bitmapsMagnus Damm2010-02-101-25/+44
| | | * | Input: sh_keysc - factor out hw access functionsMagnus Damm2010-02-101-26/+43
| | | * | Input: schedule corgi_ssp and corgi_ts to be removedEric Miao2010-02-101-1/+0
| | | * | Input: mark {corgi,spitz,tosa}kbd drivers deprecatedEric Miao2010-02-101-6/+12
| | | * | Input: gpio-keys - add support for disabling gpios through sysfsMika Westerberg2010-02-041-11/+307
| | | * | Input: mark input interfaces as non-seekableDmitry Torokhov2010-02-042-0/+4
| | | * | Input: uinput - mark as non-seekableDmitry Torokhov2010-02-041-0/+1
| | | * | Input: add match() method to input hanldersDmitry Torokhov2010-02-042-24/+21
| | | * | Input: usbtouchscreen - fix leaks and check return value of usb_submit_urb()Ondrej Zary2010-02-041-3/+14
| | | * | Input: usbtouchscreen - add NEXIO (or iNexio) supportOndrej Zary2010-02-042-2/+264
| | | * | Input: usbtouchscreen - find input endpoint automaticallyOndrej Zary2010-02-041-3/+14
| | | * | Input: usbtouchscreen - convert from usb_device to usb_interfaceOndrej Zary2010-02-041-10/+12
| | | * | Input: add imx-keypad driver to support the IMX Keypad PortAlberto Panizzo2010-01-313-0/+604
| | | * | Input: implement input filtersDmitry Torokhov2010-01-301-7/+34
| | | * | Input: uinput - remove BKL from uinput_open functionThadeu Lima de Souza Cascardo2010-01-291-3/+0
| | | * | Input: wm97xx - provide coordinate logs for accelerated I/OMark Brown2010-01-282-0/+6
| | | * | Input: xpad - add rumble support for original xbox controllerBenjamin Valentin2010-01-241-16/+37
| | | * | Input: xilinx_ps2 - use resource_sizeTobias Klauser2010-01-241-2/+2
| | | * | Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov2010-01-2129-203/+306
| | | |\ \
| | | * | | Input: sh_keysc - add mode 4 and mode 5 supportMagnus Damm2010-01-211-3/+3
| | | * | | Input: ADP5588 - add support for ADP5587 devicesMichael Hennerich2010-01-192-4/+6
| | | * | | Input: ep93xx_keypad - cleanup and use matrix_keypad helpersH Hartley Sweeten2010-01-131-25/+15
| | | * | | Input: make USB device ids constantMárton Németh2010-01-112-2/+2
| | | * | | Input: xen-kbdfront - make xenbus device ids constantMárton Németh2010-01-091-1/+1
| | | * | | Input: ns558 - make pnp device ids constantMárton Németh2010-01-091-1/+1
| | | * | | Input: make PCI device ids constantMárton Németh2010-01-093-3/+3
| | | * | | Input: xilinx_ps2 - make Open Firmware device ids constantMárton Németh2010-01-091-1/+1
| | | * | | Input: make i2c device ids constantMárton Németh2010-01-093-3/+3
| | | * | | Input: elo - switch to using dev_xxx() when printing messagesDmitry Torokhov2010-01-061-105/+120
| | | * | | Input: atkbd - switch to dev_err() and friendsDmitry Torokhov2010-01-061-137/+146
| | | * | | Input: psmouse - remove unused 'autocal' parameter from hgpk protocolDmitry Torokhov2010-01-061-4/+0
| | | * | | Input: cleanse capabilities bits before registering deviceDmitry Torokhov2010-01-061-0/+22
| | | * | | Input: automatically reset KEY_RESERVED bit for all input devicesDmitry Torokhov2010-01-061-4/+10
| | | * | | Input: gameport - switch to using pr_xxx() and dev_xxx()Dmitry Torokhov2010-01-061-34/+28
| | | * | | Input: gameport - make use of list_first_entry() helperDmitry Torokhov2010-01-061-19/+11
| | | * | | Input: gameport - let device core tell us if device was registeredDmitry Torokhov2010-01-061-5/+1
| | | * | | Input: serio - use pr_xxx() and dev_xxx() helpersDmitry Torokhov2010-01-061-42/+35
| | | * | | Input: serio - use list_first_entry() helperDmitry Torokhov2010-01-061-20/+11
| | | * | | Input: serio - let device core tell us if device was registeredDmitry Torokhov2010-01-061-6/+2
| | | * | | Input: serio - use device core to create 'id' attribute groupDmitry Torokhov2010-01-061-8/+9
| | | * | | Input: xpad - allow using triggers as buttons rather than axesNicolas Léveillé2009-12-291-79/+121
| | * | | | Input: winbond-cir - fix suspend/resumeDavid Härdeman2010-02-241-109/+104
| * | | | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-03-011-1/+1
| |\ \ \ \ \
| | * | | | | ACPI: replace acpi_integer by u64Lin Ming2010-01-281-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Pull rmia32 into release branchTony Luck2010-02-261-2/+0
| |\ \ \ \ \
| | * | | | | [IA64] Remove COMPAT_IA32 supportTony Luck2010-02-081-2/+0
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-02-222-4/+10
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Input: usbtouchscreen - extend coordinate range for Generaltouch devicesRoy Yin2010-02-211-4/+4
| | * | | | Input: polldev can cause crash in case when polling disabledSamu Onkalo2010-02-201-0/+6
* | | | | | [ARM] locomo: avoid unnecessary cascaded keyboard IRQEric Miao2010-03-021-1/+31
|/ / / / /
OpenPOWER on IntegriCloud