`rk35xx`/`vendor`: rewrite-kernel-patches, no changes

This commit is contained in:
Ricardo Pardini 2025-01-04 00:30:34 +00:00 committed by Igor
parent b9a22a1751
commit c9e9eb4eeb
1 changed files with 20 additions and 5 deletions

View File

@ -1,13 +1,27 @@
Signed-off-by: Ivan Mironov <mironov.ivan@gmail.com>
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: monkaBlyat <54044929+monkaBlyat@users.noreply.github.com>
Date: Sun, 18 Aug 2024 10:39:57 +0200
Subject: [ARCHEOLOGY] vendor kernel patch for ds4 controllers
> X-Git-Archeology: - Revision ac3b86efb9a31196e16fce4e81b15f25436e377b: https://github.com/armbian/build/commit/ac3b86efb9a31196e16fce4e81b15f25436e377b
> X-Git-Archeology: Date: Sun, 18 Aug 2024 10:39:57 +0200
> X-Git-Archeology: From: monkaBlyat <54044929+monkaBlyat@users.noreply.github.com>
> X-Git-Archeology: Subject: vendor kernel patch for ds4 controllers
> X-Git-Archeology:
> X-Git-Archeology: - Revision 54cc6ea4e2460c31960b7cbef5d27d588534eb77: https://github.com/armbian/build/commit/54cc6ea4e2460c31960b7cbef5d27d588534eb77
> X-Git-Archeology: Date: Sun, 18 Aug 2024 10:39:57 +0200
> X-Git-Archeology: From: monkaBlyat <54044929+monkaBlyat@users.noreply.github.com>
> X-Git-Archeology: Subject: legacy kernel patch for ds4 controllers
> X-Git-Archeology:
---
drivers/hid/hid-sony.c | 72 ++++++++++++++++++++++++++++++------------
drivers/hid/hid-sony.c | 72 +++++++---
1 file changed, 52 insertions(+), 20 deletions(-)
diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c
index e3a557dc9ffd..97df12180e45 100644
index 111111111111..222222222222 100644
--- a/drivers/hid/hid-sony.c
+++ b/drivers/hid/hid-sony.c
@@ -491,6 +491,7 @@ struct motion_output_report_02 {
@@ -504,6 +504,7 @@ struct motion_output_report_02 {
#define DS4_FEATURE_REPORT_0x02_SIZE 37
#define DS4_FEATURE_REPORT_0x05_SIZE 41
@ -108,4 +122,5 @@ index e3a557dc9ffd..97df12180e45 100644
out_free:
--
2.29.2
Armbian