commit | 5588dc2b025fd8b2188142b8d59efe562bd57d80 | [log] [tgz] |
---|---|---|
author | David Härdeman <david@hardeman.nu> | Thu Apr 28 12:13:58 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Jul 27 17:52:59 2011 -0300 |
tree | d8ee1ff6a70569424d5553a003f05cc50c5f4b96 | |
parent | 8a8cc952d3fe0eca3ded22a01d4f7e642d676be0 [diff] |
[media] rc-core: lirc use unsigned int Durations can never be negative, so it makes sense to consistently use unsigned int for LIRC transmission. Contrary to the initial impression, this shouldn't actually change the userspace API. Signed-off-by: David Härdeman <david@hardeman.nu> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>