plustek@linuxhacker.org
plustek@linuxhacker.org
Ahh, the joys of programming around development kernels...
The Plustek driver won't compile or run on kernels later than 2.4.0-test7.
Runs fine on test7 and before, but the get_user_ret and put_user_ret
functions were removed from include/asm/uaccess.h starting in 2.4.0-test8.
The driver will actually compile under test8+ (I'm running test9), but it
won't load due to unresolved symbols.
-Mark Bialkowski
plustek@linuxhacker.org