mirror of https://github.com/OpenIPC/firmware.git
Update 24_hieth_autoprobe.patch
parent
65e1519ca0
commit
5950ff1890
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue