summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/rc-main.c
Commit message (Expand)AuthorAgeFilesLines
* media: rc-main: clean-up two warningsMauro Carvalho Chehab2019-05-231-4/+2Star
* 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/+2Star
* 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/+45Star
* 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/+0Star
* 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/+5Star
* 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/+3Star
* [media] media: rc: Delete duplicate debug messageMarc Gonzalez2017-10-041-3/+0Star
* [media] media: rc: Use bsearch library functionThomas Meyer2017-10-041-14/+20
* [media] media: rc: include device name in rc udev eventSean Young2017-10-041-0/+2
* [media] media: rc: if protocols can't be changed, don't be writableSean Young2017-10-041-7/+21
* [media] media: rc: ensure that protocols are enabled for scancode driversSean Young2017-10-041-0/+3
* [media] media: rc: make device_type constBhumika Goyal2017-10-041-1/+1
* media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young2017-08-201-75/+77
* media: rc: per-protocol repeat periodSean Young2017-08-201-73/+65Star
* media: rc: ensure we do not read out of boundsSean Young2017-08-201-1/+4
* media: rc-core: rename input_name to device_nameSean Young2017-08-201-4/+4
* media: rc: constify attribute_group structuresArvind Yadav2017-08-201-3/+3
* media: rc-core: consistent use of rc_repeat()David Härdeman2017-08-201-3/+3
* [media] rc-core: cleanup rc_register_device pt2David Härdeman2017-06-131-57/+10Star
* [media] rc-core: cleanup rc_register_deviceDavid Härdeman2017-06-131-27/+48
* [media] rc-core: fix input repeat handlingDavid Härdeman2017-05-181-10/+10
* Merge tag 'v4.11-rc5' into patchworkMauro Carvalho Chehab2017-04-041-11/+15
|\
| * [media] rc: protocol is not set on register for raw IR devicesSean Young2017-03-031-9/+9