summaryrefslogtreecommitdiff
path: root/drivers/media/rc
Commit message (Expand)AuthorAgeFilesLines
* media: igorplugusb: receiver overflow should be reportedSean Young2022-01-271-1/+3
* media: redrat3: fix control-message timeoutsJohan Hovold2022-01-271-11/+11
* media: mceusb: fix control-message timeoutsJohan Hovold2022-01-271-4/+4
* media: mceusb: return without resubmitting URB in case of -EPROTO error.Rajat Asthana2021-11-261-0/+1
* media: ite-cir: IR receiver stop working after receive overflowSean Young2021-11-261-1/+1
* media: rc-loopback: return number of emitters rather than errorSean Young2021-09-221-1/+1
* media: ite-cir: check for receive overflowSean Young2021-05-221-1/+7
* media: mceusb: sanity check for prescaler valueSean Young2021-03-071-1/+8
* media: sunxi-cir: ensure IR is handled when it is continuousSean Young2020-12-291-0/+2
* media: ati_remote: sanity check for both endpointsOliver Neukum2020-10-291-0/+4
* media: gpio-ir-tx: improve precision of transmitted signal due to schedulingSean Young2020-09-031-6/+1
* media: iguanair: fix endpoint sanity checkJohan Hovold2020-02-141-1/+1
* media: imon: invalid dereference in imon_touch_eventSean Young2019-12-011-2/+1
* media: rc: ir-rc6-decoder: enable toggle bit for Kathrein RCU-676 remoteMatthias Reichl2019-11-241-2/+7
* media: rc: imon: Allow iMON RC protocol for ffdc 7e deviceDarius Rad2019-10-051-1/+6
* media: iguanair: add sanity checksOliver Neukum2019-10-051-8/+7
* media: mtk-cir: lower de-glitch counter for rc-mm protocolSean Young2019-10-051-0/+8
* media: spi: IR LED: add missing of table registrationDaniel Gomez2019-07-311-0/+1
* media: serial_ir: Fix use-after-free in serial_ir_init_moduleYueHaibing2019-05-311-8/+1
* media: rc: oops in ir_timer_keyup after device unplugSean Young2018-07-221-2/+2
* media: rc: mce_kbd decoder: fix stuck keysSean Young2018-07-171-0/+2
* media: rc: partial revert of "media: rc: per-protocol repeat period"Sean Young2017-12-141-16/+16
* media: rc: sir_ir: detect presence of portSean Young2017-12-141-4/+36
* media: rc: nec decoder should not send both repeat and keycodeSean Young2017-11-301-12/+17
* media: rc: check for integer overflowSean Young2017-11-301-3/+6
* media: imon: Fix null-ptr-deref in imon_probeArvind Yadav2017-11-211-0/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* Update James Hogan's email addressJames Hogan2017-10-041-1/+1
* media: Revert "[media] lirc_dev: remove superfluous get/put_device() calls"Sean Young2017-09-051-0/+4
* media: serial_ir: fix tx timing calculation on 32-bitSean Young2017-08-311-20/+14
* media: rc: gpio-ir-tx: use ktime accessor functionsSean Young2017-08-311-5/+7
* media: rc: use ktime accessor functionsJasmin Jessich2017-08-311-5/+6
* media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young2017-08-20157-691/+702
* media: rc: per-protocol repeat periodSean Young2017-08-201-73/+65
* media: rc: ensure we do not read out of boundsSean Young2017-08-201-1/+4
* media: rc: simplify ir_raw_event_store_edge()Sean Young2017-08-204-34/+8
* media: rc: saa7134: add trailing space for timely decodingSean Young2017-08-202-22/+18
* media: rc-core: improve ir_raw_store_edge() handlingSean Young2017-08-202-0/+17
* media: winbond-cir: buffer overrun during transmitSean Young2017-08-201-1/+1
* media: mceusb: do not read data parameters unless requiredSean Young2017-08-201-19/+17
* media: rc: add zx-irdec remote control driverShawn Guo2017-08-205-1/+276
* media: rc: ir-nec-decoder: move scancode composing code into a shared functionShawn Guo2017-08-201-29/+3
* media: rc: sunxi-cir: explicitly request exclusive reset controlPhilipp Zabel2017-08-201-1/+1
* media: st-rc: explicitly request exclusive reset controlPhilipp Zabel2017-08-201-1/+1
* media: rc: nuvoton: remove rudimentary transmit functionalityHeiner Kallweit2017-08-202-135/+3
* media: rc: pwm-ir-tx: add new driverSean Young2017-08-203-0/+151
* media: rc: gpio-ir-tx: add new driverSean Young2017-08-203-0/+186
* media: rc: mce kbd decoder not needed for IR TX driversSean Young2017-08-201-0/+6
* media: rc-core: rename input_name to device_nameSean Young2017-08-2026-33/+34
* media: rc: constify attribute_group structuresArvind Yadav2017-08-201-3/+3