Update 24_hieth_autoprobe.patch

pull/364/head
Serhio 2022-08-16 17:10:21 +03:00 committed by GitHub
parent 65e1519ca0
commit 5950ff1890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,10 +38,10 @@
+ int up; + int up;
+ int down; + int down;
+} trial_table[] = { +} trial_table[] = {
+ { 0, 1 },
+ { 1, 0 }, + { 1, 0 },
+ { 1, 2 }, + { 1, 2 },
+ { 0, 2 }, + { 0, 2 },
+ { 0, 1 },
+}; +};
+ +
+static void bruteforce_hieth(struct platform_device *pdev) { +static void bruteforce_hieth(struct platform_device *pdev) {