Jerome BENOIT <[EMAIL PROTECTED]> wrote:

Hi,

> here we are.

read(6, 0x7fff23a7b310, 32)             = -1 EINVAL (Invalid argument)
write(2, "inotify read failed: Invalid arg"..., 38inotify read failed: Invalid 
argument) = 38

OK, that's the problem. Because of that pommed ends up busy-looping,
which is obviously quite bad.

Can you give me a ls -l /dev/input ?

Can you also get the pommed sources, edit pommed/evdev.c, and, in
evdev_inotify_process(), change

  struct inotify_event ie[2];
to
  struct inotify_event ie[4];

Then rebuild pommed and try it out ?

JB.

-- 
 Julien BLACHE <[EMAIL PROTECTED]>  |  Debian, because code matters more 
 Debian & GNU/Linux Developer        |       <http://www.debian.org>
 Public key available on <http://www.jblache.org> - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to