summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/ir-rc5-decoder.c
AgeCommit message (Expand)AuthorLines
2018-05-14media: rc: decoders do not need to check for transitionsSean Young-3/+0
2018-04-20media: rc: set timeout to smallest value required by enabled protocolsSean Young-0/+1
2018-02-14media: rc: replace IR_dprintk() with dev_dbg in IR decodersSean Young-6/+6
2018-01-23media: rc: do not remove first bit if leader pulse is presentSean Young-5/+8
2018-01-23media: rc: clean up leader pulse/space for manchester encodingSean Young-6/+3
2017-12-14media: lirc: use the correct carrier for scancode transmitSean Young-0/+1
2017-12-11media: rc: add SPDX identifiers to the code I wroteMauro Carvalho Chehab-15/+6
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young-12/+13
2017-01-30[media] rc: ir-rc5-decoder: Add encode capabilityJames Hogan-0/+97
2017-01-30[media] rc5x: document that this is the 20 bit variantSean Young-3/+3
2017-01-30[media] rc5x: 6th command bit is S2 bitSean Young-1/+1
2016-07-09[media] Fix RC5 decoding with Fintek CIR chipsetJonathan McDowell-1/+1
2015-11-19[media] media: rc: move check whether a protocol is enabled to the coreHeiner Kallweit-3/+0
2015-08-19Revert "[media] rc: ir-rc5-decoder: Add encode capability"David Härdeman-116/+0
2015-05-14[media] rc: ir-rc5-decoder: Add encode capabilityJames Hogan-0/+116
2014-10-30[media] rc5-decoder: BZ#85721: Fix RC5-SZ decodingMauro Carvalho Chehab-1/+1
2014-07-30[media] ir-rc5-decoder: print where decoding failsMauro Carvalho Chehab-2/+2
2014-07-25[media] rc-core: merge rc5 and streamzap decodersDavid Härdeman-31/+41
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman-3/+3
2014-07-23[media] rc-core: document the protocol typeDavid Härdeman-1/+4
2014-03-11[media] rc: abstract access to allowed/enabled protocolsJames Hogan-3/+3
2014-02-07[media, edac] Change my email addressMauro Carvalho Chehab-2/+2
2013-03-23[media] rc-core: don't treat dev->rc_map.rc_type as a bitmapDavid Härdeman-3/+3
2012-10-27[media] rc-core: add separate defines for protocol bitmaps and numbersDavid Härdeman-3/+11
2011-10-31drivers/media: Add module.h to all files using it implicitlyPaul Gortmaker-0/+1
2010-12-29[media] rc: Rename remote controller type to rc_type instead of ir_typeMauro Carvalho Chehab-2/+2
2010-12-29[media] Rename all public generic RC functions from ir_ to rc_Mauro Carvalho Chehab-1/+1
2010-12-29[media] ir-core: make struct rc_dev the primary interfaceDavid Härdeman-7/+6
2010-12-29[media] Rename rc-core files from ir- to rc-Mauro Carvalho Chehab-1/+1
2010-12-29[media] rename drivers/media/IR to drives/media/rcMauro Carvalho Chehab-0/+190