Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
983c5bd26b86ba1c0d79b770e596bb8b77e42f32
/
drivers
/
media
/
rc
/
rc-main.c
983c5bd
[media] rc-main: Re-apply filter for no-op protocol change
by James Hogan
· 10 years ago
3dd94f0
[media] rc: Deletion of unnecessary checks before two function calls
by Markus Elfring
· 10 years ago
47a09af
Merge tag 'v3.18-rc4' into patchwork
by Mauro Carvalho Chehab
· 10 years ago
fb9b164
[media] rc-main: Fix rc_type handling
by Mauro Carvalho Chehab
· 10 years ago
37fa871
[media] rc-main: fix lockdep splash for rc-main
by Tomas Melin
· 10 years ago
14edb59
[media] rc-core: fix protocol_change regression in ir_raw_event_register
by Tomas Melin
· 10 years ago
d24b69f
[media] rc-main: allow raw protocol drivers to restrict the allowed protos
by Mauro Carvalho Chehab
· 10 years ago
1dee9b5
[media] rc: Add support for decoding XMP protocol
by Marcel J.E. Mol
· 10 years ago
9d2f1d3
[media] rc-core: rename dev->scanmask to dev->scancode_mask
by David Härdeman
· 11 years ago
c5540fb
[media] rc-core: remove protocol arrays
by David Härdeman
· 11 years ago
da6e162
[media] rc-core: simplify sysfs code
by David Härdeman
· 11 years ago
120703f
[media] rc-core: document the protocol type
by David Härdeman
· 11 years ago
99b0f3c
[media] rc-core: remove generic scancode filter
by David Härdeman
· 11 years ago
23c843b
[media] rc-core: split dev->s_filter
by David Härdeman
· 11 years ago
8ea5488
[media] media: rc-core: use %s in rc_map_get() module load
by Kees Cook
· 11 years ago
2629123
[media] rc-main: fix missing unlock if no devno left
by James Hogan
· 11 years ago
6bea25a
[media] rc-main: automatically refresh filter on protocol change
by James Hogan
· 11 years ago
ab88c66
[media] rc: add wakeup_protocols sysfs file
by James Hogan
· 11 years ago
acff5f2
[media] rc: add allowed/enabled wakeup protocol masks
by James Hogan
· 11 years ago
b8c7d915
[media] rc-main: add generic scancode filtering
by James Hogan
· 11 years ago
7b802ce
[media] rc-main: store_filter: pass errors to userland
by James Hogan
· 11 years ago
37e59f8
[media, edac] Change my email address
by Mauro Carvalho Chehab
· 11 years ago
00942d1
[media] media: rc: add sysfs scancode filtering interface
by James Hogan
· 11 years ago
38f2a21
[media] media: rc: add Sharp infrared protocol
by James Hogan
· 11 years ago
70a2f91
[media] media: rc: only turn on LED if keypress generated
by James Hogan
· 11 years ago
692a228
[media] rc-core: ir_core_dev_number can be static
by Fengguang Wu
· 11 years ago
587d1b0
[media] rc-core: reuse device numbers
by Mauro Carvalho Chehab
· 11 years ago
f02dcdd
[media] media: rc: rdev->open or rdev->close can be NULL
by Juergen Lock
· 11 years ago
153a60b
[media] rc: add feedback led trigger for rc keypresses
by Sean Young
· 11 years ago
8b2ff32
[media] media: rc: Add rc_open/close and use count to rc_dev
by Srinivas Kandagatla
· 11 years ago
9719afa
[media] rc-core: don't treat dev->rc_map.rc_type as a bitmap
by David Härdeman
· 12 years ago
40fc532
[media] rc-core: rename ir_input_class to rc_class
by David Härdeman
· 12 years ago
e76d4ce
[media] rc-core: initialize rc-core earlier if built-in
by David Härdeman
· 12 years ago
afe5624
[media] rc: unlock on error in store_protocols()
by Dan Carpenter
· 12 years ago
30ebc5e
[media] rc: unlock on error in show_protocols()
by Dan Carpenter
· 12 years ago
c003ab1
[media] rc-core: add separate defines for protocol bitmaps and numbers
by David Härdeman
· 12 years ago
720bb64
[media] Avoid sysfs oops when an rc_dev's raw device is absent
by Douglas Bagnall
· 12 years ago
5da6e98
[media] rc: Pospone ir raw decoders loading until really needed
by Ezequiel García
· 13 years ago
122804e
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 13 years ago
2c9ede5
switch device_get_devnode() and ->devnode() to umode_t *
by Al Viro
· 13 years ago
12cbfd0
Merge tag 'v3.2-rc2' into staging/for_v3.3
by Mauro Carvalho Chehab
· 13 years ago
b32e724
[media] rc: Add support for decoding Sanyo protocol
by Mauro Carvalho Chehab
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
7a707b8
drivers/media: Add module.h to all files using it implicitly
by Paul Gortmaker
· 14 years ago
b05681b
[media] rc-main: Fix device de-registration logic
by Mauro Carvalho Chehab
· 13 years ago
f5f2cc6
[media] rc-core support for Microsoft IR keyboard/mouse
by Jarod Wilson
· 13 years ago
0528f35
[media] rc: double unlock in rc_register_device()
by Dan Carpenter
· 14 years ago
98c32bc
[media] rc: call input_sync after scancode reports
by Jarod Wilson
· 14 years ago
ca540c8
[media] Use a more consistent value for RC repeat period
by Mauro Carvalho Chehab
· 14 years ago
08aeb7c
[media] rc: add locking to fix register/show race
by Jarod Wilson
· 14 years ago
1c08232
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 14 years ago
88fda56
[media] rc_core: avoid kernel oops when rmmod saa7134
by Hussam Al-Tayeb
· 14 years ago
b300393
[media] rc: show RC_TYPE_OTHER in sysfs
by Jarod Wilson
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
a952baa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 14 years ago
9179746
Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 14 years ago
0a91be4
[media] Fix sysfs rc protocol lookup for rc-5-sz
by Antti Seppälä
· 14 years ago
aebd636
Input: switch completely over to the new versions of get/setkeycode
by Dmitry Torokhov
· 14 years ago
54e74b8
Input: rc-keymap - return KEY_RESERVED for unknown mappings
by Dmitry Torokhov
· 14 years ago
dea8a39
[media] rc-core: Initialize return value to zero
by Mauro Carvalho Chehab
· 14 years ago
829ba9f
[media] rc-core: fix some leftovers from the renaming patches
by David Härdeman
· 14 years ago
d100e65
[media] rc: use rc_map_ prefix for all rc map tables
by Mauro Carvalho Chehab
· 14 years ago
2f4f58d
[media] rc: Name RC keymap tables as rc_map_table
by Mauro Carvalho Chehab
· 14 years ago
b088ba6
[media] rc: Properly name the rc_map struct
by Mauro Carvalho Chehab
· 14 years ago
52b6614
[media] rc: Rename remote controller type to rc_type instead of ir_type
by Mauro Carvalho Chehab
· 14 years ago
ca86674
[media] Rename all public generic RC functions from ir_ to rc_
by Mauro Carvalho Chehab
· 14 years ago
6bda964
[media] rc: rename the remaining things to rc_core
by Mauro Carvalho Chehab
· 14 years ago
d8b4b58
[media] ir-core: make struct rc_dev the primary interface
by David Härdeman
· 14 years ago
4c7b355
[media] rc-core: Code cleanup after merging rc-sysfs and rc-map into rc-main
by David Härdeman
· 14 years ago
631493e
[media] rc-core: merge rc-map.c into rc-main.c
by Mauro Carvalho Chehab
· 14 years ago
bc2a6c5
[media] rc-core: Merge rc-sysfs.c into rc-main.c
by Mauro Carvalho Chehab
· 14 years ago
f62de67
[media] Rename rc-core files from ir- to rc-
by Mauro Carvalho Chehab
· 14 years ago
[Renamed (99%) from drivers/media/rc/ir-keytable.c]
32cf86f
[media] rename drivers/media/IR to drives/media/rc
by Mauro Carvalho Chehab
· 14 years ago
[Renamed from drivers/media/IR/ir-keytable.c]
62c6503
[media] ir-core: remove remaining users of the ir-functions keyhandlers
by David Härdeman
· 14 years ago
47c5ba5
Input: ir-keytable - fix uninitialized variable warning
by Dmitry Torokhov
· 14 years ago
0d07025
drivers/media/IR/ir-keytable.c: fix binary search
by David Härdeman
· 14 years ago
0851668
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 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
991369e
[media] ir: properly handle an error at input_register
by Mauro Carvalho Chehab
· 14 years ago
58b3dd4
[media] IR: make sure we register the input device when it is safe to do so
by Maxim Levitsky
· 14 years ago
ee08940
V4L/DVB: IR: export ir_keyup so imon driver can use it directly
by Jarod Wilson
· 14 years ago
e0172fd
V4L/DVB: IR: fix keys beeing stuck down forever
by Maxim Levitsky
· 14 years ago
04cab131
V4L/DVB: rc-core: increase repeat time
by Mauro Carvalho Chehab
· 14 years ago
9f47009
Input: media/IR - switch to using new keycode interface
by Dmitry Torokhov
· 14 years ago
ede67a3
V4L/DVB: media: ir-keytable: null dereference in debug code
by Dan Carpenter
· 14 years ago
ed4d387
V4L/DVB: IR: report unknown scancodes the in-kernel decoders found
by Maxim Levitsky
· 14 years ago
4a702eb
V4L/DVB: IR: add helper function for hardware with small o/b buffer
by Maxim Levitsky
· 14 years ago
844a9e9
V4L/DVB: sms: Convert IR support to use the Remote Controller core
by Mauro Carvalho Chehab
· 14 years ago
84b14f1
V4L/DVB: Bug fix: make IR work again for dm1105
by Igor M. Liplianin
· 15 years ago
dd3f616
V4L/DVB: ir-core: fix some confusing comments
by David Härdeman
· 15 years ago
42880cd
V4L/DVB: ir-core: fix table resize during keymap init
by Mauro Carvalho Chehab
· 15 years ago
09bd00e
ir-core: Fix the delete logic
by Mauro Carvalho Chehab
· 15 years ago
3f113e3
V4L/DVB: ir-core: move subsystem internal calls to ir-core-priv.h
by Mauro Carvalho Chehab
· 15 years ago
626cf69
V4L/DVB: ir-core: Distinguish sysfs attributes for in-hardware and raw decoders
by Mauro Carvalho Chehab
· 15 years ago
9dfe4e8
V4L/DVB: ir-core: Add support for badly-implemented hardware decoders
by Mauro Carvalho Chehab
· 15 years ago
a374fef
V4L/DVB: ir-core: improve keyup/keydown logic
by David Härdeman
· 15 years ago
3543894
V4L/DVB: ir-core: re-add some debug functions for keytable changes
by Mauro Carvalho Chehab
· 15 years ago
b3074c0
V4L/DVB: drivers/media/IR - improve keytable code
by David Härdeman
· 15 years ago
b2245ba
V4L/DVB: ir: prepare IR code for a parameter change at register function
by Mauro Carvalho Chehab
· 15 years ago
716aab4
V4L/DVB: ir-core: Add callbacks for input/evdev open/close on IR core
by Mauro Carvalho Chehab
· 15 years ago
Next »