Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6c61bbf0e844a035736272bd863d724d5f112ac5
/
drivers
/
input
/
input.c
a60a71b
Input: move name/timer init to input_alloc_dev()
by David Herrmann
· 11 years ago
b666263
Input: document that unregistering managed devices is not necessary
by Dmitry Torokhov
· 12 years ago
2be975c
Input: introduce managed input devices (add devres support)
by Dmitry Torokhov
· 12 years ago
adc4633
Input: fix sparse warning in __input_release_device()
by Dmitry Torokhov
· 12 years ago
7f8d4ca
Input: extend the number of event (and other) devices
by Dmitry Torokhov
· 12 years ago
7774036
Merge branch 'for-next' of git://github.com/rydberg/linux into next
by Dmitry Torokhov
· 12 years ago
4369c64
Input: Send events one packet at a time
by Henrik Rydberg
· 12 years ago
352ac4b
Input: Move autorepeat to the event-passing phase
by Henrik Rydberg
· 12 years ago
0672120
Input: Make sure we follow all EV_KEY events
by Henrik Rydberg
· 12 years ago
7c75bf9
Input: Improve the events-per-packet estimate
by Henrik Rydberg
· 12 years ago
8d18fba
Input: Break out MT data
by Henrik Rydberg
· 12 years ago
c0bb1f9
Input: get rid of MATCH_BIT() macro
by Dmitry Torokhov
· 12 years ago
b89529a
Input: Use accessor for MT values
by Henrik Rydberg
· 13 years ago
2c9ede5
switch device_get_devnode() and ->devnode() to umode_t *
by Al Viro
· 13 years ago
8c127f0
Input: properly assign return value of clamp() macro.
by Hans Petter Selasky
· 13 years ago
7cbbb75
Input: remove useless synchronize_rcu() calls
by Eric Dumazet
· 13 years ago
80b4895
Input: estimate number of events per packet
by Jeff Brown
· 14 years ago
97eb3f2
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 14 years ago
9ae4345
Revert "Input: do not pass injected events back to the originating handler"
by Dmitry Torokhov
· 14 years ago
aebd636
Input: switch completely over to the new versions of get/setkeycode
by Dmitry Torokhov
· 14 years ago
31b6ca0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 14 years ago
554738d
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 14 years ago
5c461b9
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt into next
by Dmitry Torokhov
· 14 years ago
fcd3027
Input: fix double equality sign in uevent
by Henrik Rydberg
· 14 years ago
85b7720
Input: introduce device properties
by Henrik Rydberg
· 14 years ago
67b989a
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt into next
by Dmitry Torokhov
· 14 years ago
47c78e8
input: mt: Break out slots handling
by Henrik Rydberg
· 14 years ago
da0c490
Input: use pr_fmt and pr_<level>
by Joe Perches
· 14 years ago
864ee6c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 14 years ago
de391d1
Input: fix typo in keycode validation supporting large scancodes
by Mattia Dongili
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
5fdbe44
Input: do not pass injected events back to the originating handler
by Dmitry Torokhov
· 14 years ago
b50b521
Input: export input_reset_device() for use in KGDB
by Dmitry Torokhov
· 14 years ago
3a99c63
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
8613e4c
Input: add support for large scancodes
by Mauro Carvalho Chehab
· 14 years ago
144c0f8
Input: fix a few typos
by Dmitry Torokhov
· 14 years ago
ba4d695
Input: MT - initialize slots to unused
by Henrik Rydberg
· 14 years ago
d31b286
Input: dynamically allocate ABS information
by Daniel Mack
· 14 years ago
987a6c0
Input: switch to input_abs_*() access functions
by Daniel Mack
· 14 years ago
20da92d
Input: change input handlers to use bool when possible
by Dmitry Torokhov
· 14 years ago
40d007e
Input: introduce MT event slots
by Henrik Rydberg
· 14 years ago
fd6cf3d
Input: fix signedness warning in input_set_keycode()
by Dmitry Torokhov
· 14 years ago
866d7d7
Input: release pressed keys when resuming device
by Oliver Neukum
· 14 years ago
00eef7b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
2e2e3b9
Input: sparse-keymap - implement safer freeing of the keymap
by Dmitry Torokhov
· 15 years ago
2f2177c
Input: remove BKL, fix input_open_file() locking
by Arnd Bergmann
· 15 years ago
58b9399
Input: scancode in get/set_keycodes should be unsigned
by Dmitry Torokhov
· 15 years ago
35858ad
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 15 years ago
0b7024ac
Input: add match() method to input hanlders
by Dmitry Torokhov
· 15 years ago
ef7995f
Input: implement input filters
by Dmitry Torokhov
· 15 years ago
cb6ecf6
Input: add the ABS_MT_PRESSURE event
by Henrik Rydberg
· 15 years ago
7755726
Merge commit 'v2.6.33-rc5' into next
by Dmitry Torokhov
· 15 years ago
15e184a
Input: add compat support for sysfs and /proc capabilities output
by Dmitry Torokhov
· 15 years ago
92a3a58
Input: cleanse capabilities bits before registering device
by Dmitry Torokhov
· 15 years ago
4f93df4
Input: automatically reset KEY_RESERVED bit for all input devices
by Dmitry Torokhov
· 15 years ago
df2d463
Input: document use of input_event() function
by Dmitry Torokhov
· 15 years ago
4678320
Merge commit 'v2.6.32' into next
by Dmitry Torokhov
· 15 years ago
66d2a59
Input: keyboard - fix lack of locking when traversing handler->h_list
by Dmitry Torokhov
· 15 years ago
3cc9635
Input: force LED reset on resume
by Dmitry Torokhov
· 15 years ago
7a53c7f
Merge commit 'v2.6.32-rc5' into for-linus
by Dmitry Torokhov
· 15 years ago
be8db0b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 15 years ago
1572ca2
Input: fix locking issue in /proc/bus/input/ handlers
by Dmitry Torokhov
· 15 years ago
a99bbaf
headers: remove sched.h from poll.h
by Alexey Dobriyan
· 15 years ago
1c4115e
drivers/input/input.c: fix CONFIG_PM=n warning
by Andrew Morton
· 15 years ago
0dd52d0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 15 years ago
e454cea
Driver-Core: extend devnode callbacks to provide permissions
by Kay Sievers
· 15 years ago
ffd0db9
Input: add generic suspend and resume for input devices
by Dmitry Torokhov
· 15 years ago
a4dbd67
driver model: constify attribute groups
by David Brownell
· 15 years ago
aa5ed63
Driver Core: input: add nodename for input drivers
by Kay Sievers
· 16 years ago
df391e0
Input: multitouch - add tracking ID to the protocol
by Henrik Rydberg
· 15 years ago
5e5ee68
Input: add detailed multi-touch finger data report protocol
by Henrik Rydberg
· 16 years ago
61994a6
Input: allow certain EV_ABS events to bypass all filtering
by Henrik Rydberg
· 16 years ago
0c387ec
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 16 years ago
b79e83b
Input: remove unnecessary synchronize_rcu() call
by Arjan van de Ven
· 16 years ago
ba28f22
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 16 years ago
99b7623
proc 2/2: remove struct proc_dir_entry::owner
by Alexey Dobriyan
· 16 years ago
fa88661
Input: fix polling of /proc/bus/input/devices
by Dmitry Torokhov
· 16 years ago
e7b5c1e
Input: stop autorepeat timer on key release
by Johannes Berg
· 16 years ago
a6c2490
Input: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
908cf4b
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into next
by Dmitry Torokhov
· 16 years ago
c981228
Input: don't reset sync flag when ignoring event
by Dmitry Torokhov
· 16 years ago
2edbf85
Input: cdev lock_kernel() pushdown
by Jonathan Corbet
· 16 years ago
c7705f344
drivers: use non-racy method for proc entries creation (2)
by Denis V. Lunev
· 17 years ago
9c37066
proc: remove proc_bus
by Alexey Dobriyan
· 17 years ago
cec69c3
Input: constify function pointer tables (seq_operations)
by Jan Engelhardt
· 17 years ago
0c1efd3
Input: remove cdev from input_dev structure
by Dmitry Torokhov
· 17 years ago
f4f37c8
Input: Add proper locking when changing device's keymap
by Dmitry Torokhov
· 17 years ago
ed2fa4d
Input: pass EV_PWR events to event handlers
by Richard Purdie
· 17 years ago
22d1c39
Input: Handle EV_PWR type of input caps in input_set_capability.
by Dmitry Baryshkov
· 17 years ago
7b19ada
get rid of input BIT* duplicate defines
by Jiri Slaby
· 17 years ago
82ba56c
Input: use full RCU API
by Dmitry Torokhov
· 17 years ago
b981d8b3
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Dmitry Torokhov
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
8006479
Input: implement proper locking in input core
by Dmitry Torokhov
· 17 years ago
ad5d972
Input: switch to using seq_list_xxx helpers
by Pavel Emelianov
· 17 years ago
9657d75
Input: convert from class devices to standard devices
by Dmitry Torokhov
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
534565f
Input: add input_set_capability() helper
by Dmitry Torokhov
· 18 years ago
Next »