[PATCH v2 0/3] Add tri-state-key for oneplus6

Gergo Koteles posted 3 patches 2 years, 7 months ago
Only 1 patches received!
Documentation/input/event-codes.rst           |  6 +++
.../boot/dts/qcom/sdm845-oneplus-common.dtsi  | 39 ++++++++++++++++++-
drivers/hid/hid-debug.c                       |  1 +
drivers/input/keyboard/gpio_keys.c            |  3 ++
include/uapi/linux/input-event-codes.h        |  1 +
5 files changed, 49 insertions(+), 1 deletion(-)
[PATCH v2 0/3] Add tri-state-key for oneplus6
Posted by Gergo Koteles 2 years, 7 months ago
V1 -> V2: rebase to qcom/for-next

Gergo Koteles (3):
  Input: gpio-keys - add support for linux,input-value dts property
  Input: add ABS_SND_PROFILE
  arm64: dts: qcom: sdm845-oneplus: add tri-state-key

 Documentation/input/event-codes.rst           |  6 +++
 .../boot/dts/qcom/sdm845-oneplus-common.dtsi  | 39 ++++++++++++++++++-
 drivers/hid/hid-debug.c                       |  1 +
 drivers/input/keyboard/gpio_keys.c            |  3 ++
 include/uapi/linux/input-event-codes.h        |  1 +
 5 files changed, 49 insertions(+), 1 deletion(-)


base-commit: 02ac8d2a011b630481d959298a1cc76ca0717f3e
-- 
2.39.1
Re: [PATCH v2 0/3] Add tri-state-key for oneplus6
Posted by Krzysztof Kozlowski 2 years, 7 months ago
On 10/02/2023 00:25, Gergo Koteles wrote:
> V1 -> V2: rebase to qcom/for-next
> 
> Gergo Koteles (3):
>   Input: gpio-keys - add support for linux,input-value dts property
>   Input: add ABS_SND_PROFILE
>   arm64: dts: qcom: sdm845-oneplus: add tri-state-key

OK, here they are. Your mail threading is broken.

Best regards,
Krzysztof