Re: [PATCH v2 5/5] Input: misc: Add AMD SFH tablet-mode switch driver
Dmitry Torokhov <[email protected]> Mon, 3 Aug 2026 09:18:55 -0700
| Newsgroups | org.kernel.vger.linux-input |
|---|---|
| Message-ID | <[email protected]> |
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. Thanks. -- Dmitry