Linux Input/HID development
 help / color / mirror / Atom feed
From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: Harrison Vanderbyl <harrison.vanderbyl@gmail.com>
Cc: airlied@gmail.com, andersson@kernel.org, bentiss@kernel.org,
	 conor+dt@kernel.org, davem@davemloft.net,
	devicetree@vger.kernel.org,  dianders@chromium.org,
	dri-devel@lists.freedesktop.org,
	 Hans de Goede <hansg@kernel.org>,
	herbert@gondor.apana.org.au,  jesszhan0024@gmail.com,
	jikos@kernel.org, konradybcio@kernel.org,  krzk+dt@kernel.org,
	linux-arm-msm@vger.kernel.org,  linux-crypto@vger.kernel.org,
	linux-input@vger.kernel.org,  LKML <linux-kernel@vger.kernel.org>,
	luzmaximilian@gmail.com,  maarten.lankhorst@linux.intel.com,
	mripard@kernel.org,  neil.armstrong@linaro.org,
	platform-driver-x86@vger.kernel.org,  robh@kernel.org,
	simona@ffwll.ch, tzimmermann@suse.de
Subject: Re: [PATCH v2 3/7] platform/surface: SAM: Add support for Surface Pro 12in
Date: Thu, 28 May 2026 16:43:40 +0300 (EEST)	[thread overview]
Message-ID: <6d8be28e-1723-d529-103b-a4ba09277b41@linux.intel.com> (raw)
In-Reply-To: <20260528133353.33312-1-harrison.vanderbyl@gmail.com>

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

On Thu, 28 May 2026, Harrison Vanderbyl wrote:

> On Thu, 28 May 2026, Ilpo Järvinen wrote:
> > Could you please confirm this penstash is correct (sam vs kip)?
> >
> > Sashiko suggested it might be wrong but take it's report with a grain of
> > salt, it's AI after all and sometimes seems to extrapolate about HW to a
> > sibling HW without any real knowledge:
> 
> Sam is correct here, unlike the surface pro 11, 
> The pen stash is on the reverse of the screen,
> not on the detachable keyboard.
> 
> An image of the pen stash in use is available here:
> https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/B04-Surface-Pro-12-inch-1Ed-Family-Rear?wid=1200&hei=900&qlt=90&bgc=F2F2F2F2&fmt=jpg
> 
> When using the above config,
> pen stash events can be seen with evtest.

Thanks for confirming (not a big surprise AI couldn't know the spec but 
it was worth checking if it would have been because of copy-paste).

I've applied this patch 3 now to the review-ilpo-next branch.

-- 
 i.

  reply	other threads:[~2026-05-28 13:43 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <177869930359.1496076.12020223802779537187.b4-ty@kernel.org>
2026-05-15  5:41 ` [PATCH v2 0/7] Add support for the Microsoft Surface Pro 12in 1st Edition (Snapdragon), Harrison Vanderbyl
2026-05-15  5:41   ` [PATCH v2 1/7] dt-bindings: arm: qcom: Add Microsoft Surface Pro 12in Harrison Vanderbyl
2026-05-15  7:03     ` Krzysztof Kozlowski
2026-05-15  5:41   ` [PATCH v2 2/7] dt-bindings: crypto: Add x1e80100 inline crypto Harrison Vanderbyl
2026-05-15  7:04     ` Krzysztof Kozlowski
2026-05-15  5:41   ` [PATCH v2 3/7] platform/surface: SAM: Add support for Surface Pro 12in Harrison Vanderbyl
2026-05-15  6:02     ` sashiko-bot
2026-05-28 12:42     ` Ilpo Järvinen
2026-05-28 13:33       ` Harrison Vanderbyl
2026-05-28 13:43         ` Ilpo Järvinen [this message]
2026-05-15  5:41   ` [PATCH v2 4/7] hid: Pen battery quirk " Harrison Vanderbyl
2026-05-15  6:12     ` sashiko-bot
2026-05-15  5:41   ` [PATCH v2 5/7] drm/panel-edp: Add panel " Harrison Vanderbyl
2026-05-18 17:14     ` Doug Anderson
2026-05-15  5:41   ` [PATCH v2 6/7] arm64: dts: qcom: hamoa: Add inline crypto for UFS Harrison Vanderbyl
2026-05-15  6:24     ` sashiko-bot
2026-05-15  5:41   ` [PATCH v2 7/7] arm64: dts: qcom: Add Microsoft Surface Pro 12in Harrison Vanderbyl
2026-05-15  6:56     ` sashiko-bot
2026-05-28 13:19     ` Dmitry Baryshkov
2026-05-18 17:51   ` [PATCH v2 0/7] Add support for the Microsoft Surface Pro 12in 1st Edition (Snapdragon), Dmitry Baryshkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6d8be28e-1723-d529-103b-a4ba09277b41@linux.intel.com \
    --to=ilpo.jarvinen@linux.intel.com \
    --cc=airlied@gmail.com \
    --cc=andersson@kernel.org \
    --cc=bentiss@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=hansg@kernel.org \
    --cc=harrison.vanderbyl@gmail.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=jesszhan0024@gmail.com \
    --cc=jikos@kernel.org \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luzmaximilian@gmail.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox