aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/ir-sanyo-decoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-28media: rc-core: rename ir_raw_event_reset to ir_raw_event_overflowSean Young1-2/+2
2020-09-03media: rc: harmonize infrared durations to microsecondsSean Young1-3/+3
2018-04-20media: rc: set timeout to smallest value required by enabled protocolsSean Young1-0/+1
2018-02-14media: rc: replace IR_dprintk() with dev_dbg in IR decodersSean Young1-9/+9
2017-12-14media: lirc: use the correct carrier for scancode transmitSean Young1-0/+1
2017-12-11media: rc: add SPDX identifiers to the code I wroteMauro Carvalho Chehab1-23/+14
2017-11-30media: rc: fix kernel-doc parameter namesMauro Carvalho Chehab1-1/+1
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-core: consistent use of rc_repeat()David Härdeman1-7/+3
2017-01-30[media] rc: ir-sanyo-decoder: Add encode capabilitySean Young1-0/+43
2016-11-22[media] sanyo decoder: address was being truncatedSean Young1-1/+2
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-07-23[media] rc-core: document the protocol typeDavid Härdeman1-1/+1
2014-03-11[media] rc: abstract access to allowed/enabled protocolsJames Hogan1-1/+1
2014-02-07[media, edac] Change my email addressMauro Carvalho Chehab1-2/+2
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
2012-05-14[media] v4l/dvb: fix compiler warningsHans Verkuil1-2/+2
2011-11-24[media] ir-sanyo-decoder.c doesn't compileHans Verkuil1-0/+1
2011-11-23[media] rc: Add support for decoding Sanyo protocolMauro Carvalho Chehab1-0/+204