diff --git a/input-read b/input-read index c776d4a..c60ca50 100755 --- a/input-read +++ b/input-read @@ -112,7 +112,7 @@ if args.direct: for fd in xrange(nofd): d = UInputDevice() m.expose(d, fd) - d.setup('keymapper input device'+str(fd)) + d.setup('keymapper input device') ofs.append(d) # grab all inputs so nothing else reads them :)