Re: [PATCH] Add WMI driver for some Megaware notebook models.

2010-12-10 Thread Dmitry Torokhov
On Fri, Dec 10, 2010 at 08:53:31AM +0100, Corentin Chary wrote: On Fri, Dec 10, 2010 at 8:31 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Fri, Dec 10, 2010 at 08:12:53AM +0100, Corentin Chary wrote: On Fri, Dec 10, 2010 at 1:08 AM, Dmitry Torokhov dmitry.torok...@gmail.com

[PATCH] toshiba_acpi: FULL TOS1900 device support

2010-12-10 Thread Azael Avalos
TOS1900 devices send keycodes via KBD, a filter was added along with a cleanup made by Matthew Garrett, also functions and registers were added for the Toshiba Software Configuration Interface (SCI) used by Illumination. Bumping its version to 0.20 Signed-off-by: Azael Avalos

Re: [PATCH] toshiba_acpi: FULL TOS1900 device support

2010-12-10 Thread Dmitry Torokhov
Hi Azael, On Fri, Dec 10, 2010 at 02:13:18PM -0700, Azael Avalos wrote: error = input_register_device(toshiba_acpi.hotkey_dev); if (error) { printk(MY_INFO Unable to register input device\n); - goto err_remove_notify; + goto err_free_keymap;