On Sun, Jan 9, 2011 at 5:26 PM, Peter Hutterer <[email protected]> wrote: > It's the device type name. The device name (identifier) is whatever the user > assigned in the configuration files. Same goes for other device types. > > Signed-off-by: Peter Hutterer <[email protected]>
Acked-by: Ping Cheng <[email protected]> Ping > --- > src/xf86Wacom.h | 10 +++++----- > 1 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/src/xf86Wacom.h b/src/xf86Wacom.h > index bcc3b73..7b5401e 100644 > --- a/src/xf86Wacom.h > +++ b/src/xf86Wacom.h > @@ -69,11 +69,11 @@ > /***************************************************************************** > * General Defines > ****************************************************************************/ > -#define XI_STYLUS "STYLUS" /* X device name for the stylus */ > -#define XI_CURSOR "CURSOR" /* X device name for the cursor */ > -#define XI_ERASER "ERASER" /* X device name for the eraser */ > -#define XI_PAD "PAD" /* X device name for the Pad */ > -#define XI_TOUCH "TOUCH" /* X device name for the touch */ > +#define XI_STYLUS "STYLUS" /* X device type name for the stylus */ > +#define XI_CURSOR "CURSOR" /* X device type name for the cursor */ > +#define XI_ERASER "ERASER" /* X device type name for the eraser */ > +#define XI_PAD "PAD" /* X device type name for the Pad */ > +#define XI_TOUCH "TOUCH" /* X device type name for the touch */ > > /****************************************************************************** > * WacomModule - all globals are packed in a single structure to keep the > -- > 1.7.3.4 > > ------------------------------------------------------------------------------ > Gaining the trust of online customers is vital for the success of any company > that requires sensitive data to be transmitted over the Web. Learn how to > best implement a security strategy that keeps consumers' information secure > and instills the confidence they need to proceed with transactions. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Linuxwacom-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel > ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
