From: Mauro Carvalho Chehab Date: Mon, 28 Jun 2010 16:52:07 +0000 (-0300) Subject: V4L/DVB: ir-core: allow specifying multiple protocols at one open/write X-Git-Tag: v2.6.36-rc1~582^2~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de8592bd539b2bb8da2b55b1007562eb1abd1fe6;p=pandora-kernel.git V4L/DVB: ir-core: allow specifying multiple protocols at one open/write With this change, it is now possible to do something like: su -c 'echo "none +rc-5 +nec" > /sys/class/rc/rc1/protocols' This prevents the need of multiple opens, one for each protocol change, and makes userspace application easier. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed