| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-21 | Input: include export.h in modules using EXPORT_SYMBOL*() | Dmitry Torokhov | 1 | -0/+1 |
| 2025-08-21 | Input: move input_bits_to_string() to input-compat.c | Dmitry Torokhov | 1 | -35/+0 |
| 2025-08-03 | Merge tag 'ib-mfd-gpio-input-pwm-v6.17' of git://git.kernel.org/pub/scm/linux... | Dmitry Torokhov | 1 | -1/+1 |
| 2025-07-01 | Input: remove special handling of id->driver_info when matching | Dmitry Torokhov | 1 | -1/+1 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -2/+2 |
| 2024-12-23 | Input: use guard notation in input core | Dmitry Torokhov | 1 | -208/+131 |
| 2024-11-25 | Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+10 |
| 2024-11-24 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -5/+10 |
| 2024-11-05 | Input: introduce notion of passive observers for input handlers | Dmitry Torokhov | 1 | -5/+10 |
| 2024-11-03 | Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -61/+73 |
| 2024-11-02 | Input: fix regression when re-registering input handlers | Dmitry Torokhov | 1 | -61/+73 |
| 2024-09-24 | Merge tag 'input-for-v6.12-rc0' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2024-09-18 | Input: Convert comma to semicolon | Shen Lichuan | 1 | -1/+1 |
| 2024-09-12 | input: remove f_version abuse | Christian Brauner | 1 | -25/+22 |
| 2024-07-08 | Input: do not check number of events in input_pass_values() | Dmitry Torokhov | 1 | -3/+0 |
| 2024-07-08 | Input: preallocate memory to hold event values | Dmitry Torokhov | 1 | -17/+44 |
| 2024-07-08 | Input: rearrange input_alloc_device() to prepare for preallocating of vals | Dmitry Torokhov | 1 | -15/+22 |
| 2024-07-08 | Input: simplify event handling logic | Dmitry Torokhov | 1 | -41/+68 |
| 2024-07-08 | Input: make sure input handlers define only one processing method | Dmitry Torokhov | 1 | -0/+24 |
| 2024-05-19 | Input: try trimming too long modalias strings | Dmitry Torokhov | 1 | -15/+89 |
| 2024-03-10 | Input: make input_class constant | Ricardo B. Marliere | 1 | -1/+1 |
| 2024-01-20 | Input: remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 1 | -8/+6 |
| 2023-12-13 | Input: use sysfs_emit() instead of scnprintf() | ye xingchen | 1 | -4/+4 |
| 2023-07-17 | Merge tag 'v6.4' into next | Dmitry Torokhov | 1 | -1/+1 |
| 2023-05-05 | Input: fix open count when closing inhibited device | Dmitry Torokhov | 1 | -1/+1 |
| 2023-05-02 | Input: avoid calling input_set_abs_val() in the event handling core | Dmitry Torokhov | 1 | -2/+4 |
| 2023-02-25 | Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+2 |
| 2023-01-27 | Input: Use pm_sleep_ptr() to avoid need for ifdef CONFIG_PM_SLEEP | Jonathan Cameron | 1 | -5/+2 |
| 2023-01-27 | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -8/+8 |
| 2022-12-16 | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2022-11-24 | driver core: make struct class.devnode() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2022-11-07 | Input: Use kstrtobool() instead of strtobool() | Christophe JAILLET | 1 | -1/+2 |
| 2022-07-20 | Input: deactivate MT slots when inhibiting or suspending devices | Angela Czubak | 1 | -10/+20 |
| 2022-07-20 | Input: properly queue synthetic events | Dmitry Torokhov | 1 | -62/+63 |
| 2022-05-27 | Merge tag 'v5.18' into next | Dmitry Torokhov | 1 | -6/+0 |
| 2022-04-24 | Input: remove unneeded variable in input_inhibit_device() | Changcheng Deng | 1 | -3/+1 |
| 2022-03-31 | Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads" | José Expósito | 1 | -6/+0 |
| 2022-03-20 | Input: add bounds checking to input_set_capability() | Jeff LaBundy | 1 | -0/+19 |
| 2022-03-14 | Merge tag 'v5.17-rc8' into next | Dmitry Torokhov | 1 | -0/+6 |
| 2022-02-28 | Input: add input_copy_abs() function | Hans de Goede | 1 | -0/+36 |
| 2022-02-28 | Input: set EV_ABS in dev->evbit even if input_alloc_absinfo() fails | Hans de Goede | 1 | -6/+3 |
| 2022-02-08 | Input: clear BTN_RIGHT/MIDDLE on buttonpads | José Expósito | 1 | -0/+6 |
| 2020-12-02 | Input: Add "inhibited" property | Patrik Fimml | 1 | -7/+105 |
| 2020-12-02 | Input: add input_device_enabled() | Andrzej Pietrasiewicz | 1 | -0/+8 |
| 2020-03-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -0/+1 |
| 2020-03-26 | Input: fix stale timestamp on key autorepeat events | Dmitry Torokhov | 1 | -0/+1 |
| 2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 1 | -15/+13 |
| 2019-12-13 | Input: add safety guards to input_set_keycode() | Dmitry Torokhov | 1 | -10/+16 |
| 2019-09-05 | Input: reset device timestamp on sync | Dmitry Torokhov | 1 | -0/+7 |
| 2019-08-20 | Input: add support for polling to input devices | Dmitry Torokhov | 1 | -7/+29 |
| 2019-07-25 | Input: allow drivers specify timestamp for input events | Atif Niyaz | 1 | -0/+40 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -5/+1 |
| 2018-08-08 | Input: do not use WARN() in input_alloc_absinfo() | Dmitry Torokhov | 1 | -4/+12 |
| 2018-05-15 | Input: replace hard coded string with __func__ in pr_err() | Nick Simonov | 1 | -2/+1 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -1/+1 |
| 2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -1/+1 |
| 2017-11-21 | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 1 | -1/+1 |
| 2017-11-03 | Input: convert autorepeat timer to use timer_setup() | Kees Cook | 1 | -6/+5 |
| 2017-10-19 | Input: allow matching device IDs on property bits | Dmitry Torokhov | 1 | -1/+2 |
| 2017-10-19 | Input: factor out and export input_device_id matching code | Dmitry Torokhov | 1 | -45/+38 |
| 2017-07-12 | Input: constify attribute_group structures | Arvind Yadav | 1 | -3/+3 |
| 2017-05-10 | Input: switch to using sizeof(*type) when allocating memory | Markus Elfring | 1 | -4/+4 |
| 2017-05-10 | Input: use seq_puts() in input_devices_seq_show() | Markus Elfring | 1 | -1/+1 |
| 2017-05-10 | Input: use seq_putc() in input_seq_print_bitmap() | Markus Elfring | 1 | -1/+1 |
| 2017-02-01 | Input: refuse to register absolute devices without absinfo | Dmitry Torokhov | 1 | -0/+6 |
| 2017-01-24 | Input: constify device_type structures | Bhumika Goyal | 1 | -1/+1 |
| 2016-07-19 | Merge branch 'for-linus' into next | Dmitry Torokhov | 1 | -1/+1 |
| 2016-05-19 | Input: feed more data into entropy pool | Dmitry Torokhov | 1 | -4/+3 |
| 2016-03-25 | drivers/input: eliminate INPUT_COMPAT_TEST macro | Andrew Morton | 1 | -1/+1 |
| 2015-10-13 | Input: improve autorepeat initialization | Petri Gynther | 1 | -6/+19 |
| 2015-08-07 | Input: do not emit unneeded EV_SYN when suspending | Dmitry Torokhov | 1 | -2/+8 |
| 2015-06-25 | Input: use for_each_set_bit() where appropriate | Anshul Garg | 1 | -25/+9 |
| 2015-05-20 | Input: fix typo in comment to input_handler_for_each_handle() | Shailendra Verma | 1 | -1/+1 |
| 2015-01-08 | Input: do not try to filter out events if handler is not a filter | Anshul Garg | 1 | -10/+14 |
| 2015-01-08 | Input: small tweak to autorepeat handling | Anshul Garg | 1 | -6/+8 |
| 2014-12-15 | Input: optimize events_per_packet count calculation | Anshul Garg | 1 | -9/+13 |
| 2014-12-02 | Input: initialize input_no to -1 to avoid subtraction | Aniroop Mathur | 1 | -2/+2 |
| 2014-10-09 | Input: avoid negative input device numbers | Richard Leitner | 1 | -1/+1 |
| 2014-10-08 | Input: automatically set EV_ABS bit in input_set_abs_params | Dmitry Torokhov | 1 | -1/+2 |
| 2014-07-20 | Input: fix defuzzing logic | Dmitry Torokhov | 1 | -2/+4 |
| 2014-01-23 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -19/+57 |
| 2013-12-31 | Input: allocate absinfo data when setting ABS capability | Dmitry Torokhov | 1 | -0/+4 |
| 2013-12-16 | Input: don't call input_dev_release_keys() in resume | Aleksej Makarov | 1 | -19/+57 |
| 2013-11-14 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -1/+1 |
| 2013-10-31 | Input: remove a redundant max() call | Kang Hu | 1 | -1/+1 |
| 2013-10-06 | Input: move name/timer init to input_alloc_dev() | David Herrmann | 1 | -5/+5 |
| 2013-01-09 | Input: document that unregistering managed devices is not necessary | Dmitry Torokhov | 1 | -2/+14 |
| 2012-11-08 | Input: introduce managed input devices (add devres support) | Dmitry Torokhov | 1 | -27/+149 |
| 2012-10-25 | Input: fix sparse warning in __input_release_device() | Dmitry Torokhov | 1 | -1/+4 |
| 2012-10-08 | Input: extend the number of event (and other) devices | Dmitry Torokhov | 1 | -61/+53 |
| 2012-10-01 | Merge branch 'for-next' of git://github.com/rydberg/linux into next | Dmitry Torokhov | 1 | -85/+169 |
| 2012-09-19 | Input: Send events one packet at a time | Henrik Rydberg | 1 | -53/+123 |
| 2012-09-19 | Input: Move autorepeat to the event-passing phase | Henrik Rydberg | 1 | -21/+25 |
| 2012-09-19 | Input: Make sure we follow all EV_KEY events | Henrik Rydberg | 1 | -7/+13 |
| 2012-09-19 | Input: Improve the events-per-packet estimate | Henrik Rydberg | 1 | -3/+7 |
| 2012-09-19 | Input: Break out MT data | Henrik Rydberg | 1 | -10/+10 |
| 2012-08-21 | Input: get rid of MATCH_BIT() macro | Dmitry Torokhov | 1 | -17/+26 |
| 2012-02-02 | Input: Use accessor for MT values | Henrik Rydberg | 1 | -1/+1 |
| 2012-01-03 | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 1 | -1/+1 |
| 2011-05-25 | Input: properly assign return value of clamp() macro. | Hans Petter Selasky | 1 | -1/+1 |
| 2011-05-12 | Input: remove useless synchronize_rcu() calls | Eric Dumazet | 1 | -1/+0 |
| 2011-04-18 | Input: estimate number of events per packet | Jeff Brown | 1 | -0/+40 |
| 2011-03-18 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -49/+7 |
| 2011-02-02 | Revert "Input: do not pass injected events back to the originating handler" | Dmitry Torokhov | 1 | -26/+11 |
| 2011-01-31 | Input: switch completely over to the new versions of get/setkeycode | Dmitry Torokhov | 1 | -48/+7 |
| 2011-01-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -59/+32 |
| 2011-01-06 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -59/+32 |
| 2010-12-27 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/... | Dmitry Torokhov | 1 | -1/+20 |
| 2010-12-20 | Input: fix double equality sign in uevent | Henrik Rydberg | 1 | -1/+1 |
| 2010-12-20 | Input: introduce device properties | Henrik Rydberg | 1 | -0/+19 |
| 2010-12-16 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/... | Dmitry Torokhov | 1 | -47/+1 |
| 2010-12-16 | input: mt: Break out slots handling | Henrik Rydberg | 1 | -47/+1 |
| 2010-11-30 | Input: use pr_fmt and pr_<level> | Joe Perches | 1 | -11/+11 |
| 2010-11-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -1/+1 |
| 2010-11-18 | Input: fix typo in keycode validation supporting large scancodes | Mattia Dongili | 1 | -1/+1 |
| 2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
| 2010-11-11 | Input: do not pass injected events back to the originating handler | Dmitry Torokhov | 1 | -11/+26 |
| 2010-11-03 | Input: export input_reset_device() for use in KGDB | Dmitry Torokhov | 1 | -15/+35 |
| 2010-10-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -51/+147 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
| 2010-09-09 | Input: add support for large scancodes | Mauro Carvalho Chehab | 1 | -48/+144 |
| 2010-09-05 | Input: fix a few typos | Dmitry Torokhov | 1 | -3/+3 |
| 2010-08-28 | Input: MT - initialize slots to unused | Henrik Rydberg | 1 | -2/+9 |
| 2010-08-02 | Input: dynamically allocate ABS information | Daniel Mack | 1 | -2/+40 |
| 2010-08-02 | Input: switch to input_abs_*() access functions | Daniel Mack | 1 | -2/+2 |
| 2010-07-15 | Input: change input handlers to use bool when possible | Dmitry Torokhov | 1 | -3/+3 |
| 2010-07-15 | Input: introduce MT event slots | Henrik Rydberg | 1 | -43/+92 |
| 2010-07-14 | Input: fix signedness warning in input_set_keycode() | Dmitry Torokhov | 1 | -1/+1 |
| 2010-07-03 | Input: release pressed keys when resuming device | Oliver Neukum | 1 | -10/+29 |
| 2010-04-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -1/+8 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-21 | Input: sparse-keymap - implement safer freeing of the keymap | Dmitry Torokhov | 1 | -1/+8 |
| 2010-03-09 | Input: remove BKL, fix input_open_file() locking | Arnd Bergmann | 1 | -8/+10 |
| 2010-03-08 | Input: scancode in get/set_keycodes should be unsigned | Dmitry Torokhov | 1 | -11/+9 |
| 2010-02-28 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -18/+72 |
| 2010-02-04 | Input: add match() method to input hanlders | Dmitry Torokhov | 1 | -7/+6 |
| 2010-01-30 | Input: implement input filters | Dmitry Torokhov | 1 | -7/+34 |
| 2010-01-28 | Input: add the ABS_MT_PRESSURE event | Henrik Rydberg | 1 | -0/+1 |
| 2010-01-21 | Merge commit 'v2.6.33-rc5' into next | Dmitry Torokhov | 1 | -15/+71 |
| 2010-01-12 | Input: add compat support for sysfs and /proc capabilities output | Dmitry Torokhov | 1 | -15/+71 |
| 2010-01-06 | Input: cleanse capabilities bits before registering device | Dmitry Torokhov | 1 | -0/+22 |
| 2010-01-06 | Input: automatically reset KEY_RESERVED bit for all input devices | Dmitry Torokhov | 1 | -4/+10 |
| 2009-12-11 | Input: document use of input_event() function | Dmitry Torokhov | 1 | -2/+8 |
| 2009-12-02 | Merge commit 'v2.6.32' into next | Dmitry Torokhov | 1 | -11/+18 |
| 2009-12-01 | Input: keyboard - fix lack of locking when traversing handler->h_list | Dmitry Torokhov | 1 | -2/+35 |
| 2009-11-12 | Input: force LED reset on resume | Dmitry Torokhov | 1 | -11/+18 |
| 2009-11-02 | Merge commit 'v2.6.32-rc5' into for-linus | Dmitry Torokhov | 1 | -4/+5 |
| 2009-10-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -17/+48 |
| 2009-10-14 | Input: fix locking issue in /proc/bus/input/ handlers | Dmitry Torokhov | 1 | -17/+48 |
| 2009-10-04 | headers: remove sched.h from poll.h | Alexey Dobriyan | 1 | -0/+1 |
| 2009-10-01 | drivers/input/input.c: fix CONFIG_PM=n warning | Andrew Morton | 1 | -1/+1 |
| 2009-09-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -1/+63 |
| 2009-09-19 | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 1 | -2/+2 |
| 2009-09-17 | Input: add generic suspend and resume for input devices | Dmitry Torokhov | 1 | -1/+63 |
| 2009-09-15 | driver model: constify attribute groups | David Brownell | 1 | -1/+1 |
| 2009-06-15 | Driver Core: input: add nodename for input drivers | Kay Sievers | 1 | -0/+6 |
| 2009-05-23 | Input: multitouch - add tracking ID to the protocol | Henrik Rydberg | 1 | -0/+1 |
| 2009-04-28 | Input: add detailed multi-touch finger data report protocol | Henrik Rydberg | 1 | -0/+13 |
| 2009-04-28 | Input: allow certain EV_ABS events to bypass all filtering | Henrik Rydberg | 1 | -0/+23 |
| 2009-04-16 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -1/+0 |
| 2009-04-11 | Input: remove unnecessary synchronize_rcu() call | Arjan van de Ven | 1 | -1/+0 |
| 2009-04-08 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -3/+10 |
| 2009-03-31 | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 1 | -2/+0 |
| 2009-03-08 | Input: fix polling of /proc/bus/input/devices | Dmitry Torokhov | 1 | -3/+3 |
| 2009-01-29 | Input: stop autorepeat timer on key release | Johannes Berg | 1 | -0/+7 |
| 2008-10-30 | Input: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
| 2008-07-21 | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into next | Dmitry Torokhov | 1 | -4/+12 |
| 2008-06-30 | Input: don't reset sync flag when ignoring event | Dmitry Torokhov | 1 | -1/+1 |
| 2008-06-20 | Input: cdev lock_kernel() pushdown | Jonathan Corbet | 1 | -4/+12 |
| 2008-04-29 | drivers: use non-racy method for proc entries creation (2) | Denis V. Lunev | 1 | -8/+4 |
| 2008-04-29 | proc: remove proc_bus | Alexey Dobriyan | 1 | -3/+3 |
| 2008-01-31 | Input: constify function pointer tables (seq_operations) | Jan Engelhardt | 1 | -2/+2 |
| 2008-01-21 | Input: remove cdev from input_dev structure | Dmitry Torokhov | 1 | -3/+0 |
| 2008-01-21 | Input: Add proper locking when changing device's keymap | Dmitry Torokhov | 1 | -6/+72 |
| 2008-01-03 | Input: pass EV_PWR events to event handlers | Richard Purdie | 1 | -0/+4 |
| 2007-12-14 | Input: Handle EV_PWR type of input caps in input_set_capability. | Dmitry Baryshkov | 1 | -0/+4 |
| 2007-10-19 | get rid of input BIT* duplicate defines | Jiri Slaby | 1 | -5/+5 |
| 2007-10-13 | Input: use full RCU API | Dmitry Torokhov | 1 | -21/+15 |
| 2007-10-12 | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 1 | -42/+20 |
| 2007-10-12 | Driver core: change add_uevent_var to use a struct | Kay Sievers | 1 | -42/+20 |
| 2007-08-30 | Input: implement proper locking in input core | Dmitry Torokhov | 1 | -175/+491 |
| 2007-07-18 | Input: switch to using seq_list_xxx helpers | Pavel Emelianov | 1 | -25/+4 |
| 2007-07-10 | Input: convert from class devices to standard devices | Dmitry Torokhov | 1 | -62/+74 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
| 2007-04-25 | Input: add input_set_capability() helper | Dmitry Torokhov | 1 | -0/+56 |
| 2007-04-12 | Input: prepare to switching to struct device | Dmitry Torokhov | 1 | -0/+3 |
| 2007-04-12 | Input: rework handle creation code | Dmitry Torokhov | 1 | -36/+52 |
| 2007-03-16 | Input: simplify input_free_device() | Dmitry Torokhov | 1 | -7/+1 |
| 2007-03-14 | Input: add getkeycode and setkeycode methods | Marvin Raaijmakers | 1 | -0/+87 |
| 2007-03-07 | Input: let driver core create class device attribute groups | Dmitry Torokhov | 1 | -21/+8 |
| 2007-03-07 | Input: export 'uniq' in /proc/bus/input/devices | Dmitry Torokhov | 1 | -0/+1 |
| 2007-02-18 | Input: do not lock device when showing name, phys and uniq | Dmitry Torokhov | 1 | -15/+2 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
| 2007-02-12 | [PATCH] mark struct file_operations const 3 | Arjan van de Ven | 1 | -3/+3 |
| 2006-11-02 | Input: add comments to input_{allocate|free}_device() | Dmitry Torokhov | 1 | -1/+24 |
| 2006-09-14 | Input: make input_register_handler() return error codes | Dmitry Torokhov | 1 | -5/+7 |
| 2006-09-14 | Input: remove cruft that was needed for transition to sysfs | Dmitry Torokhov | 1 | -10/+0 |
| 2006-09-14 | Input: fix input module refcounting | Dmitry Torokhov | 1 | -2/+2 |
| 2006-09-14 | Input: constify input core | Dmitry Torokhov | 1 | -3/+4 |