index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
rc
/
rc-main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-11
media: rc: compile rc-cec.c into rc-core
Hans Verkuil
1
-0
/
+6
2021-01-11
media: rc: fix timeout handling after switch to microsecond durations
Matthias Reichl
1
-2
/
+2
2021-01-04
media: rc: ensure that uevent can be read directly after rc device register
Sean Young
1
-2
/
+2
2020-09-07
Merge tag 'v5.9-rc4' into patchwork
Mauro Carvalho Chehab
1
-16
/
+28
2020-09-03
media: rc: rename ir_lirc_* functions to lirc_*
Sean Young
1
-5
/
+5
2020-08-28
media: rc: do not access device via sysfs after rc_unregister_device()
Sean Young
1
-0
/
+12
2020-08-28
media: rc: uevent sysfs file races with rc_unregister_device()
Sean Young
1
-16
/
+16
2020-07-04
media: rc: return proper error code on error handling path in init
Evgeny Novikov
1
-1
/
+1
2020-03-12
media: rc: make scancodes 64 bit
Sean Young
1
-22
/
+58
2020-01-03
media: rc: ensure lirc is initialized before registering input device
Sean Young
1
-11
/
+16
2019-10-07
media: rc: mark input device as pointing stick
Sean Young
1
-0
/
+1
2019-05-23
media: rc-main: clean-up two warnings
Mauro Carvalho Chehab
1
-4
/
+2
2019-04-22
media: rc: xbox_remote: add protocol and set timeout
Matthias Reichl
1
-0
/
+2
2019-03-01
media: rc: fix several typos
Mauro Carvalho Chehab
1
-6
/
+6
2019-03-01
media: Revert "media: rc: some events are dropped by userspace"
Sean Young
1
-1
/
+12
2019-02-18
media: rc: rcmm decoder and encoder
Patrick Lerda
1
-0
/
+9
2018-11-22
media: rc: ensure close() is called on rc_unregister_device
Sean Young
1
-0
/
+2
2018-11-22
media: rc: cec devices do not have a lirc chardev
Sean Young
1
-2
/
+4
2018-10-05
media: rc: imon: report mouse events using rc-core's input device
Sean Young
1
-0
/
+6
2018-10-05
media: rc: some events are dropped by userspace
Sean Young
1
-12
/
+2
2018-07-30
media: rc: read out of bounds if bpf reports high protocol number
Sean Young
1
-2
/
+10
2018-05-28
media: rc: ensure input/lirc device can be opened after register
Sean Young
1
-2
/
+2
2018-04-20
media: rc: mce_kbd protocol encodes two scancodes
Sean Young
1
-1
/
+1
2018-04-20
media: rc: per-protocol repeat period and minimum keyup timer
Sean Young
1
-27
/
+29
2018-04-20
media: rc: set timeout to smallest value required by enabled protocols
Sean Young
1
-6
/
+6
2018-03-21
media: rc: add new imon protocol decoder and encoder
Sean Young
1
-0
/
+3
2018-03-21
media: rc: oops in ir_timer_keyup after device unplug
Sean Young
1
-3
/
+3
2018-02-14
media: rc: remove IR_dprintk() from rc-core
Sean Young
1
-46
/
+45
2017-12-18
media: rc: bang in ir_do_keyup
Sean Young
1
-1
/
+1
2017-12-14
media: cec: move cec autorepeat handling to rc-core
Sean Young
1
-1
/
+48
2017-12-14
media: lirc: scancode rc devices should have a lirc device too
Sean Young
1
-3
/
+3
2017-12-14
media: lirc: ensure lirc device receives nec repeats
Sean Young
1
-10
/
+17
2017-12-14
media: lirc: implement reading scancode
Sean Young
1
-0
/
+7
2017-12-14
media: lirc: remove last remnants of lirc kapi
Sean Young
1
-1
/
+0
2017-12-14
media: lirc: do not call close() or open() on unregistered devices
Sean Young
1
-5
/
+9
2017-12-14
media: lirc: move lirc_dev->attached to rc_dev->registered
Sean Young
1
-0
/
+10
2017-12-14
media: rc: document and fix rc_validate_scancode()
Sean Young
1
-2
/
+16
2017-12-14
media: lirc: validate scancode for transmit
Sean Young
1
-20
/
+33
2017-12-14
media: lirc: lirc interface should not be a raw decoder
Sean Young
1
-25
/
+27
2017-12-14
media: rc: auto load encoder if necessary
Sean Young
1
-1
/
+1
2017-12-11
media: rc: add SPDX identifiers to the code I wrote
Mauro Carvalho Chehab
1
-14
/
+5
2017-11-30
media: rc: partial revert of "media: rc: per-protocol repeat period"
Sean Young
1
-16
/
+16
2017-11-27
media: rc: fix lots of documentation warnings
Mauro Carvalho Chehab
1
-18
/
+28
2017-10-31
media: rc: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+3
2017-10-04
[media] media: rc: Delete duplicate debug message
Marc Gonzalez
1
-3
/
+0
2017-10-04
[media] media: rc: Use bsearch library function
Thomas Meyer
1
-14
/
+20
2017-10-04
[media] media: rc: include device name in rc udev event
Sean Young
1
-0
/
+2
2017-10-04
[media] media: rc: if protocols can't be changed, don't be writable
Sean Young
1
-7
/
+21
2017-10-04
[media] media: rc: ensure that protocols are enabled for scancode drivers
Sean Young
1
-0
/
+3
2017-10-04
[media] media: rc: make device_type const
Bhumika Goyal
1
-1
/
+1
[next]