summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/ir-mce_kbd-decoder.c
Commit message (Expand)AuthorAgeFilesLines
* media: rc: replace IR_dprintk() with dev_dbg in IR decodersSean Young2018-02-141-29/+31
* media: rc: do not remove first bit if leader pulse is presentSean Young2018-01-231-2/+2
* media: rc: clean up leader pulse/space for manchester encodingSean Young2018-01-231-1/+1
* media: lirc: implement reading scancodeSean Young2017-12-141-0/+5
* media: lirc: lirc interface should not be a raw decoderSean Young2017-12-141-6/+0Star
* media: lirc: use the correct carrier for scancode transmitSean Young2017-12-141-0/+1
* media: rc: Convert timers to use timer_setup()Kees Cook2017-10-311-4/+3Star
* media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young2017-08-201-3/+3
* media: rc: mce kbd decoder not needed for IR TX driversSean Young2017-08-201-0/+6
* [media] mce_kbd: add encoderSean Young2017-03-241-2/+47
* [media] mce_kbd: add missing keys from UK layoutSean Young2017-02-031-1/+1
* [media] media: rc: move check whether a protocol is enabled to the coreHeiner Kallweit2015-11-191-3/+0Star
* [media] rc-core: remove protocol arraysDavid Härdeman2014-07-261-1/+1
* [media] rc: abstract access to allowed/enabled protocolsJames Hogan2014-03-111-1/+1
* [media] rc-core: don't treat dev->rc_map.rc_type as a bitmapDavid Härdeman2013-03-231-1/+1
* [media] rc-core: add separate defines for protocol bitmaps and numbersDavid Härdeman2012-10-271-2/+2
* [media] ir-mce_kbd-decoder: include module.h for its facilitiesStephen Rothwell2011-07-291-0/+1
* [media] rc-core support for Microsoft IR keyboard/mouseJarod Wilson2011-07-271-0/+448