> On Wed, 22 May 2002, Martin Dalecki wrote:
>
> > So at least we know now:
> >
> > 1. Kernel is bogous.
> > 2. util-linux is bogous.
> >
> > IOCTL is ineed the way to go to implement such functionality...
>
> For kbdrate??? sysctl I might see - after all, we are talking about
> setting two numbers. ioctl() to pass a couple of integers to the kernel?
> No, thanks.
Sysctl won't be too good an idea if you have more than one keyboard.
It needs to be device-related, hence an ioctl.
-- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/