Re: [PATCH 0/2] asus vivobook tablet mode
From: Basavaraj Natikar <hidden>
Date: 2026-07-21 17:52:51
On 7/21/2026 7:58 PM, Helge Bahmann wrote:
Hi Basavaraj, Here the two patches implementing the split hid/input gdriver for the tablet mode support. I mulled over what exactly to use as report descriptor in the hid driver, and there is no clean and easy solution -- I hope this is what you had in mind? I could not figure a way how to do a stand-alone input driver without doing any hid indirection,
Hi Helge, Please find below the series adding SW_TABLET_MODE support via the AMD Sensor Fusion Hub, covering all currently supported AMD convertibles https://lore.kernel.org/all/20260721174422.3109166-1-Basavaraj.Natikar@amd.com/ (local) Once this is merged, the ASUS VivoBook quirk can go on top of it. Thanks, -- Basavaraj
as I simply could not find a way to bind to the physical dev twice. Please let me know in comments to the patches how you would like to proceed. Thanks! Helge