summaryrefslogtreecommitdiff
path: root/drivers/media/rc
AgeCommit message (Expand)AuthorFilesLines
2021-03-07media: mceusb: sanity check for prescaler valueSean Young1-1/+8
2020-12-29media: sunxi-cir: ensure IR is handled when it is continuousSean Young1-0/+2
2020-10-29media: ati_remote: sanity check for both endpointsOliver Neukum1-0/+4
2020-09-03media: gpio-ir-tx: improve precision of transmitted signal due to schedulingSean Young1-6/+1
2020-02-15media: iguanair: fix endpoint sanity checkJohan Hovold1-1/+1
2019-12-01media: imon: invalid dereference in imon_touch_eventSean Young1-2/+1
2019-11-24media: rc: ir-rc6-decoder: enable toggle bit for Kathrein RCU-676 remoteMatthias Reichl1-2/+7
2019-10-05media: rc: imon: Allow iMON RC protocol for ffdc 7e deviceDarius Rad1-1/+6
2019-10-05media: iguanair: add sanity checksOliver Neukum1-8/+7
2019-10-05media: mtk-cir: lower de-glitch counter for rc-mm protocolSean Young1-0/+8
2019-07-31media: spi: IR LED: add missing of table registrationDaniel Gomez1-0/+1
2019-05-31media: serial_ir: Fix use-after-free in serial_ir_init_moduleYueHaibing1-8/+1
2018-07-22media: rc: oops in ir_timer_keyup after device unplugSean Young1-2/+2
2018-07-17media: rc: mce_kbd decoder: fix stuck keysSean Young1-0/+2
2017-12-14media: rc: partial revert of "media: rc: per-protocol repeat period"Sean Young1-16/+16
2017-12-14media: rc: sir_ir: detect presence of portSean Young1-4/+36
2017-11-30media: rc: nec decoder should not send both repeat and keycodeSean Young1-12/+17
2017-11-30media: rc: check for integer overflowSean Young1-3/+6
2017-11-21media: imon: Fix null-ptr-deref in imon_probeArvind Yadav1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-05Update James Hogan's email addressJames Hogan1-1/+1
2017-09-05media: Revert "[media] lirc_dev: remove superfluous get/put_device() calls"Sean Young1-0/+4
2017-08-31media: serial_ir: fix tx timing calculation on 32-bitSean Young1-20/+14
2017-08-31media: rc: gpio-ir-tx: use ktime accessor functionsSean Young1-5/+7
2017-08-31media: rc: use ktime accessor functionsJasmin Jessich1-5/+6
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young157-691/+702
2017-08-20media: rc: per-protocol repeat periodSean Young1-73/+65
2017-08-20media: rc: ensure we do not read out of boundsSean Young1-1/+4
2017-08-20media: rc: simplify ir_raw_event_store_edge()Sean Young4-34/+8
2017-08-20media: rc: saa7134: add trailing space for timely decodingSean Young2-22/+18
2017-08-20media: rc-core: improve ir_raw_store_edge() handlingSean Young2-0/+17
2017-08-20media: winbond-cir: buffer overrun during transmitSean Young1-1/+1
2017-08-20media: mceusb: do not read data parameters unless requiredSean Young1-19/+17
2017-08-20media: rc: add zx-irdec remote control driverShawn Guo5-1/+276
2017-08-20media: rc: ir-nec-decoder: move scancode composing code into a shared functionShawn Guo1-29/+3
2017-08-20media: rc: sunxi-cir: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-20media: st-rc: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-20media: rc: nuvoton: remove rudimentary transmit functionalityHeiner Kallweit2-135/+3
2017-08-20media: rc: pwm-ir-tx: add new driverSean Young3-0/+151
2017-08-20media: rc: gpio-ir-tx: add new driverSean Young3-0/+186
2017-08-20media: rc: mce kbd decoder not needed for IR TX driversSean Young1-0/+6
2017-08-20media: rc-core: rename input_name to device_nameSean Young26-33/+34
2017-08-20media: rc: constify attribute_group structuresArvind Yadav1-3/+3
2017-08-20media: imon: constify attribute_group structuresArvind Yadav1-2/+2
2017-08-20media: sir_ir: remove unnecessary static in sir_interrupt()Gustavo A. R. Silva1-1/+1
2017-08-20media: rc-core: do not depend on MEDIA_SUPPORTSean Young1-3/+16
2017-08-20media: rc: mtk-cir: add support for MediaTek MT7622 SoCSean Wang1-0/+21
2017-08-20media: rc: mtk-cir: add platform data to adapt into various hardwareSean Wang1-56/+165
2017-08-20media: rc-core: consistent use of rc_repeat()David Härdeman3-17/+9
2017-07-26media: lirc: LIRC_GET_REC_RESOLUTION should return microsecondsSean Young1-1/+1