summaryrefslogtreecommitdiff
path: root/drivers/media/rc/rc-main.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-1/+1
2022-07-15media: lirc: ensure lirc device receives repeatsMarko Mäkelä1-1/+2
2022-06-20media: rc: Directly use ida_free()keliu1-3/+3
2021-07-12media: rc: rc-main.c: deleted the repeated wordlijian1-1/+1
2021-03-11media: rc: compile rc-cec.c into rc-coreHans Verkuil1-0/+6
2021-01-11media: rc: fix timeout handling after switch to microsecond durationsMatthias Reichl1-2/+2
2021-01-04media: rc: ensure that uevent can be read directly after rc device registerSean Young1-2/+2
2020-09-07Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab1-16/+28
2020-09-03media: rc: rename ir_lirc_* functions to lirc_*Sean Young1-5/+5
2020-08-28media: rc: do not access device via sysfs after rc_unregister_device()Sean Young1-0/+12
2020-08-28media: rc: uevent sysfs file races with rc_unregister_device()Sean Young1-16/+16
2020-07-04media: rc: return proper error code on error handling path in initEvgeny Novikov1-1/+1
2020-03-12media: rc: make scancodes 64 bitSean Young1-22/+58
2020-01-03media: rc: ensure lirc is initialized before registering input deviceSean Young1-11/+16
2019-10-07media: rc: mark input device as pointing stickSean Young1-0/+1
2019-05-23media: rc-main: clean-up two warningsMauro Carvalho Chehab1-4/+2
2019-04-22media: rc: xbox_remote: add protocol and set timeoutMatthias Reichl1-0/+2
2019-03-01media: rc: fix several typosMauro Carvalho Chehab1-6/+6
2019-03-01media: Revert "media: rc: some events are dropped by userspace"Sean Young1-1/+12
2019-02-18media: rc: rcmm decoder and encoderPatrick Lerda1-0/+9
2018-11-22media: rc: ensure close() is called on rc_unregister_deviceSean Young1-0/+2
2018-11-22media: rc: cec devices do not have a lirc chardevSean Young1-2/+4
2018-10-05media: rc: imon: report mouse events using rc-core's input deviceSean Young1-0/+6
2018-10-05media: rc: some events are dropped by userspaceSean Young1-12/+2
2018-07-30media: rc: read out of bounds if bpf reports high protocol numberSean Young1-2/+10
2018-05-29media: rc: ensure input/lirc device can be opened after registerSean Young1-2/+2
2018-04-20media: rc: mce_kbd protocol encodes two scancodesSean Young1-1/+1
2018-04-20media: rc: per-protocol repeat period and minimum keyup timerSean Young1-27/+29
2018-04-20media: rc: set timeout to smallest value required by enabled protocolsSean Young1-6/+6
2018-03-21media: rc: add new imon protocol decoder and encoderSean Young1-0/+3
2018-03-21media: rc: oops in ir_timer_keyup after device unplugSean Young1-3/+3
2018-02-14media: rc: remove IR_dprintk() from rc-coreSean Young1-46/+45
2017-12-18media: rc: bang in ir_do_keyupSean Young1-1/+1
2017-12-14media: cec: move cec autorepeat handling to rc-coreSean Young1-1/+48
2017-12-14media: lirc: scancode rc devices should have a lirc device tooSean Young1-3/+3
2017-12-14media: lirc: ensure lirc device receives nec repeatsSean Young1-10/+17
2017-12-14media: lirc: implement reading scancodeSean Young1-0/+7
2017-12-14media: lirc: remove last remnants of lirc kapiSean Young1-1/+0
2017-12-14media: lirc: do not call close() or open() on unregistered devicesSean Young1-5/+9
2017-12-14media: lirc: move lirc_dev->attached to rc_dev->registeredSean Young1-0/+10
2017-12-14media: rc: document and fix rc_validate_scancode()Sean Young1-2/+16
2017-12-14media: lirc: validate scancode for transmitSean Young1-20/+33
2017-12-14media: lirc: lirc interface should not be a raw decoderSean Young1-25/+27
2017-12-14media: rc: auto load encoder if necessarySean Young1-1/+1
2017-12-11media: rc: add SPDX identifiers to the code I wroteMauro Carvalho Chehab1-14/+5
2017-11-30media: rc: partial revert of "media: rc: per-protocol repeat period"Sean Young1-16/+16
2017-11-27media: rc: fix lots of documentation warningsMauro Carvalho Chehab1-18/+28
2017-10-31media: rc: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-10-04[media] media: rc: Delete duplicate debug messageMarc Gonzalez1-3/+0