Re: [PATCH] intel-hid: new hid event driver for hotkeys

2015-12-18 Thread Alex Hung
On Fri, Dec 18, 2015 at 7:01 AM, Darren Hart wrote: > On Thu, Dec 17, 2015 at 02:50:39PM -0800, Andy Lutomirski wrote: >> On Thu, Dec 17, 2015 at 2:15 PM, Darren Hart wrote: >> > On Thu, Dec 17, 2015 at 03:30:02PM +0800, Alex Hung wrote: >> >> This

[PATCH][v2] intel-hid: new hid event driver for hotkeys

2015-12-18 Thread Alex Hung
This driver supports various HID events including hotkeys. Dell XPS 13 9350 requires it for the wireless hotkey. Signed-off-by: Alex Hung --- MAINTAINERS | 6 + drivers/platform/x86/Kconfig | 11 ++ drivers/platform/x86/Makefile| 1 +

Re: [PATCH][v2] intel-hid: new hid event driver for hotkeys

2015-12-18 Thread Andy Lutomirski
On Fri, Dec 18, 2015 at 7:31 AM, Alex Hung wrote: > This driver supports various HID events including hotkeys. > Dell XPS 13 9350 requires it for the wireless hotkey. > Still: Reviewed-and-tested-by: Andy Lutomirski with the single character nitpick:

Re: [PATCH][v2] intel-hid: new hid event driver for hotkeys

2015-12-18 Thread Darren Hart
On Fri, Dec 18, 2015 at 08:41:32AM -0800, Andy Lutomirski wrote: > On Fri, Dec 18, 2015 at 7:31 AM, Alex Hung wrote: > > This driver supports various HID events including hotkeys. > > Dell XPS 13 9350 requires it for the wireless hotkey. > > > > Still: > >

Re: [PATCH][v2] intel-hid: new hid event driver for hotkeys

2015-12-18 Thread Darren Hart
On Fri, Dec 18, 2015 at 11:31:10PM +0800, Alex Hung wrote: > This driver supports various HID events including hotkeys. > Dell XPS 13 9350 requires it for the wireless hotkey. > > Signed-off-by: Alex Hung Queued to testing. -- Darren Hart Intel Open Source Technology

Re: [Bug 106031] Regression in 4.2.x: in airplane mode each time I open my laptop lid

2015-12-18 Thread Darren Hart
On Fri, Nov 20, 2015 at 03:44:25PM +0100, Pali Rohár wrote: > On Friday 23 October 2015 20:03:19 Gabriele Mazzotta wrote: > > On 23/10/2015 13:14, Pali Rohár wrote: > > >On Friday 23 October 2015 11:47:25 Gabriele Mazzotta wrote: > > >>>In my opinion it is better to ignore user key press after

Re: [PATCH 3/4] net/rfkill: Create "airplane mode" LED trigger

2015-12-18 Thread Darren Hart
On Tue, Dec 15, 2015 at 10:30:41AM -0500, João Paulo Rechi Vita wrote: > For platform drivers to be able to correctly drive the "Airplane Mode" > indicative LED there needs to be a RFKill LED trigger tied to the global > state of RFKILL_TYPE_ALL (instead of to a specific RFKill) and that > works

Re: [PATCH 3/4] net/rfkill: Create "airplane mode" LED trigger

2015-12-18 Thread João Paulo Rechi Vita
On 18 December 2015 at 19:22, Darren Hart wrote: > On Tue, Dec 15, 2015 at 10:30:41AM -0500, João Paulo Rechi Vita wrote: >> For platform drivers to be able to correctly drive the "Airplane Mode" >> indicative LED there needs to be a RFKill LED trigger tied to the global >>

[PATCH 1/1] asus-wireless: New driver for asus wireless button

2015-12-18 Thread Mousou Yuu
Some asus laptop models (zenbook UX303/U303) have their wireless control button as a ACPI device, but make all other hotkeys in WMI, so ASUS_NB_WMI failed to handle it. Maybe it's better to modify ASUS_LAPTOP, but it's too complex (for me) and device id is different, so a new driver is made.

Re: Dell Vostro V131 hotkeys revisited

2015-12-18 Thread Darren Hart
On Thu, Dec 17, 2015 at 07:54:35PM +0100, Hans de Goede wrote: > Hi, > > On 17-12-15 19:47, Pali Rohár wrote: > >Hi Hans! See my comments below about your patches. ... > >>@@ -159,7 +157,8 @@ static void dell_wmi_process_key(int reported_key) > >> > >>/* Don't report brightness

Re: [PATCH] ideapad: Report hard block off if it is never on

2015-12-18 Thread Darren Hart
On Wed, Dec 16, 2015 at 11:49:33AM +0800, Ike Panhc wrote: Hi Ike, +David Woodhouse (MODULE_AUTHOR) > Hardware radio switch is rare on recently ideapad and some of them > reported radio hardware blocked by error. With more and more ideapads > available in market to maintain the dmi table

Re: [PATCH 3/4] net/rfkill: Create "airplane mode" LED trigger

2015-12-18 Thread David Miller
From: Darren Hart Date: Fri, 18 Dec 2015 16:22:12 -0800 > On Tue, Dec 15, 2015 at 10:30:41AM -0500, João Paulo Rechi Vita wrote: >> For platform drivers to be able to correctly drive the "Airplane Mode" >> indicative LED there needs to be a RFKill LED trigger tied to the

Re: [PATCH 1/1] asus-wireless: New driver for asus wireless button

2015-12-18 Thread João Paulo Rechi Vita
Hello Mousou, On 18 December 2015 at 20:34, Mousou Yuu wrote: > Some asus laptop models (zenbook UX303/U303) have their wireless control > button as a ACPI device, but make all other hotkeys in WMI, so ASUS_NB_WMI > failed to handle it. Maybe it's better to modify

Re: [PATCH 1/4] platform/x86: Add Asus Wireless Radio Control driver

2015-12-18 Thread Darren Hart
On Tue, Dec 15, 2015 at 10:30:39AM -0500, João Paulo Rechi Vita wrote: ... > +static void asus_wrc_notify(struct acpi_device *device, u32 event) > +{ > + struct asus_wrc_data *data = acpi_driver_data(device); > + > + pr_debug("event=0x%X\n", event); > + > + if

Re: [PATCH 1/4] platform/x86: Add Asus Wireless Radio Control driver

2015-12-18 Thread Darren Hart
On Tue, Dec 15, 2015 at 10:30:39AM -0500, João Paulo Rechi Vita wrote: > Some Asus notebooks like the Asus E202SA and the Asus X555UB have a > separate ACPI device for notifications from the airplane mode hotkey. > This device is called "Wireless Radio Control" in Asus websites and ASHS > in the

Re: [PATCH 2/4] asus-wrc: Add ACPI HID ATK4001

2015-12-18 Thread Darren Hart
On Tue, Dec 15, 2015 at 10:30:40AM -0500, João Paulo Rechi Vita wrote: > As reported in https://bugzilla.kernel.org/show_bug.cgi?id=98931#c22 in > the Asus UX31A the "Asus Wireless Radio Control" device (ASHS) uses the > HID "ATK4001". Do you happen to have an ASL dump of this ID? Does it differ