Code review comment for lp://staging/~beehock/ubuntu/natty/lirc/lirc-fix-695767

Revision history for this message
Hawk (beehock) wrote :

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