aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/ir-mce_kbd-decoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-14media: rc: replace IR_dprintk() with dev_dbg in IR decodersSean Young1-29/+31
2018-01-23media: rc: do not remove first bit if leader pulse is presentSean Young1-2/+2
2018-01-23media: rc: clean up leader pulse/space for manchester encodingSean Young1-1/+1
2017-12-14media: lirc: implement reading scancodeSean Young1-0/+5
2017-12-14media: lirc: lirc interface should not be a raw decoderSean Young1-6/+0
2017-12-14media: lirc: use the correct carrier for scancode transmitSean Young1-0/+1
2017-10-31media: rc: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young1-3/+3
2017-08-20media: rc: mce kbd decoder not needed for IR TX driversSean Young1-0/+6
2017-03-24[media] mce_kbd: add encoderSean Young1-2/+47
2017-02-03[media] mce_kbd: add missing keys from UK layoutSean Young1-1/+1
2015-11-19[media] media: rc: move check whether a protocol is enabled to the coreHeiner Kallweit1-3/+0
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman1-1/+1
2014-03-11[media] rc: abstract access to allowed/enabled protocolsJames Hogan1-1/+1
2013-03-23[media] rc-core: don't treat dev->rc_map.rc_type as a bitmapDavid Härdeman1-1/+1
2012-10-27[media] rc-core: add separate defines for protocol bitmaps and numbersDavid Härdeman1-2/+2
2011-07-29[media] ir-mce_kbd-decoder: include module.h for its facilitiesStephen Rothwell1-0/+1
2011-07-27[media] rc-core support for Microsoft IR keyboard/mouseJarod Wilson1-0/+448