Matthew Garrett schreef: > On Wed, Apr 08, 2009 at 05:16:04PM -0400, Rafi Rubin wrote: > >> static struct key_entry dell_wmi_keymap[] = { >> {KE_KEY, 0xe045, KEY_PROG1}, >> + {KE_KEY, 0xe046, KEY_PROG2}, >> + {KE_KEY, 0xe047, KEY_PROG3}, > > Would this make more sense as a switch? That way userspace can know what > state the screen is in. > Indeed, that seems more logical. And in addition, there is a switch called SW_TABLET_MODE, which would fit perfectly. I guess at initialisation you can consider it is in standard mode, and actually sort out the real state on the first event received. Eric