Re: [PATCH v2 5/5] Input: misc: Add AMD SFH tablet-mode switch driver
Basavaraj Natikar <[email protected]> Mon, 3 Aug 2026 23:12:49 +0530
| Newsgroups | org.kernel.vger.linux-input |
|---|---|
| Message-ID | <[email protected]> |
On 8/3/2026 9:48 PM, Dmitry Torokhov wrote: > [You don't often get email from [email protected]. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] > > On Mon, Aug 03, 2026 at 08:28:01PM +0530, Basavaraj Natikar wrote: >> Report whether an AMD convertible is in laptop or tablet mode using the >> operating-mode sensor provided by the Sensor Fusion Hub, and expose it >> to userspace as SW_TABLET_MODE, so userspace can react to the device >> being folded into tablet posture. >> >> Cc: Helge Bahmann <[email protected]> >> Signed-off-by: Basavaraj Natikar <[email protected]> > Acked-by: Dmitry Torokhov <[email protected]> > >> @@ -81,6 +81,7 @@ obj-$(CONFIG_INPUT_RK805_PWRKEY) += rk805-pwrkey.o >> obj-$(CONFIG_INPUT_SC27XX_VIBRA) += sc27xx-vibra.o >> obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o >> obj-$(CONFIG_INPUT_SOC_BUTTON_ARRAY) += soc_button_array.o >> +obj-$(CONFIG_INPUT_AMD_SFH_TABLETMODE) += amd_sfh_tabletmode.o > Could you please move this higher. It is trying to be sorted alphabetically. Sure, I'll move it to the correct alphabetical spot in v3. Thanks for the review and the ack. Thanks, Basavaraj