Re: [PATCH] platform/x86: asus-wmi: Add support for SW_TABLET_MODE on UX360

2020-09-17 Thread Samuel Čavoj
On 17.09.2020 14:56, mark gross wrote: > On Wed, Sep 16, 2020 at 09:12:33PM +0200, Samuel Čavoj wrote: > > The UX360CA has a WMI device id 0x00060062, which reports whether the > > lid is flipped in tablet mode (1) or in normal laptop mode (0). > > > > This commit adds a quirk (quirk_asus_use_lid_

Re: [PATCH] platform/x86: asus-wmi: Add support for SW_TABLET_MODE on UX360

2020-09-17 Thread mark gross
On Wed, Sep 16, 2020 at 09:12:33PM +0200, Samuel Čavoj wrote: > The UX360CA has a WMI device id 0x00060062, which reports whether the > lid is flipped in tablet mode (1) or in normal laptop mode (0). > > This commit adds a quirk (quirk_asus_use_lid_flip_devid) for devices on > which this WMI devic

Re: [PATCH] platform/x86: asus-wmi: Add support for SW_TABLET_MODE on UX360

2020-09-17 Thread Hans de Goede
Hi, On 9/17/20 3:12 PM, Samuel Čavoj wrote: Hi. On 17.09.2020 14:23, Hans de Goede wrote: Hi, On 9/16/20 9:12 PM, Samuel Čavoj wrote: The UX360CA has a WMI device id 0x00060062, which reports whether the lid is flipped in tablet mode (1) or in normal laptop mode (0). This commit adds a quir

Re: [PATCH] platform/x86: asus-wmi: Add support for SW_TABLET_MODE on UX360

2020-09-17 Thread Samuel Čavoj
Hi. On 17.09.2020 14:23, Hans de Goede wrote: > Hi, > > On 9/16/20 9:12 PM, Samuel Čavoj wrote: > > The UX360CA has a WMI device id 0x00060062, which reports whether the > > lid is flipped in tablet mode (1) or in normal laptop mode (0). > > > > This commit adds a quirk (quirk_asus_use_lid_flip_

Re: [PATCH] platform/x86: asus-wmi: Add support for SW_TABLET_MODE on UX360

2020-09-17 Thread Hans de Goede
Hi, On 9/16/20 9:12 PM, Samuel Čavoj wrote: The UX360CA has a WMI device id 0x00060062, which reports whether the lid is flipped in tablet mode (1) or in normal laptop mode (0). This commit adds a quirk (quirk_asus_use_lid_flip_devid) for devices on which this WMI device should be used to figur

[PATCH] platform/x86: asus-wmi: Add support for SW_TABLET_MODE on UX360

2020-09-16 Thread Samuel Čavoj
The UX360CA has a WMI device id 0x00060062, which reports whether the lid is flipped in tablet mode (1) or in normal laptop mode (0). This commit adds a quirk (quirk_asus_use_lid_flip_devid) for devices on which this WMI device should be used to figure out the SW_TABLET_MODE state, as opposed to t