|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
0.8.4 is postedSupport Intuos4
Support Xorg up to 1.6.0 Removed kernels 2.4.x and 2.6.8 support Support kernels from 2.6.9 to 2.6.31 Updated TwinView and Xinerama mapping Refer to News for details: http://linuxwacom.sourceforge.net/index.php/news A clean Wacom driver for Xorg 1.6.0 or later is also added at http://linuxwacom.cvs.sourceforge.net/viewvc/linuxwacom/xorg-wacom. New Graphic User Interface for driver configuration, which is based on new Xorg API/ABI, is in progress. GUI code will also be added to http://linuxwacom.cvs.sourceforge.net/viewvc/linuxwacom/xorg-wacom. Stay tuned. Ping ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: 0.8.4 is postedOn Thu, 30 Jul 2009, Ping wrote:
> A clean Wacom driver for Xorg 1.6.0 or later is also added at > http://linuxwacom.cvs.sourceforge.net/viewvc/linuxwacom/xorg-wacom. New > Graphic User Interface for driver configuration, which is based on new Xorg > API/ABI, is in progress. GUI code will also be added to > http://linuxwacom.cvs.sourceforge.net/viewvc/linuxwacom/xorg-wacom. Whoa, this is great news. When can we see the driver/tools hosted on git.freedesktop.org? AIUI there shouldn't be anything holding it back, and people are looking forward to seeing these hosted there :) t ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: 0.8.4 is postedOn Thu, Jul 30, 2009 at 10:40 PM, Timo Aaltonen <tjaalton@...> wrote:
Well, I tried (in fact, the code was available last month). Due to user error (I forgot my password) and support issue (they still can not give me a means to login in), I can not commit the code there. I am pursuing another way to get the code in git.freedesktop.org right now.
Ping ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: 0.8.4 is postedIs it only me, but for me the page
http://linuxwacom.sourceforge.net/index.php/dl contains a broken link to linuxwacom-0.8.4.tar.bz2 Thanks for fixing it, Helmut. -- Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: 0.8.4 is postedHi,
I'm still a little confused. What is the primary repository for the clean wacom driver? The sourceforge cvs repository or Peter's repository at http://cgit.freedesktop.org/~whot/xf86-input-wacom/ ? In any case, the attached patch fixes an unresolved symbol error when loading the driver. Thanks, Tom Ping wrote: > A clean Wacom driver for Xorg 1.6.0 or later is also added at > http://linuxwacom.cvs.sourceforge.net/viewvc/linuxwacom/xorg-wacom. New > Graphic User Interface for driver configuration, which is based on new Xorg > API/ABI, is in progress. GUI code will also be added to > http://linuxwacom.cvs.sourceforge.net/viewvc/linuxwacom/xorg-wacom. > > Stay tuned. > > Ping > <http://linuxwacom.sourceforge.net/index.php/news> >From a8b1e45272a64ca6827b2bb27badfe47bed1bbc2 Mon Sep 17 00:00:00 2001 From: Thomas Jaeger <ThJaeger@...> Date: Sun, 20 Sep 2009 20:24:57 -0400 Subject: [PATCH] Enable support for serial devices Signed-off-by: Thomas Jaeger <ThJaeger@...> --- src/Makefile.am | 2 +- src/xf86WacomDefs.h | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index e58ad9f..06d5d0f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,5 +35,5 @@ INCLUDES=-I$(top_srcdir)/include/ @DRIVER_NAME@_drv_la_SOURCES = xf86Wacom.c xf86Wacom.h \ wcmCommon.c wcmCompat.c wcmConfig.c wcmISDV4.c \ wcmFilter.c wcmFilter.h xf86WacomDefs.h \ - wcmTilt2Rotation.c wcmUSB.c wcmXCommand.c + wcmTilt2Rotation.c wcmUSB.c wcmXCommand.c wcmSerial.c diff --git a/src/xf86WacomDefs.h b/src/xf86WacomDefs.h index 2ef0999..0890e00 100755 --- a/src/xf86WacomDefs.h +++ b/src/xf86WacomDefs.h @@ -411,6 +411,7 @@ struct _WacomCommonRec int wcmRotate; /* rotate screen (for TabletPC) */ int wcmThreshold; /* Threshold for button pressure */ WacomChannel wcmChannel[MAX_CHANNELS]; /* channel device state */ + unsigned int wcmLinkSpeed; /* serial link speed */ unsigned int wcmISDV4Speed; /* serial ISDV4 link speed */ WacomDeviceClassPtr wcmDevCls; /* device class functions */ -- 1.6.3.3 ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: 0.8.4 is postedHi Tom,
http://cgit.freedesktop.org/~whot/xf86-input-wacom/ is the primary repository for xf86-input-wacom. Both repositories should be in sync. I made one available at linuxwacom.sf.net since many users only know linuxwacom.sf.net. I don't want to leave my users "in dark" (Maybe I should have just cloned it off Peter's). Peter's repository is mainly for X.org so they can get Wacom driver on the same server as the other device drivers (such as evdev). With Peter's great help, I am confident that xf86-input-wacom will soon be back in X.org family. So, it would also be for OS distributors in the future if they want to include the newest X.org. Eventually, Peter's repository would be for driver support only. linuxwacom.sf.net will be maintained for legacy support and utility programs. For now, please use linuxwacom stable release unless you need to run a X.org x-server that is newer than 1.6. It may take a bit longer than we would like it to be to finish this transaction since Peter (as you know) has to work on various issues for X.org x-server and I have to provide new feature support to linuxwacom..... Rest assured, we are both very active in bring xf86-input-wacom up to date. As for the patch, how could that happen? I must have lost my mind in preparing my vacation then :). I will test your patch tomorrow when I get to the office (I don't have a serial tablet at home). If everything works fine, I will sign it off for Peter to commit it to his repository. Thank you for your support, Ping On Sun, Sep 20, 2009 at 5:29 PM, Thomas Jaeger <thjaeger@...> wrote: Hi, ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: 0.8.4 is postedI see, this makes sense. Here's another patch that will make 8-bit and
16-bit properties work correctly. Tom Ping wrote: > Hi Tom, > > http://cgit.freedesktop.org/~whot/xf86-input-wacom/<http://cgit.freedesktop.org/%7Ewhot/xf86-input-wacom/>is > the primary repository for xf86-input-wacom. Both repositories should > be > in sync. I made one available at linuxwacom.sf.net since many users only > know linuxwacom.sf.net. I don't want to leave my users "in dark" (Maybe I > should have just cloned it off Peter's). Peter's repository is mainly for > X.org so they can get Wacom driver on the same server as the other device > drivers (such as evdev). With Peter's great help, I am confident that > xf86-input-wacom will soon be back in X.org family. So, it would also be for > OS distributors in the future if they want to include the newest X.org. > > Eventually, Peter's repository would be for driver support only. > linuxwacom.sf.net will be maintained for legacy support and utility > programs. For now, please use linuxwacom stable release unless you need to > run a X.org x-server that is newer than 1.6. It may take a bit longer than > we would like it to be to finish this transaction since Peter (as you know) > has to work on various issues for X.org x-server and I have to provide new > feature support to linuxwacom..... Rest assured, we are both very active in > bring xf86-input-wacom up to date. > > As for the patch, how could that happen? I must have lost my mind in > preparing my vacation then :). I will test your patch tomorrow when I get > to the office (I don't have a serial tablet at home). If everything works > fine, I will sign it off for Peter to commit it to his repository. > > Thank you for your support, > > Ping >From a0d2e86856b0378b0261be0d5180fca83c2ea701 Mon Sep 17 00:00:00 2001 From: Thomas Jaeger <ThJaeger@...> Date: Mon, 21 Sep 2009 03:23:09 -0400 Subject: [PATCH] Read 8-bit and 16-bit properties correctly Signed-off-by: Thomas Jaeger <ThJaeger@...> --- src/wcmXCommand.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/wcmXCommand.c b/src/wcmXCommand.c index 4b2481a..e8058e0 100644 --- a/src/wcmXCommand.c +++ b/src/wcmXCommand.c @@ -792,8 +792,14 @@ int xf86WcmSetProperty(DeviceIntPtr dev, Atom property, XIPropertyValuePtr prop, priv->gPropInfo[i].nParamID <= XWACOM_PARAM_STRIPRDN) xf86WcmSetButtonParam (local, priv->gPropInfo[i].nParamID, *(CARD32*)prop->data); - else + else if (prop->format == 8) + xf86WcmSetParam (local, priv->gPropInfo[i].nParamID, *(CARD8*)prop->data); + else if (prop->format == 16) + xf86WcmSetParam (local, priv->gPropInfo[i].nParamID, *(CARD16*)prop->data); + else if (prop->format == 32) xf86WcmSetParam (local, priv->gPropInfo[i].nParamID, *(CARD32*)prop->data); + else + return BadMatch; i = XWACOM_PARAM_MAXPARAM; } else -- 1.6.3.3 ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: 0.8.4 is postedOn Mon, Sep 21, 2009 at 03:33:28AM -0400, Thomas Jaeger wrote:
> I see, this makes sense. Here's another patch that will make 8-bit and > 16-bit properties work correctly. > > From a0d2e86856b0378b0261be0d5180fca83c2ea701 Mon Sep 17 00:00:00 2001 > From: Thomas Jaeger <ThJaeger@...> > Date: Mon, 21 Sep 2009 03:23:09 -0400 > Subject: [PATCH] Read 8-bit and 16-bit properties correctly > > Signed-off-by: Thomas Jaeger <ThJaeger@...> > --- > src/wcmXCommand.c | 8 +++++++- > 1 files changed, 7 insertions(+), 1 deletions(-) > > diff --git a/src/wcmXCommand.c b/src/wcmXCommand.c > index 4b2481a..e8058e0 100644 > --- a/src/wcmXCommand.c > +++ b/src/wcmXCommand.c > @@ -792,8 +792,14 @@ int xf86WcmSetProperty(DeviceIntPtr dev, Atom property, XIPropertyValuePtr prop, > priv->gPropInfo[i].nParamID <= XWACOM_PARAM_STRIPRDN) > xf86WcmSetButtonParam (local, priv->gPropInfo[i].nParamID, > *(CARD32*)prop->data); > - else > + else if (prop->format == 8) > + xf86WcmSetParam (local, priv->gPropInfo[i].nParamID, *(CARD8*)prop->data); > + else if (prop->format == 16) > + xf86WcmSetParam (local, priv->gPropInfo[i].nParamID, *(CARD16*)prop->data); > + else if (prop->format == 32) > xf86WcmSetParam (local, priv->gPropInfo[i].nParamID, *(CARD32*)prop->data); > + else > + return BadMatch; > i = XWACOM_PARAM_MAXPARAM; > } > else > -- > 1.6.3.3 thanks, merged and pushed. Cheers, Peter ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
| Free embeddable forum powered by Nabble | Forum Help |