aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/ir-mce_kbd-decoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-28media: rc-core: rename ir_raw_event_reset to ir_raw_event_overflowSean Young1-1/+1
2021-01-11media: rc: fix timeout handling after switch to microsecond durationsMatthias Reichl1-1/+1
2020-09-03media: rc: rename ir_lirc_* functions to lirc_*Sean Young1-1/+1
2020-09-03media: rc: harmonize infrared durations to microsecondsSean Young1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-9/+1
2018-10-05media: rc: mce_kbd: input events via rc-core's input deviceSean Young1-63/+14
2018-05-14media: rc: decoders do not need to check for transitionsSean Young1-6/+0
2018-04-20media: rc: mce_kbd decoder: fix race conditionSean Young1-7/+16
2018-04-20media: rc: mce_kbd decoder: remove superfluous call to input_syncSean Young1-1/+0
2018-04-20media: rc: mce_kbd decoder: fix stuck keysSean Young1-0/+2
2018-04-20media: rc: mce_kbd protocol encodes two scancodesSean Young1-9/+12
2018-04-20media: rc: mce_kbd decoder: low timeout values cause double keydownsSean Young1-5/+7
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-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