EVENTS=`find /dev/input/* -type d -exec find {} -not -type d -printf ", %p" \;`
I used this to avoid the issue of similar bug from arising. it cover all sub-directory devices with /dev/input.
On Thu, Mar 3, 2011 at 1:04 AM, Martin Pitt <email address hidden> wrote: > In other words, I think that > > EVENTS=`ls /dev/input/by-id/* /dev/input/by-path/*` > > would be quite appropriate here? > -- > https://code.launchpad.net/~beehock/ubuntu/natty/lirc/lirc-fix-695767/+merge/51706 > You are the owner of lp:~beehock/ubuntu/natty/lirc/lirc-fix-695767. >
« Back to merge proposal
EVENTS=`find /dev/input/* -type d -exec find {} -not -type d -printf ", %p" \;`
I used this to avoid the issue of similar bug from arising. it cover
all sub-directory devices with /dev/input.
On Thu, Mar 3, 2011 at 1:04 AM, Martin Pitt <email address hidden> wrote: by-path/ *` /code.launchpad .net/~beehock/ ubuntu/ natty/lirc/ lirc-fix- 695767/ +merge/ 51706
> In other words, I think that
>
> EVENTS=`ls /dev/input/by-id/* /dev/input/
>
> would be quite appropriate here?
> --
> https:/
> You are the owner of lp:~beehock/ubuntu/natty/lirc/lirc-fix-695767.
>