Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stacksmith committed Nov 11, 2016
1 parent 6fe4448 commit 3e9afc7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ You can try checking
- `lsusb` for 0b57:9016;
- `lsmod | grep mono` for mono_22
- `cat /proc/bus/input/devices` to see where your device is attached

With xinput, you can look try
- `xinput` and look for 'Monoprice 22'
- `xinput list --long "Monoprice 22"`
Expand All @@ -47,12 +48,12 @@ See aidyw's repo for more information about debugging the driver.
References
==========
based on original drivers by <[email protected]>
http://linux.fjfi.cvut.cz/~taxman/hw/hanvon/
https://github.com/exaroth/pentagram_virtuoso_drivers/blob/master/hanvon.c
further modified and improved by aidyw https://github.com/aidyw/bosto-2g-linux-kernel-module
- http://linux.fjfi.cvut.cz/~taxman/hw/hanvon/
- https://github.com/exaroth/pentagram_virtuoso_drivers/blob/master/hanvon.c
- further modified and improved by aidyw https://github.com/aidyw/bosto-2g-linux-kernel-module

The driver was built to these guidelines:
https://www.kernel.org/doc/Documentation/input/event-codes.txt
http://linuxwacom.sourceforge.net/wiki/index.php/Kernel_Input_Event_Overview
- https://www.kernel.org/doc/Documentation/input/event-codes.txt
- http://linuxwacom.sourceforge.net/wiki/index.php/Kernel_Input_Event_Overview


0 comments on commit 3e9afc7

Please sign in to comment.