On Tue, Jul 19, 2011 at 11:48:26PM -0500, Favux ... wrote:
> Well both the new protocol 4 wacom_serial.ko and protocol 5
> wacom_serial5.ko are using:
> 
> ACTION=="add|change", SUBSYSTEM=="pnp", ENV{PRODUCT}='13/3d/*',
> ENV{NAME}=="Wacom protocol IV serial
> tablet",SYMLINK+="input/wacom",ENV{ID_INPUT}="1",ENV{ID_INPUT_TABLET}="1"
> 
> So maybe that needs to be looked at.
> 
> What horrendous mistakes would I be making if I used?
> 
> SUBSYSTEM="tty", SUBSYSTEMS="pnp", ATTRS{id}=="PNP0501",
> ENV{ID_MODEL}="Serial Wacom Tablet", ENV{ID_INPUT}="1",
> ENV{ID_INPUT_TABLET}="1"

looks good to me though I would recommend using the $attr{id} in the
ID_MODEL as well. Lennart?

Note that this rule removes the symlink to /dev/input/wacom that you have in
the above rule. Fair decision, but should be intentional ;)
 
> And by the way shouldn't
> 
> ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}"
> 
> be
> 
> ENV{ID_MODEL}="Serial Wacom Tablet PC $attr{id}"
> 
> for WACf* and FUJ*?

IMO no. Currently, all WACf and FUJ serial tablets are built into Tablet PCs
but we don't know if that's the case in the future. They will remain Wacom
tablets however (well, at least while handled by the ruleset).

Cheers,
  Peter

------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to