Re: [PATCH] I8042: SNI RM support
From: Dmitry Torokhov <hidden>
Date: 2008-01-16 05:22:42
Also in:
linux-mips
From: Dmitry Torokhov <hidden>
Date: 2008-01-16 05:22:42
Also in:
linux-mips
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