<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom">
    <title>gmane.linux.drivers.wacom</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6377"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6376"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6375"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6374"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6373"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6372"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6371"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6370"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6369"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6368"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6367"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6366"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6365"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6364"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6363"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6362"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6361"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6360"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6359"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.wacom/6358"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6377">
    <title>[PATCH] Re-enable relative wheel scrollingfrom pad devices</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6377</link>
    <description>&lt;pre&gt;Commit 477a261e does not handle the case where relative wheel events
come from a pad device. The Graphire4 produces such events, with the
result that scrolling with one has been broken ever since.

Signed-off-by: Jason Gerecke &amp;lt;killertofu&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 src/wcmCommon.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wcmCommon.c b/src/wcmCommon.c
index 7199105..09e5ccd 100644
--- a/src/wcmCommon.c
+++ b/src/wcmCommon.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -449,7 +449,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static void sendWheelStripEvents(InputInfoPtr pInfo, const WacomDeviceState* ds,
 
 /* emulate events for relative wheel */
 delta = getScrollDelta(ds-&amp;gt;relwheel, 0, 0, 0);
-if (delta &amp;amp;&amp;amp; IsCursor(priv) &amp;amp;&amp;amp; priv-&amp;gt;oldProximity == ds-&amp;gt;proximity)
+if (delta &amp;amp;&amp;amp; (IsCursor(priv) || IsPad(priv)) &amp;amp;&amp;amp; priv-&amp;gt;oldProximity == ds-&amp;gt;proximity)
 {
 DBG(10, priv, "Relative wheel scroll delta = %d\n", delta);
 fakeButton = getWheelButton(delta, priv-&amp;gt;relup, priv-&amp;gt;reldn,
&lt;/pre&gt;</description>
    <dc:creator>Jason Gerecke</dc:creator>
    <dc:date>2012-05-25T17:30:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6376">
    <title>Re: Panasonic CF-H2 Toughbook - patch fortesting</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6376</link>
    <description>&lt;pre&gt;
Forgot to mention that I have been using ~/.xsessionrc for this
purpose, but I can only get the touchscreen work after the login. I
would like to get that working already on the login screen. Ideas ?

Thanks a lot in advance!

Best Regards,
Laszlo Papp

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Laszlo Papp</dc:creator>
    <dc:date>2012-05-25T13:14:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6375">
    <title>Re: Panasonic CF-H2 Toughbook - patch fortesting</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6375</link>
    <description>&lt;pre&gt;
Ping ?

What is the best way of calibrating persistently ? Right now, I need
to execute this command after each boot manually:

"xsetwacom set 12 area 323 242 3815 3663" -&amp;gt; This is for the
touchscreen with my finger nails. We cannot obviously ship the product
this way to the customer.

I would hope for having the touchscreen working well-calibrated even
already for the login screen of the Desktop Environment, whatever that
is. Let that KDE, Gnome or anything else basically. So, once X is up,
I would like to have the touchscreen work. ~/.xsession or ~/.xinitrc
could work out. I have tried to follow these instructions, but the
/usr/lib/X11/xorg.conf.d way was totally broken for me.

I do not know how to use an /etc/X11/xorg.conf, if that is the way of
accomplishing this, so please kindle help asap.

http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Calibration

Best Regards,
Laszlo Papp

------------------------------------------------------------------------------
Live Security Virtual Confere&lt;/pre&gt;</description>
    <dc:creator>Laszlo Papp</dc:creator>
    <dc:date>2012-05-25T09:38:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6374">
    <title>Re: Scroll button problem Graphire4 in Precise</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6374</link>
    <description>&lt;pre&gt;Dear Jason,

thanks, but RelWheelUp doesn't work either. The command proceeds
without error but has no effect. I found a thread with a very similar
problem - http://ubuntuforums.org/showthread.php?t=1969700&amp;amp;page=3

but it is left unsolved. Any suggestions welcome.

Martin.

On Thu, May 24, 2012 at 8:25 PM, Jason Gerecke &amp;lt;killertofu&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss
&lt;/pre&gt;</description>
    <dc:creator>Martin Švec</dc:creator>
    <dc:date>2012-05-25T06:57:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6373">
    <title>Re: Scroll button problem Graphire4 in Precise</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6373</link>
    <description>&lt;pre&gt;
If I remember correctly, the Graphire4 uses a relative instead of an
absolute scroll wheel. Try RelWheelUp and RelWheelDown instead.

Jason

---
Day xee-nee-svsh duu-'ushtlh-ts'it;
nuu-wee-ya' duu-xan' 'vm-nvshtlh-ts'it.
Huu-chan xuu naa~-gha.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss
&lt;/pre&gt;</description>
    <dc:creator>Jason Gerecke</dc:creator>
    <dc:date>2012-05-24T18:25:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6372">
    <title>Scroll button problem Graphire4 in Precise</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6372</link>
    <description>&lt;pre&gt;Hello,

Just moved from Maverick to Precise
cannot manage to make the scrollwheel work.
the AbsWheelUp and AbsWheelDown are mapped to X keys 5 and 4
The buttons seem to be mapped to alt-left and alt-right keys, failed
to map them to anything else

I remember in Maverick the buttons and scrollwheel started working
after an update around a year ago or so. Hoping for the best.

Trying
&amp;lt;code&amp;gt;xsetwacom set "Wacom Graphire4 4x5 pad" AbsWheelUp "key up"&amp;lt;/code&amp;gt;
has no effect

Situation:

Ubuntu 12.04 Precise

X.Org X Server 1.11.3
Linux 3.2.0-24-generic
xorg-server 2:1.11.4-0ubuntu10.1

xsetwacom -V:
0.14.0

Virtual core pointer                          id=2    [master pointer  (3)]
   Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
   Wacom Graphire4 4x5 stylus                id=8    [slave  pointer  (2)]
   Wacom Graphire4 4x5 eraser                id=10   [slave  pointer  (2)]
   Wacom Graphire4 4x5 cursor                id=11   [slave  pointer  (2)]
   Wacom Graphire4 4x5 pad             &lt;/pre&gt;</description>
    <dc:creator>Martin Švec</dc:creator>
    <dc:date>2012-05-24T09:56:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6371">
    <title>Re: Bamboo not loading in Centos 6.2</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6371</link>
    <description>&lt;pre&gt;Hi alettta,

Kernel 2.6.32-220.13.1.el6.centos.plus.x86_64
X.Org X Server 1.10.4

Looking at your Xorg.0.log:
[ 39.278] (II) Using input driver 'wacom' for 'cursor'
[ 39.278] (II) Loading /usr/lib64/xorg/modules/input/wacom_drv.so
[ 39.278] (**) Option "SendCoreEvents"
[ 39.278] (**) cursor: always reports core events
[ 39.278] (**) Option "Device" "/dev/input/wacom"
[ 39.278] (WW) cursor: failed to open /dev/input/wacom.
[ 39.278] (EE) PreInit returned 8 for "cursor"
[ 39.278] (II) UnloadModule: "wacom"
[ 39.278] (II) Unloading wacom
[ 39.278] (II) Using input driver 'wacom' for 'stylus'
[ 39.278] (II) Loading /usr/lib64/xorg/modules/input/wacom_drv.so
[ 39.278] (**) Option "SendCoreEvents"
[ 39.279] (**) stylus: always reports core events
[ 39.279] (**) Option "Device" "/dev/input/wacom"
[ 39.279] (WW) stylus: failed to open /dev/input/wacom.
[ 39.279] (EE) PreInit returned 8 for "stylus"
[ 39.279] (II) UnloadModule: "wacom"
[ 39.279] (II) Unloading wacom
[ 39.279] (II) Using input driver 'wacom' for 'eras&lt;/pre&gt;</description>
    <dc:creator>Favux ...</dc:creator>
    <dc:date>2012-05-18T18:35:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6370">
    <title>Re: Panasonic CF-H2 Toughbook - patch fortesting</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6370</link>
    <description>&lt;pre&gt;
Fine, so I do not need that. Is there a recommended package or project
around shipping proper udev rules for getting the wacom.ko kernel
driver inserted automatically after a kernel boot ?

As of now, I am doing this either manually or a distribution dependent
way, but I presume a proper udev relevant package or a project
containing that would be beneficial. Do you know something about that
?

Best Regards,
Laszlo Papp

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Laszlo Papp</dc:creator>
    <dc:date>2012-05-15T17:20:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6369">
    <title>Re: Panasonic CF-H2 Toughbook - patch fortesting</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6369</link>
    <description>&lt;pre&gt;
xf86-input-wacom isn't really necessary if you run a kernel newer than 2.6.35.


xf86-input-wacom update is mainly for kernels older than 2.6.35, which
does not pass resolution from input_absinfo.

Ping


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Ping Cheng</dc:creator>
    <dc:date>2012-05-15T17:11:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6368">
    <title>Re: Panasonic CF-H2 Toughbook - patch fortesting</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6368</link>
    <description>&lt;pre&gt;Okay, finally got this working, yay \o/.

The input-wacom driver insertion was enough alone. The installed
ubuntu package, xserver-xorg-input-wacom-1:0.14.0-0ubuntu2, is fine if
I insert the module. I do not need the patched one in that case.

I am not sure for what I need the patched one then. Perhaps for
getting module loaded automatically after a reboot ? Could you please
clarify ?

Best Regards,
Laszlo Papp

On Tue, May 15, 2012 at 7:37 PM, Laszlo Papp &amp;lt;lpapp&amp;lt; at &amp;gt;kde.org&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Laszlo Papp</dc:creator>
    <dc:date>2012-05-15T16:54:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6367">
    <title>Re: Panasonic CF-H2 Toughbook - patch fortesting</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6367</link>
    <description>&lt;pre&gt;Hey,

I do not have such issues. Perhaps that was an old build log. This is
the current:
./autogen.sh --prefix=/usr --libdir=/usr/lib
autoreconf2.50: Entering directory `.'
autoreconf2.50: configure.ac: not using Gettext
autoreconf2.50: running: aclocal
autoreconf2.50: configure.ac: tracing
autoreconf2.50: running: libtoolize --install --copy
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf2.50: running: /usr/bin/autoconf
autoreconf2.50: running: /usr/bin/autoheader
autoreconf2.50: running: automake --add-missing --copy --no-force
autoreconf2.50: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
...

Rebuilding the git master HEAD version of the xf86-input-wacom project
does not break (no black blank screen), and the digitizer pen works.
Touch with my fingers does not.

It means that to me the driver does not really make the touch support
wor&lt;/pre&gt;</description>
    <dc:creator>Laszlo Papp</dc:creator>
    <dc:date>2012-05-15T16:37:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6366">
    <title>Re: Panasonic CF-H2 Toughbook - patch fortesting</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6366</link>
    <description>&lt;pre&gt;Hi Laszlo,

I added linuxwacom-discuss to our discussion so more people can reply
to you when I am not available.

libtool then build the kernel driver again.

Let's make sure the kernel driver works before moving to xf86-input-wacom.

To see if your Wacom kernel driver is running properly, please issue
"dmesg" after "modprobe wacom" and check message related to
wacom/Wacom.

Ping

On Tue, May 15, 2012 at 7:49 AM, Laszlo Papp &amp;lt;lpapp&amp;lt; at &amp;gt;kde.org&amp;gt; wrote:

------------------------
 root&amp;lt; at &amp;gt;symbio-CF-H2ASAAEF3:/home/symbio/Projects/wacom/input-wacom# ./autogen.sh
Can't exec "libtoolize": No such file or directory at
/usr/bin/autoreconf2.50 line 196.
Use of uninitialized value in pattern match (m//) at
/usr/bin/autoreconf2.50 line 196.
autoreconf2.50: Entering directory `.'
autoreconf2.50: configure.ac: not using Gettext
autoreconf2.50: running: aclocal
autoreconf2.50: configure.ac: tracing
autoreconf2.50: configure.ac: not using Libtool
autoreconf2.50: running: /usr/bin/autoconf
autoreconf2.50: running: /usr/bin/autohe&lt;/pre&gt;</description>
    <dc:creator>Ping Cheng</dc:creator>
    <dc:date>2012-05-15T16:29:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6365">
    <title>Bamboo not loading in Centos 6.2</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6365</link>
    <description>&lt;pre&gt;Subject: Re: [Linuxwacom-discuss] installing a Wacom Pad under Centos
        6.2
To: aletta&amp;lt; at &amp;gt;aletta.org
Cc: LinuxWacom Discuss &amp;lt;linuxwacom-discuss&amp;lt; at &amp;gt;lists.sourceforge.net&amp;gt;
Message-ID:
        &amp;lt;CANRwn3R0VwPS3Sb6NKO1y8L4by9WLCZuHdcjrDQ3Ynv+f0Pfwg&amp;lt; at &amp;gt;mail.gmail.com&amp;gt;
Content-Type: text/plain; charset=UTF-8

Could you attach the contents of your /var/log/Xorg.0.log file and
/etc/X11/xorg.conf file if you have one? It might be that the wacom
driver isn't being loaded.

Jason
&lt;/pre&gt;</description>
    <dc:creator>aletta mes</dc:creator>
    <dc:date>2012-05-15T01:04:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6364">
    <title>Re: Bamboo One, Pressure Reset</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6364</link>
    <description>&lt;pre&gt;

Thanks for the update.  I'll attempt to submit a patch to upstream asap.

Chris

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Chris Bagwell</dc:creator>
    <dc:date>2012-05-10T17:40:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6363">
    <title>Re: Ubuntu 12.04: Serial Wacom Tablet touch not in absolute mode when logged in</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6363</link>
    <description>&lt;pre&gt;10.05.2012 20:20, Timo Aaltonen kirjoitti:

.. though it also makes gnome-settings-daemon crashy, need to figure out
why.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Timo Aaltonen</dc:creator>
    <dc:date>2012-05-10T17:33:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6362">
    <title>Re: Ubuntu 12.04: Serial Wacom Tablet touch not in absolute mode when logged in</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6362</link>
    <description>&lt;pre&gt;07.05.2012 06:24, Favux ... kirjoitti:

The bug was due to g-s-d using the fallback device settings, since it
couldn't find a match from the libwacom data. Updating libwacom to 0.5
fixed it.

t

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Timo Aaltonen</dc:creator>
    <dc:date>2012-05-10T17:20:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6361">
    <title>Panasonic CF-H2 Toughbook - Touchscreen doesnot work</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6361</link>
    <description>&lt;pre&gt;Hey,

I have just come across this thread due to similar issues I am now tackling:
http://sourceforge.net/mailarchive/forum.php?thread_name=CAGzDe_a_LGjREjbuuCHXNUoRYhOJHAvgH_YfvZv22NSc6jsHvg%40mail.gmail.com&amp;amp;forum_name=linuxwacom-discuss

Having that thread read, I was able to get the digitizer work; thanks
to "Chris" and "favux". Please read this thread for further details:
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=525125&amp;amp;aid=3462918&amp;amp;group_id=69596

I am having precisely this device:
http://business.panasonic.co.uk/computer-product/products-and-accessories/introducing-the-full-toughbook-range/fully-ruggedized-toughbooks/cf-h2-field

At any rate, if I understood correctly, the solution for the
touchscreen in case the Samsung Slate 7 hardware, was an "upstream"
Linux kernel patch. What would be the best place where this issue
should be addressed ? I am not really a master of these hardwares,
especially since this panasonic toughbook is quite rare and extremely
expensive due to the military usage. :-)&lt;/pre&gt;</description>
    <dc:creator>Laszlo Papp</dc:creator>
    <dc:date>2012-05-10T10:27:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6360">
    <title>Re: Bamboo One, Pressure Reset</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6360</link>
    <description>&lt;pre&gt;Hi Chris,

I hope I'm not stealing Chu's thunder.


He did test your second solution.  "Okay, tested that code. Seems to
work!".  Screenshot:  http://i.imgur.com/McKKL.png

He also supplied evtest(3).txt.  I see the full pressure range,
starting at 3 and going all the way up to 1023.  Looks like you got it
first try.  :)

Favux
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss
&lt;/pre&gt;</description>
    <dc:creator>Favux ...</dc:creator>
    <dc:date>2012-05-09T20:27:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6359">
    <title>Re: two screens , a tablet and two pointers</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6359</link>
    <description>&lt;pre&gt;Hello,

It's working now.

I have generated a new xorg.conf , using nvidia-settings.
The trick has been to forget Xinerama, which was not working.
Instead, i use simple screen overlay, with Twinview:

Section "Screen"
     Identifier     "Screen0"
     Device         "Device0"
     Monitor        "Monitor0"
     DefaultDepth    24
     Option         "TwinView" "1"
     Option         "TwinViewXineramaInfoOrder" "CRT-0"
     Option         "metamodes" "CRT-0: 1280x1024 +0+0, CRT-1: 1280x1024 
+1280+0"
     SubSection     "Display"
         Depth       24
     EndSubSection
EndSection

If someone would use this configuration, then don't forget to remove 
«monitor» configuration from /etc/X11/xorg.conf.d/ directory.

Using «xorg.conf» configuration file is quite old school (it doesn't 
even exists in moderns xorg installations), but for me it was the solution.

You can find the complete config file here:

http://pastebin.com/4p5RcSPu


Thank you for helping me solving this.



-----------------------------&lt;/pre&gt;</description>
    <dc:creator>jseb</dc:creator>
    <dc:date>2012-05-08T21:03:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6358">
    <title>Re: Bamboo One, Pressure Reset</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6358</link>
    <description>&lt;pre&gt;
Glad to hear it.  If you have some spare time, I would appreciate if
you could test this solution since its safer for us to ship.

Replace the line you modified to 0x03 to instead read:

input_report_abs(input, ABS_PRESSURE, (le16_to_cpup((__le16
*)&amp;amp;data[6]) &amp;amp; features-&amp;gt;pressure_max));

Chris

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Chris Bagwell</dc:creator>
    <dc:date>2012-05-08T20:14:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.wacom/6357">
    <title>Re: Bamboo One, Pressure Reset</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.wacom/6357</link>
    <description>&lt;pre&gt;
Thanks for confirming, Jason.  Since pressure_max happens to be an
appropriate bitmask for all GRAPHIRES, we could change from this:

input_report_abs(input, ABS_PRESSURE, data[6] | ((data[7] &amp;amp; 0x01) &amp;lt;&amp;lt; 8));

to this to always ignore invalid bits and run faster.

input_report_abs(input, ABS_PRESSURE, (le16_to_cpup((__le16
*)&amp;amp;data[6]) &amp;amp; features-&amp;gt;pressure_max));

I always seem to get endian stuff wrong on first try but hopefully that works.

If someone could test it on a Graphire that supports at least 512
pressure levels then we can commit this fix.

Chris

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Chris Bagwell</dc:creator>
    <dc:date>2012-05-08T19:27:15</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.drivers.wacom">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.drivers.wacom</link>
  </textinput>
</rdf:RDF>

