| commit | de8592bd539b2bb8da2b55b1007562eb1abd1fe6 | [log] [tgz] |
|---|---|---|
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Jun 28 13:52:07 2010 -0300 |
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Aug 02 14:55:05 2010 -0300 |
| tree | 30b88b3338558a06af737094fdf0028d7fe21d10 | |
| parent | 5f1247972e0fcce6dd4bce94459a9f3db09ae61d [diff] |
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 <mchehab@redhat.com>