Re: [PATCH] toshiba_acpi: Support RFKILL hotkey scancode

2014-01-14 Thread Unai Uribarri
In Windows disables the Wi-Fi & Bluetooth. In Linux does nothing but showing this error in dmesg about the unrecognized scancode: [230128.042047] toshiba_acpi: Unknown key 158 On Tue, Jan 14, 2014 at 4:54 PM, Matthew Garrett wrote: > On Tue, 2014-01-14 at 11:06 +0100, Unai Uribarri wrote: >>

Re: [PATCH] toshiba_acpi: Support RFKILL hotkey scancode

2014-01-14 Thread Matthew Garrett
On Tue, 2014-01-14 at 11:06 +0100, Unai Uribarri wrote: > This scancode is used in new 2013 models like Satellite P75-A7200. Just to check - this is generated by a key that otherwise does nothing, right? Ie, hitting the key generates the scancode but doesn't automatically change the wireless

[PATCH] toshiba_acpi: Support RFKILL hotkey scancode

2014-01-14 Thread Unai Uribarri
This scancode is used in new 2013 models like Satellite P75-A7200. Signed-off-by: Unai Uribarri --- drivers/platform/x86/toshiba_acpi.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c index 7fce391..5d23ca2 100644

[PATCH] toshiba_acpi: Support RFKILL hotkey scancode

2014-01-14 Thread Unai Uribarri
This scancode is used in new 2013 models like Satellite P75-A7200. Signed-off-by: Unai Uribarri una...@gmail.com --- drivers/platform/x86/toshiba_acpi.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c index

Re: [PATCH] toshiba_acpi: Support RFKILL hotkey scancode

2014-01-14 Thread Matthew Garrett
On Tue, 2014-01-14 at 11:06 +0100, Unai Uribarri wrote: This scancode is used in new 2013 models like Satellite P75-A7200. Just to check - this is generated by a key that otherwise does nothing, right? Ie, hitting the key generates the scancode but doesn't automatically change the wireless

Re: [PATCH] toshiba_acpi: Support RFKILL hotkey scancode

2014-01-14 Thread Unai Uribarri
In Windows disables the Wi-Fi Bluetooth. In Linux does nothing but showing this error in dmesg about the unrecognized scancode: [230128.042047] toshiba_acpi: Unknown key 158 On Tue, Jan 14, 2014 at 4:54 PM, Matthew Garrett matthew.garr...@nebula.com wrote: On Tue, 2014-01-14 at 11:06 +0100,