From: David Härdeman Date: Thu, 3 Apr 2014 23:31:30 +0000 (-0300) Subject: [media] rc-core: document the protocol type X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=120703f9eb32033f0e39bdc552c0273c8ab45f33;p=pandora-kernel.git [media] rc-core: document the protocol type Right now the protocol information is not preserved, rc-core gets handed a scancode but has no idea which protocol it corresponds to. This patch (which required reading through the source/keymap for all drivers, not fun) makes the protocol information explicit which is important documentation and makes it easier to e.g. support multiple protocols with one decoder (think rc5 and rc-streamzap). The information isn't used yet so there should be no functional changes. [m.chehab@samsung.com: rebased, added cxusb and removed bad whitespacing] Signed-off-by: David Härdeman Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed