summaryrefslogtreecommitdiff
path: root/drivers/media/rc
AgeCommit message (Expand)Author
2020-02-14media: iguanair: fix endpoint sanity checkJohan Hovold
2019-11-28media: imon: invalid dereference in imon_touch_eventSean Young
2019-10-05media: iguanair: add sanity checksOliver Neukum
2018-04-13mceusb: sporadic RX truncation corruption fixA Sun
2017-12-14lirc: fix dead lock between open and wakeup_filterSean Young
2017-11-30media: rc: check for integer overflowSean Young
2017-11-21media: imon: Fix null-ptr-deref in imon_probeArvind Yadav
2017-08-11media: lirc: LIRC_GET_REC_RESOLUTION should return microsecondsSean Young
2017-07-27ir-core: fix gcc-7 warning on bool arithmeticArnd Bergmann
2017-05-25mceusb: fix NULL-deref at probeJohan Hovold
2017-03-18rc: raw decoder for keymap protocol is not loaded on registerSean Young
2017-03-12lirc_dev: LIRC_{G,S}ET_REC_MODE do not workSean Young
2017-01-26ite-cir: initialize use_demodulator before using itNicolas Iooss
2016-10-11Merge tag 'media/v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2016-10-07Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-09-22[media] redrat3: hardware-specific parametersSean Young
2016-09-22[media] redrat3: remove hw_timeout memberSean Young
2016-09-22[media] rc: split nec protocol into its three variantsSean Young
2016-09-22[media] rc: rc6 decoder should report protocol correctlySean Young
2016-09-22[media] media: rc: nuvoton: simplify nvt_get_rx_ir_data a littleHeiner Kallweit
2016-09-22[media] media: rc: nuvoton: remove unneeded call to ir_raw_event_handleHeiner Kallweit
2016-09-22[media] media: rc: nuvoton: remove usage of b_idx in nvt_get_rx_ir_dataHeiner Kallweit
2016-09-22[media] media: rc: nuvoton: ignore spurious interrupt when logical device is ...Heiner Kallweit
2016-09-22[media] media: rc: fix deadlock when module ir_lirc_codec is removedHeiner Kallweit
2016-09-22[media] Partly revert "[media] rc-core: allow calling rc_open with device not...Ole Ernst
2016-09-19[media] rc/streamzap: fix spelling mistake "sumbiting" -> "submitting"Colin Ian King
2016-08-30media: rc: redrat3: don't print error when allocating urb failsWolfram Sang
2016-08-30media: rc: imon: don't print error when allocating urb failsWolfram Sang
2016-08-29media: rc: meson-ir: Add support for newer versions of the IR decoderNeil Armstrong
2016-08-25[media] redrat3: fix sparse warningHans Verkuil
2016-08-24[media] media: rc: redrat3: don't print error when allocating urb failsWolfram Sang
2016-08-24[media] media: rc: imon: don't print error when allocating urb failsWolfram Sang
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-07-15[media] redrat3: make hardware timeout configurableSean Young
2016-07-15[media] redrat3: fix timeout handlingSean Young
2016-07-15[media] rc: make s_tx_carrier consistentSean Young
2016-07-15[media] rc: make s_tx_mask consistentSean Young
2016-07-13[media] rc: nuvoton: fix hang if chip is configured for alternative EFM IO ad...Heiner Kallweit
2016-07-13[media] lirc_dev: use LIRC_CAN_REC() define to check if the device can receiveAndi Shyti
2016-07-13[media] lirc_dev: fix potential segfaultAndi Shyti
2016-07-13[media] lirc_dev: extremely trivial comment style fixAndi Shyti
2016-07-13[media] lirc_dev: fix error return valueAndi Shyti
2016-07-13[media] lirc_dev: fix variable constant comparisonsAndi Shyti
2016-07-13[media] lirc_dev: merge three if statements in only oneAndi Shyti
2016-07-13[media] lirc_dev: remove double if ... else statementAndi Shyti
2016-07-13[media] lirc_dev: simplify if statement in lirc_add_to_bufAndi Shyti
2016-07-13[media] lirc_dev: do not use goto to create loopsAndi Shyti
2016-07-13[media] lirc_dev: simplify goto pathsAndi Shyti
2016-07-13[media] lirc_dev: replace printk with pr_* or dev_*Andi Shyti
2016-07-13[media] lirc_dev: remove unnecessary debug printsAndi Shyti