mirror of https://github.com/OpenIPC/firmware.git
Update 24_hieth_autoprobe.patch
parent
65e1519ca0
commit
5950ff1890
|
@ -38,10 +38,10 @@
|
|||
+ int up;
|
||||
+ int down;
|
||||
+} trial_table[] = {
|
||||
+ { 0, 1 },
|
||||
+ { 1, 0 },
|
||||
+ { 1, 2 },
|
||||
+ { 0, 2 },
|
||||
+ { 0, 1 },
|
||||
+};
|
||||
+
|
||||
+static void bruteforce_hieth(struct platform_device *pdev) {
|
||||
|
|
Loading…
Reference in New Issue