Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avg206/1035d552c460b6daeba55f3d62ccc7b4 to your computer and use it in GitHub Desktop.
Save avg206/1035d552c460b6daeba55f3d62ccc7b4 to your computer and use it in GitHub Desktop.
Main fork with last commits - https://github.com/avg206/fork-qemu/commits/master?author=avg206
I've sniffed protocol between real tablet and drivers in windows 3.11 and windows 98. After it I've created emulator for real device and start testing.
Next chanllenge: driver check if there are real tablet by sending some bytes and wait for encrypted answer.
I've spend a lot of time to understand encryption algorithm, but finally I've done it and tablet start working correct.
Due to this wiki http://linuxwacom.sourceforge.net/wiki/index.php/Serial_Protocol_IV I can say, that it is two almost defferent protocols.
Images and patch to test my work https://www.dropbox.com/sh/6ccp94r2ktk18tg/AACj4qS18XGCSb3SxVlg3uDsa?dl=0 (readme.txt inside)
Work is almost completed, I only need to refactor some parts to meet guide lines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment