The issue with the wacom tools is also that HAL doesn't put the right
string into "info.product". That's why "stylus", "cursor" or "pad" as
the device name don't work.

Right now, there's a script floating around in different forums or blogs:
#! /bin/sh
## find any wacom devices
for udi in `hal-find-by-property --key input.x11_driver --string wacom`
do
type=`hal-get-property --udi $udi --key input.x11_options.Type`
## rewrite the names that the Xserver will use
hal-set-property --udi $udi --key info.product --string $type
done


My patch fixes this issue in the HAL fdi and hal-setup-wacom tool.

** Attachment added: "fix HAL info.product string"
   
http://launchpadlibrarian.net/32865111/wacom-tools-0.8.3.2-fix-product_type.patch

-- 
xsetwacom list dev broken
https://bugs.launchpad.net/bugs/179453
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to wacom-tools in ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to