Closed hoshsadiq closed 5 years ago
What kernel are you using?
The driver is in the 3.15 kernel, thus I will not be maintaining this repo much longer.
I'm on 3.13.0-27-generic
(latest Ubuntu 14.04 I think). But it's fine. I just thought I'd let you know :)
The code is correct, but you may have a stale include/linux/version.h in your kernel headers tree. Some time ago, they changed to using include/uapi/linux/version.h as a replacement, but the kernel generation never clears the old one. I got some very strange results until I discovered that problem.
This works great! There's a couple of warnings during make:
Despite these warnings, it compiles fine and installs and works correct.
Also, a simple install script that would be handy to be part of the repository: