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

2020-10-18 Thread Samuel Čavoj
Hi, On 18.10.2020 11:26, Hans de Goede wrote: > Hi, > > On 10/18/20 1:33 AM, Samuel Čavoj wrote: > > Hello everyone. > > > > On 17.09.2020 15:34, 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

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

2020-10-18 Thread Hans de Goede
Hi, On 10/18/20 1:33 AM, Samuel Čavoj wrote: > Hello everyone. > > On 17.09.2020 15:34, 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

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

2020-10-17 Thread Samuel Čavoj
Hello everyone. On 17.09.2020 15:34, 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

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

2020-09-17 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

Re: [PATCH v2] 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:34 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