All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: platform/x86: acer-wmi: Enable SW_TABLET_MODE on Switch One 10 (SW1-011)
       [not found] <CABuR8muavDq+rkSfNU0zM+ZBgtmumxdq-haPkuyD5A=xK_pSxA@mail.gmail.com>
@ 2025-11-19 13:05 ` Ilpo Järvinen
  0 siblings, 0 replies; only message in thread
From: Ilpo Järvinen @ 2025-11-19 13:05 UTC (permalink / raw)
  To: Bastián Almendras; +Cc: jlee, platform-driver-x86, LKML

[-- Attachment #1: Type: text/plain, Size: 1539 bytes --]

On Wed, 19 Nov 2025, Bastián Almendras wrote:

> Hello, good morning. I'm trying to get my old tablet working properly on Debian, but
> I've had to add some fixes.
> Here's a commit I created to add the SW_tablet_mode functionality to this tablet
> using acer-wmi.c.
> Add a DMI quirk for the SW1-011 setting force_caps to ACER_CAP_KBD_DOCK
> (these devices have no other acer-wmi based functionality).
> 
> Thank you very much for taking the time to read this.
> 
> Here's the diff: 
> 
> 704a705,713
> .callback = set_force_caps,
> .ident = "Acer Switch One SW1-011",
> .matches = {
> DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Acer"),
> DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Switch One SW1-011"),
> },
> .driver_data = (void *)ACER_CAP_KBD_DOCK,
> },
> {

Thanks but this email is not following our submission guidelines and is 
not formatted right.

Please take a look at Documentation/process/submitting-patches.rst

It might also help if you browse through a few submission from ML 
archives at lore.kernel.org to get a general idea how the submissions are 
formatted as that documention, while explaning some things in detail, 
doesn't give a overall example.

Also, if you use git format-patch command to create the patch, it produces 
the expected formatting by default.

(You don't need to be worried over not getting everything right on the 
next try, we're more than happy to guide you to towards the finish line 
once the formatting is roughly what is normally expected from a patch.)

-- 
 i.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-11-19 13:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CABuR8muavDq+rkSfNU0zM+ZBgtmumxdq-haPkuyD5A=xK_pSxA@mail.gmail.com>
2025-11-19 13:05 ` platform/x86: acer-wmi: Enable SW_TABLET_MODE on Switch One 10 (SW1-011) Ilpo Järvinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.