It was missed in 228af55 Signed-off-by: Ping Cheng <pi...@wacom.com> --- udev/60-wacom.rules | 5 +++++ udev/wdaemon_is_uinput.sh | 5 +++++ 2 files changed, 10 insertions(+)
diff --git a/udev/60-wacom.rules b/udev/60-wacom.rules index b883364..7f536e3 100644 --- a/udev/60-wacom.rules +++ b/udev/60-wacom.rules @@ -71,6 +71,11 @@ ENV{ID_MODEL_ID}=="00b8", SYMLINK+="input/wacom-tablets/intuos4-4x6 input/wacom- ENV{ID_MODEL_ID}=="00b9", SYMLINK+="input/wacom-tablets/intuos4-6x9 input/wacom-tablets/intuos4-6x9-%b" ENV{ID_MODEL_ID}=="00ba", SYMLINK+="input/wacom-tablets/intuos4-8x13 input/wacom-tablets/intuos4-8x13-%b" ENV{ID_MODEL_ID}=="00bb", SYMLINK+="input/wacom-tablets/intuos4-12x19 input/wacom-tablets/intuos4-12x19-%b" +ENV{ID_MODEL_ID}=="0026", SYMLINK+="input/wacom-tablets/intuos5-t-s input/wacom-tablets/intuos5-t-s-%b" +ENV{ID_MODEL_ID}=="0027", SYMLINK+="input/wacom-tablets/intuos5-t-m input/wacom-tablets/intuos5-t-m-%b" +ENV{ID_MODEL_ID}=="0028", SYMLINK+="input/wacom-tablets/intuos5-t-l input/wacom-tablets/intuos5-t-l-%b" +ENV{ID_MODEL_ID}=="0029", SYMLINK+="input/wacom-tablets/intuos5-s input/wacom-tablets/intuos5-s-%b" +ENV{ID_MODEL_ID}=="002a", SYMLINK+="input/wacom-tablets/intuos5-m input/wacom-tablets/intuos5-m-%b" ENV{ID_MODEL_ID}=="00cc", SYMLINK+="input/wacom-tablets/cintiq-21ux2 input/wacom-tablets/cintiq-21ux2-%b" LABEL="wacom_end" diff --git a/udev/wdaemon_is_uinput.sh b/udev/wdaemon_is_uinput.sh index a88e0a6..d93f661 100755 --- a/udev/wdaemon_is_uinput.sh +++ b/udev/wdaemon_is_uinput.sh @@ -83,6 +83,11 @@ case "$vendor-$product" in "056a-00B9") echo "intuos4-6x9"; ;; "056a-00BA") echo "intuos4-8x13"; ;; "056a-00BB") echo "intuos4-12x19"; ;; + "056a-0026") echo "intuos5-t-s"; ;; + "056a-0027") echo "intuos5-t-m"; ;; + "056a-0028") echo "intuos5-t-l"; ;; + "056a-0029") echo "intuos5-s"; ;; + "056a-002a") echo "intuos5-m"; ;; "056a-00CC") echo "cintiq-21ux2"; ;; "056a-00F0") echo "dtu1631"; ;; "056a-00CE") echo "dtu2231"; ;; -- 1.9.1 ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel