Signed-off-by: Jason Gerecke <killert...@gmail.com> --- conf/50-wacom.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/conf/50-wacom.conf b/conf/50-wacom.conf index 1827cf0..95f10e9 100644 --- a/conf/50-wacom.conf +++ b/conf/50-wacom.conf @@ -1,6 +1,6 @@ Section "InputClass" Identifier "Wacom class" - MatchProduct "Wacom|WACOM|Hanwang|PTK-540WL|ISD-V4" + MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4" MatchDevicePath "/dev/input/event*" Driver "wacom" EndSection @@ -17,6 +17,14 @@ Section "InputClass" Driver "wacom" EndSection +# Hanwang tablets +Section "InputClass" + Identifier "Hanwang class" + MatchProduct "Hanwang" + MatchDevicePath "/dev/input/event*" + Driver "wacom" +EndSection + # Waltop tablets Section "InputClass" Identifier "Waltop class" -- 2.0.2 ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel