| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2011-11-22 | 3 | -8/+33 |
|\ |
|
| * | Input: ams_delta_serio - include linux/module.h | Aaro Koskinen | 2011-11-10 | 1 | -0/+1 |
| * | Input: elantech - adjust hw_version detection logic | JJ Ding | 2011-11-10 | 1 | -8/+18 |
| * | Input: i8042 - add HP Pavilion dv4s to 'notimeout' and 'nomux' blacklists | Tomas Miljenović | 2011-11-05 | 1 | -0/+14 |
* | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-07 | 17 | -0/+17 |
|\ \ |
|
| * | | drivers/input: add export.h to symbol exporting files. | Paul Gortmaker | 2011-11-01 | 2 | -0/+2 |
| * | | drivers/input: Add module.h to modular drivers implicitly using it | Paul Gortmaker | 2011-11-01 | 15 | -0/+15 |
* | | | Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6 | Linus Torvalds | 2011-11-03 | 4 | -17/+310 |
|\ \ \ |
|
| * | | | input: Add power button support for mc13783 | Philippe Rétornaz | 2011-10-24 | 3 | -0/+293 |
| * | | | input: Convert mc13783-ts to mc13xxx API | Uwe Kleine-König | 2011-10-24 | 1 | -17/+17 |
* | | | | Merge branch 'for-linus' of git://github.com/richardweinberger/linux | Linus Torvalds | 2011-11-02 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | um: switch to use of drivers/Kconfig | Al Viro | 2011-11-02 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-10-31 | 3 | -884/+0 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | [media] move ati_remote driver from input/misc to media/rc | Anssi Hannula | 2011-09-22 | 3 | -884/+0 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2011-10-28 | 1 | -7/+14 |
|\ \ \ \ |
|
| * | | | | Input: twl6040-vibra: Check the selected path for vibra | Peter Ujfalusi | 2011-10-12 | 1 | -0/+7 |
| * | | | | Input: twl6040: Simplify vibra regsiter definitions | Peter Ujfalusi | 2011-10-12 | 1 | -6/+6 |
| * | | | | Input: twl6040-vibra: Use accessor to get revision information | Peter Ujfalusi | 2011-09-20 | 1 | -1/+1 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2011-10-27 | 59 | -839/+4035 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Merge branch 'next' into for-linus | Dmitry Torokhov | 2011-10-27 | 68 | -863/+4487 |
| |\ \ \ \ |
|
| | * | | | | Input: adp5589-keys - add support for the ADP5585 derivatives | Michael Hennerich | 2011-10-19 | 2 | -129/+484 |
| | * | | | | Input: imx_keypad - add pm suspend and resume support | Hui Wang | 2011-10-13 | 1 | -0/+44 |
| | * | | | | Input: force feedback - potential integer wrap in input_ff_create() | Dan Carpenter | 2011-10-13 | 1 | -3/+8 |
| | * | | | | Input: tsc2007 - make sure that X plate resistance is specified | Philip Rakity | 2011-10-12 | 1 | -0/+6 |
| | * | | | | Input: serio_raw - fix memory leak when closing char device | Dmitry Torokhov | 2011-10-11 | 1 | -25/+29 |
| | * | | | | Input: serio_raw - kick clients when disconnecting port | Dmitry Torokhov | 2011-10-11 | 1 | -6/+23 |
| | * | | | | Input: serio_raw - explicitly mark disconnected ports as dead | Dmitry Torokhov | 2011-10-11 | 1 | -8/+13 |
| | * | | | | Input: serio_raw - fix coding style issues | Dmitry Torokhov | 2011-10-11 | 1 | -5/+9 |
| | * | | | | Input: serio_raw - use dev_*() for messages | Dmitry Torokhov | 2011-10-11 | 1 | -5/+7 |
| | * | | | | Input: serio_raw - use bool for boolean data | Dmitry Torokhov | 2011-10-11 | 1 | -3/+3 |
| | * | | | | Input: serio_raw - perform proper locking when adding clients to list | Dmitry Torokhov | 2011-10-11 | 1 | -3/+5 |
| | * | | | | Input: serio_raw - rename serio_raw_list to serio_raw_client | Dmitry Torokhov | 2011-10-11 | 1 | -36/+39 |
| | * | | | | Input: serio_raw - use kref instead of rolling out its own refcounting | Dmitry Torokhov | 2011-10-11 | 1 | -15/+13 |
| | * | | | | Input: psmouse - switch to using dev_*() for messages | Dmitry Torokhov | 2011-10-11 | 10 | -198/+243 |
| | * | | | | Input: wacom - correct max Y value on medium bamboos | Chris Bagwell | 2011-10-10 | 1 | -4/+4 |
| | * | | | | Input: wacom - add ABS_DISTANCE to Bamboo Pen reports | Chris Bagwell | 2011-10-10 | 1 | -12/+23 |
| | * | | | | Input: wacom - remove unneeded touch pressure initialization | Chris Bagwell | 2011-10-10 | 1 | -5/+0 |
| | * | | | | Input: lm8323 - wrap suspend and resume in CONFIG_PM_SLEEP | Dmitry Torokhov | 2011-10-07 | 1 | -1/+1 |
| | * | | | | Input: ad7879-i2c - wrap suspend and resume in CONFIG_PM_SLEEP | Dmitry Torokhov | 2011-10-07 | 1 | -4/+2 |
| | * | | | | Input: synaptics_i2c - wrap suspend and resume in CONFIG_PM_SLEEP | Dmitry Torokhov | 2011-10-07 | 1 | -1/+1 |
| | * | | | | Input: mma8450 - silence some 'uninitialized variable' warnings | Dmitry Torokhov | 2011-10-07 | 1 | -10/+10 |
| | * | | | | Input: atmel_mxt_ts - use snprintf for sysfs attribute show method | Daniel Kurtz | 2011-10-07 | 1 | -6/+15 |
| | * | | | | Input: wacom - make LED status readable through sysfs | Ping Cheng | 2011-10-05 | 1 | -1/+8 |
| | * | | | | Input: wacom - add LED support for Cintiq 21ux2 | Ping Cheng | 2011-10-05 | 2 | -30/+78 |
| | * | | | | Input: wacom - don't expose LED inactive option | Ping Cheng | 2011-10-05 | 1 | -3/+3 |
| | * | | | | Input: wacom - lower the LED luminance | Ping Cheng | 2011-10-05 | 1 | -1/+1 |
| | * | | | | Input: add a driver for TSC-40 serial touchscreen | Sebastian Andrzej Siewior | 2011-09-28 | 3 | -0/+197 |
| | * | | | | Input: gpio_keys - use of_property_read_u32() | Tobias Klauser | 2011-09-21 | 1 | -11/+13 |
| | * | | | | Input: penmount - simplify unregister procedure | Dmitry Torokhov | 2011-09-21 | 1 | -4/+4 |
| | * | | | | Input: penmount - rework handling of different protocols | Dmitry Torokhov | 2011-09-21 | 1 | -56/+64 |