| Commit message (Expand) | Author | Age | Files | Lines |
* | Input: remove third argument of usb_maxpacket() | Vincent Mailhol | 2022-04-23 | 1 | -1/+1 |
* | Input: ati_remote2 - add missing newlines when printing module parameters | Xiongfeng Wang | 2020-07-21 | 1 | -2/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | Input: ati_remote2 - fix typo 'can by' to 'can be' | Wolfram Sang | 2018-05-15 | 1 | -1/+1 |
* | Input: remove unneeded MODULE_VERSION() usage in misc input drivers | Greg Kroah-Hartman | 2018-01-16 | 1 | -2/+0 |
* | Input: ati_remote2 - constify usb_device_id | Arvind Yadav | 2017-08-14 | 1 | -1/+1 |
* | Input: ati_remote2 - fix crashes on detecting device with invalid descriptor | Vladis Dronov | 2016-03-23 | 1 | -6/+30 |
* | kernel/params: constify struct kernel_param_ops uses | Luis R. Rodriguez | 2015-05-28 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2012-01-10 | 1 | -8/+11 |
|\ |
|
| * | Merge commit 'v3.2-rc3' into next | Dmitry Torokhov | 2011-11-29 | 1 | -0/+1 |
| |\ |
|
| * | | Input: convert obsolete strict_strtox to kstrtox | JJ Ding | 2011-11-09 | 1 | -8/+11 |
* | | | USB: convert drivers/input/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 1 | -20/+1 |
| |/
|/| |
|
* | | drivers/input: Add module.h to modular drivers implicitly using it | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
|/ |
|
* | Input: ati_remote2 - return the error code from sysfs channel_mask store | Ville Syrjala | 2011-05-05 | 1 | -3/+6 |
* | Input: switch completely over to the new versions of get/setkeycode | Dmitry Torokhov | 2011-01-31 | 1 | -2/+2 |
* | Input: ati_remote2 - switch to using new keycode interface | Dmitry Torokhov | 2010-09-15 | 1 | -28/+65 |
* | param: use ops in struct kernel_param, rather than get and set fns directly | Rusty Russell | 2010-08-11 | 1 | -9/+17 |
* | USB: rename usb_buffer_alloc() and usb_buffer_free() users | Daniel Mack | 2010-05-20 | 1 | -2/+2 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | Input: scancode in get/set_keycodes should be unsigned | Dmitry Torokhov | 2010-03-08 | 1 | -7/+7 |
* | Input: ati_remote2 - use non-atomic bitops | Ville Syrjala | 2009-05-19 | 1 | -8/+8 |
* | Input: ati_remote2 - check module params | Ville Syrjala | 2009-01-29 | 1 | -4/+60 |
* | Input: ati_remote2 - add per device attrs | Ville Syrjala | 2009-01-29 | 1 | -15/+126 |
* | Input: ati_remote2 - complete suspend support | Ville Syrjala | 2009-01-29 | 1 | -0/+78 |
* | Input: ati_remote2 - add autosuspend support | Ville Syrjala | 2008-07-30 | 1 | -6/+127 |
* | Input: ati_remote2 - add loadable keymap support | Ville Syrjala | 2008-07-30 | 1 | -29/+101 |
* | Input: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-05-16 | 1 | -9/+9 |
* | get rid of input BIT* duplicate defines | Jiri Slaby | 2007-10-19 | 1 | -3/+4 |
* | Input: move USB miscellaneous devices under drivers/input/misc | Dmitry Torokhov | 2007-05-08 | 1 | -0/+543 |