On 12/18/09, Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> wrote: > Switch the driver to use sparse keymap library instead of using custom > implementation of keymap handling. > > Signed-off-by: Dmitry Torokhov <dtor@xxxxxxx> > --- > > Updated to apply on acpi-test. Thanks! Everything seems to work except for the "brightness up" key :-). > - {KE_KEY, NOTIFY_BRN_MIN, KEY_BRIGHTNESSDOWN }, > - {KE_KEY, NOTIFY_BRN_MAX, KEY_BRIGHTNESSUP }, > + { KE_KEY, NOTIFY_BRN_MIN, { KEY_BRIGHTNESSDOWN } }, > + { KE_IGNORE, NOTIFY_BRN_MIN + 1, }, > + { KE_KEY, NOTIFY_BRN_MIN + 2, { KEY_BRIGHTNESSUP } }, Alan -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html