summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/rc-main.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-241-1/+1
* media: lirc: ensure lirc device receives repeatsMarko Mäkelä2022-07-151-1/+2
* media: rc: Directly use ida_free()keliu2022-06-201-3/+3
* media: rc: rc-main.c: deleted the repeated wordlijian2021-07-121-1/+1
* media: rc: compile rc-cec.c into rc-coreHans Verkuil2021-03-111-0/+6
* media: rc: fix timeout handling after switch to microsecond durationsMatthias Reichl2021-01-111-2/+2
* media: rc: ensure that uevent can be read directly after rc device registerSean Young2021-01-041-2/+2
* Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab2020-09-071-16/+28
|\
| * media: rc: do not access device via sysfs after rc_unregister_device()Sean Young2020-08-281-0/+12
| * media: rc: uevent sysfs file races with rc_unregister_device()Sean Young2020-08-281-16/+16
* | media: rc: rename ir_lirc_* functions to lirc_*Sean Young2020-09-031-5/+5
|/
* media: rc: return proper error code on error handling path in initEvgeny Novikov2020-07-041-1/+1
* media: rc: make scancodes 64 bitSean Young2020-03-121-22/+58
* media: rc: ensure lirc is initialized before registering input deviceSean Young2020-01-031-11/+16
* media: rc: mark input device as pointing stickSean Young2019-10-071-0/+1
* media: rc-main: clean-up two warningsMauro Carvalho Chehab2019-05-231-4/+2
* media: rc: xbox_remote: add protocol and set timeoutMatthias Reichl2019-04-221-0/+2
* media: rc: fix several typosMauro Carvalho Chehab2019-03-011-6/+6
* media: Revert "media: rc: some events are dropped by userspace"Sean Young2019-03-011-1/+12
* media: rc: rcmm decoder and encoderPatrick Lerda2019-02-181-0/+9
* media: rc: ensure close() is called on rc_unregister_deviceSean Young2018-11-221-0/+2
* media: rc: cec devices do not have a lirc chardevSean Young2018-11-221-2/+4
* media: rc: imon: report mouse events using rc-core's input deviceSean Young2018-10-051-0/+6
* media: rc: some events are dropped by userspaceSean Young2018-10-051-12/+2
* media: rc: read out of bounds if bpf reports high protocol numberSean Young2018-07-301-2/+10
* media: rc: ensure input/lirc device can be opened after registerSean Young2018-05-281-2/+2
* media: rc: mce_kbd protocol encodes two scancodesSean Young2018-04-201-1/+1
* media: rc: per-protocol repeat period and minimum keyup timerSean Young2018-04-201-27/+29
* media: rc: set timeout to smallest value required by enabled protocolsSean Young2018-04-201-6/+6
* media: rc: add new imon protocol decoder and encoderSean Young2018-03-211-0/+3
* media: rc: oops in ir_timer_keyup after device unplugSean Young2018-03-211-3/+3
* media: rc: remove IR_dprintk() from rc-coreSean Young2018-02-141-46/+45
* media: rc: bang in ir_do_keyupSean Young2017-12-181-1/+1
* media: cec: move cec autorepeat handling to rc-coreSean Young2017-12-141-1/+48
* media: lirc: scancode rc devices should have a lirc device tooSean Young2017-12-141-3/+3
* media: lirc: ensure lirc device receives nec repeatsSean Young2017-12-141-10/+17
* media: lirc: implement reading scancodeSean Young2017-12-141-0/+7
* media: lirc: remove last remnants of lirc kapiSean Young2017-12-141-1/+0
* media: lirc: do not call close() or open() on unregistered devicesSean Young2017-12-141-5/+9
* media: lirc: move lirc_dev->attached to rc_dev->registeredSean Young2017-12-141-0/+10
* media: rc: document and fix rc_validate_scancode()Sean Young2017-12-141-2/+16
* media: lirc: validate scancode for transmitSean Young2017-12-141-20/+33
* media: lirc: lirc interface should not be a raw decoderSean Young2017-12-141-25/+27
* media: rc: auto load encoder if necessarySean Young2017-12-141-1/+1
* media: rc: add SPDX identifiers to the code I wroteMauro Carvalho Chehab2017-12-111-14/+5
* media: rc: partial revert of "media: rc: per-protocol repeat period"Sean Young2017-11-301-16/+16
* media: rc: fix lots of documentation warningsMauro Carvalho Chehab2017-11-271-18/+28
* media: rc: Convert timers to use timer_setup()Kees Cook2017-10-311-4/+3
* [media] media: rc: Delete duplicate debug messageMarc Gonzalez2017-10-041-3/+0