On Fri, Mar 04, 2011 at 01:01:20PM -0600, Favux ... wrote: > From 6884bdf00857a93a1c56c74067d324fba73fde41 Mon Sep 17 00:00:00 2001 > From: David Foley <[email protected]> > Date: Fri, 4 Mar 2011 12:50:39 -0600 > Subject: [PATCH] conf: Add Fujitsu ISDV4 device ID FUJ02e9 to matches > Signed-off-by: David Foley <[email protected]> > > --- > conf/50-wacom.conf | 2 +- > conf/wacom.fdi | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/conf/50-wacom.conf b/conf/50-wacom.conf > index b1742bc..dc0bfc0 100644 > --- a/conf/50-wacom.conf > +++ b/conf/50-wacom.conf > @@ -16,7 +16,7 @@ EndSection > > Section "InputClass" > Identifier "Wacom serial class identifiers" > - MatchProduct "WACf|FUJ02e5|FUJ02e7" > + MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9" > Driver "wacom" > EndSection > > diff --git a/conf/wacom.fdi b/conf/wacom.fdi > index 984eaf9..f35d6a5 100644 > --- a/conf/wacom.fdi > +++ b/conf/wacom.fdi > @@ -8,7 +8,7 @@ > </match> > </match> > <match key="info.capabilities" contains="serial"> > - <match key="@info.parent:pnp.id" contains_outof="WACf;FUJ02e5;FUJ02e7"> > + <match key="@info.parent:pnp.id" > contains_outof="WACf;FUJ02e5;FUJ02e7;FUJ02e9"> > <append key="info.capabilities" type="strlist">input</append> > <merge key="input.x11_driver" type="string">wacom</merge> > <merge key="input.device" type="copy_property">serial.device</merge> > -- > 1.7.1 > merged, thanks.
Cheers, Peter ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
