Permalink
Please sign in to comment.
Browse files
[HACK] Implement missing symbol for GT801NI touchscreen
This lets us load a binary only module, after editing it to match vermagic and disabling MODVERSIONS on the kernel.
- Loading branch information...
Showing
with
14 additions
and 0 deletions.
| @@ -0,0 +1,5 @@ | ||
| +#include <linux/module.h> | ||
| + | ||
| +int m_inet_ctpState = 0; | ||
| + | ||
| +EXPORT_SYMBOL(m_inet_ctpState); |
0 comments on commit
c5ce103