aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2015-07-20 16:17:01 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-08-19 07:04:49 -0300
commit72c5b7b24f3800bf8b1b1c78511c6da09d33c590 (patch)
tree200cd9863a1fe7ceab0c714c3edf6af1c5aa9921 /include/media
parentRevert "[media] rc: rc-ir-raw: Add Manchester encoder (phase encoder) helper" (diff)
downloadlinux-dev-72c5b7b24f3800bf8b1b1c78511c6da09d33c590.tar.xz
linux-dev-72c5b7b24f3800bf8b1b1c78511c6da09d33c590.zip
Revert "[media] rc: rc-ir-raw: Add scancode encoder callback"
This reverts commit 9869da5bacc5c9b865a183bd36c04be76cdd325d. The current code is not mature enough, the API should allow a single protocol to be specified. Also, the current code contains heuristics that will depend on module load order. Signed-off-by: David Härdeman <david@hardeman.nu> Acked-by: Antti Seppälä <a.seppala@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/rc-core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/rc-core.h b/include/media/rc-core.h
index f0d09590ce58..644bdc61c387 100644
--- a/include/media/rc-core.h
+++ b/include/media/rc-core.h
@@ -250,9 +250,6 @@ int ir_raw_event_store_edge(struct rc_dev *dev, enum raw_event_type type);
int ir_raw_event_store_with_filter(struct rc_dev *dev,
struct ir_raw_event *ev);
void ir_raw_event_set_idle(struct rc_dev *dev, bool idle);
-int ir_raw_encode_scancode(u64 protocols,
- const struct rc_scancode_filter *scancode,
- struct ir_raw_event *events, unsigned int max);
static inline void ir_raw_event_reset(struct rc_dev *dev)
{