Hi Thomas, On Saturday 12 January 2008 18:39, Thomas Bogendoerfer wrote: > + > +/* > + * IRQs. > + */ > +static int i8042_kbd_irq = -1; > +static int i8042_aux_irq = -1; Why initialize with -1 and not leave at 0? Or even initialize with 1/12 and override with 33/44 in i8042_platform_init()? -- Dmitry