--- linux/drivers/char/pc_keyb.c.old Wed Dec 26 19:06:21 2001 +++ linux/drivers/char/pc_keyb.c Wed Dec 26 19:08:13 2001 @@ -228,9 +228,17 @@ #define E0_MSLW 125 #define E0_MSRW 126 #define E0_MSTM 127 +/* + * Dell Inspiron Laptop Keyboard has four shortcut buttons + * e0 01 - e0 04 [alan@whirlnet.co.uk] + */ +#define E0_DELL1 121 +#define E0_DELL2 122 +#define E0_DELL3 123 +#define E0_DELL4 124 static unsigned char e0_keys[128] = { - 0, 0, 0, 0, 0, 0, 0, 0, /* 0x00-0x07 */ + 0, E0_DELL1, E0_DELL2, E0_DELL3, E0_DELL4, 0, 0, 0, /* 0x00-0x07 */ 0, 0, 0, 0, 0, 0, 0, 0, /* 0x08-0x0f */ 0, 0, 0, 0, 0, 0, 0, 0, /* 0x10-0x17 */ 0, 0, 0, 0, E0_KPENTER, E0_RCTRL, 0, 0, /* 0x18-0x1f */