On Sun, 2009-05-03 at 17:56 +0200, Robert Millan wrote:
> Our alternative to interrupts has so far been polling. Is it viable to
> poll for USB keyboards every time a read is attempted?
We can try it.
--
Regards,
Pavel Roskin
___
Grub-devel mailing
On Sun, May 03, 2009 at 12:25:31AM -0400, Pavel Roskin wrote:
> On Sat, 2009-05-02 at 13:39 +0200, Robert Millan wrote:
> > On Mon, Apr 27, 2009 at 11:55:10PM -0400, Pavel Roskin wrote:
> > > Hello!
> > >
> > > Running "terminal_input.usb_keyboard" crashed GRUB (or qemu it's running
> > > in). It
On Sat, 2009-05-02 at 13:39 +0200, Robert Millan wrote:
> On Mon, Apr 27, 2009 at 11:55:10PM -0400, Pavel Roskin wrote:
> > Hello!
> >
> > Running "terminal_input.usb_keyboard" crashed GRUB (or qemu it's running
> > in). It turns out we never check if usbdev in term/usb_keyboard.c is
> > not NULL
On Mon, Apr 27, 2009 at 11:55:10PM -0400, Pavel Roskin wrote:
> Hello!
>
> Running "terminal_input.usb_keyboard" crashed GRUB (or qemu it's running
> in). It turns out we never check if usbdev in term/usb_keyboard.c is
> not NULL. It is NULL if no USB host controllers have been detected.
>
> I'
Hello!
Running "terminal_input.usb_keyboard" crashed GRUB (or qemu it's running
in). It turns out we never check if usbdev in term/usb_keyboard.c is
not NULL. It is NULL if no USB host controllers have been detected.
I'm not sure if we even want to call grub_term_register_input() if no
USB keyb