summaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Input: wacom - streamline 2-finger touch supportPing Cheng2010-04-142-73/+80
| | * | | | Input: wacom - use get_unaligned to access unaligned dataDmitry Torokhov2010-04-143-47/+28
| | * | | | Input: wacom - get rid of wacom_combo structureDmitry Torokhov2010-04-143-53/+47
| | * | | | Input: wacom - get rid of input event wrappersDmitry Torokhov2010-04-144-405/+347
| | * | | | Input: wacom - fix some formatting issuesDmitry Torokhov2010-04-142-201/+222
| | * | | | Input: wacom - do not allocate wacom_wac separatelyDmitry Torokhov2010-04-144-15/+15
| | * | | | Input: wacom - share pen info with touch of the same IDPing Cheng2010-04-143-22/+99
| | * | | | Input: wacom - merge out and in prox eventsPing Cheng2010-04-141-104/+59
| | * | | | Merge branch 'for-linus' into nextDmitry Torokhov2010-04-148-87/+157
| | |\ \ \ \
| | | * | | | Input: wacom - switch mode upon system resumePing Cheng2010-04-141-5/+7
| * | | | | | Merge branch 'for-linus/samsung4' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-05-192-26/+18
| |\ \ \ \ \ \
| | * | | | | | Input: s3c24xx_ts - depend on SAMSUNG_DEV_TS and update menu entryBen Dooks2010-05-191-2/+2
| | * | | | | | Input: s3c24xx_ts - Add FEAT for Samsung touchscreen supportNaveen Krishna2010-05-191-3/+12
| | * | | | | | Input: s3c24xx_ts - Implement generic GPIO configuration callbackNaveen Krishna2010-05-191-20/+3
| | * | | | | | ARM: SAMSUNG: Move mach/ts.h to plat/ts.hMaurus Cuelenaere2010-05-191-1/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-05-198-1794/+0
| |\ \ \ \ \ \
| | * | | | | | input: remove obsolete {corgi,spitz,tosa}kbd.cEric Miao2010-05-115-1382/+0
| | * | | | | | [ARM] pxa/tosa: move CONFIG_KEYBOARD_TOSA_USE_EXT_KEYCODES to mach/KconfigEric Miao2010-05-111-10/+0
| | * | | | | | input: remove now deprecated corgi_ts.c touchscreen driverEric Miao2010-05-113-402/+0
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-183-7/+7
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar2010-05-0397-150/+1003
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | i8253: Convert i8253_lock to raw_spinlockThomas Gleixner2010-03-023-7/+7
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-136-23/+42
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Input: ad7877 - keep dma rx buffers in seperate cache linesOskar Schirmer2010-05-131-3/+12
| | * | | | | Input: psmouse - reset all types of mice before reconnectingDmitry Torokhov2010-05-131-4/+10
| | * | | | | Input: elantech - use all 3 bytes when checking versionDmitry Torokhov2010-05-132-15/+14
| | * | | | | Input: iforce - fix Guillemot Jet Leader 3D entryMarek Vasut2010-05-111-1/+1
| | * | | | | Input: iforce - add Guillemot Jet Leader Force FeedbackMarek Vasut2010-05-112-0/+5
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-059-52/+179
| |\| | | | | | | |_|/ / / | |/| | | |
| | * | | | Input: joydev - allow binding to button-only devicesChristoph Fritz2010-05-041-0/+18
| | * | | | Input: elantech - ignore high bits in the position coordinatesFlorian Ragwitz2010-05-041-25/+44
| | * | | | Input: elantech - allow forcing Elantech protocolFlorian Ragwitz2010-05-041-2/+10
| | * | | | Input: elantech - fix firmware version checkFlorian Ragwitz2010-05-041-1/+2
| | * | | | Input: ati_remote - add some missing devices from lirc_atiusbJarod Wilson2010-05-041-5/+9
| | * | | | Input: eeti_ts - cancel pending work when going to suspendDaniel Mack2010-04-201-10/+46
| | * | | | Input: Add support of Synaptics Clickpad deviceTakashi Iwai2010-04-202-5/+34
| | * | | | Revert "Input: ALPS - add signature for HP Pavilion dm3 laptops"Dmitry Torokhov2010-04-201-1/+0
| | * | | | Input: psmouse - ignore parity error for basic protocolsDmitry Torokhov2010-04-192-3/+16
* | | | | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-223-8/+20
* | | | | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-192-5/+5
|/ / / / /
* | | / / Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-04-158-87/+157
|\| | | | | |_|/ / |/| | |
| * | | Input: wacom - switch mode upon system resumePing Cheng2010-04-151-5/+7
| | |/ | |/|
| * | Revert "Input: wacom - merge out and in prox events"Dmitry Torokhov2010-04-141-59/+104
| * | Input: matrix_keypad - allow platform to disable key autorepeatH Hartley Sweeten2010-04-061-1/+3
| * | Input: ALPS - add signature for HP Pavilion dm3 laptopsChase Douglas2010-04-061-0/+1
| * | Input: i8042 - spelling fixDominik Brodowski2010-04-061-1/+1
| * | Input: sparse-keymap - implement safer freeing of the keymapDmitry Torokhov2010-03-222-19/+40
| * | Input: bcm5974 - retract efi-broken suspend_resumeHenrik Rydberg2010-03-201-1/+0
| * | Input: sparse-keymap - free the right keymap on errorYong Wang2010-03-201-1/+1
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3079-5/+74