From: Manoj Iyer <manoj.iyer@canonical.com>
To: linux-kernel@vger.kernel.org
Cc: dmitry.torokhov@gmail.com, pingc@wacom.com, chris@cnpbagwell.com
Subject: [PATCH] add support for Lenovo tablet ID (0xE6)
Date: Thu, 31 Mar 2011 12:20:51 -0500 [thread overview]
Message-ID: <1301592052-4064-1-git-send-email-manoj.iyer@canonical.com> (raw)
Please consider this patch to wacom for Lenovo x220.
Patch enables wacom touch screen on Lenovo x220. Values are as per
reported in Xorg.0.log and attached here.
[ 12.877] (II) config/udev: Adding input device Wacom ISDv4 E6 Pen (/dev/input/event6)
[ 12.877] (**) Wacom ISDv4 E6 Pen: Applying InputClass "evdev tablet catchall"
[ 12.877] (**) Wacom ISDv4 E6 Pen: Applying InputClass "Wacom class"
[ 12.877] (II) LoadModule: "wacom"
[ 12.878] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
[ 12.878] (II) Module wacom: vendor="X.Org Foundation"
[ 12.878] compiled for 1.9.0, module version = 0.10.8
[ 12.878] Module class: X.Org XInput Driver
[ 12.878] ABI class: X.Org XInput driver, version 11.0
[ 12.878] (**) Option "Device" "/dev/input/event6"
[ 12.892] (II) Wacom ISDv4 E6 Pen: type not specified, assuming 'stylus'.
[ 12.892] (II) Wacom ISDv4 E6 Pen: other types will be automatically added.
[ 12.892] (**) Wacom ISDv4 E6 Pen stylus: always reports core events
[ 12.892] (--) Wacom ISDv4 E6 Pen stylus: using pressure threshold of 27 for button 1
[ 12.892] (--) Wacom ISDv4 E6 Pen stylus: Wacom USB TabletPC tablet maxX=27760 maxY=15694 maxZ=255 resX=1016 resY=1016 tilt=disabled
[ 12.892] (II) Wacom ISDv4 E6 Pen stylus: hotplugging dependent devices.
[ 12.892] (**) Wacom ISDv4 E6 Pen eraser: Applying InputClass "evdev tablet catchall"
[ 12.892] (**) Wacom ISDv4 E6 Pen eraser: Applying InputClass "Wacom class"
[ 12.892] (**) Option "Device" "/dev/input/event6"
[ 12.920] (**) Wacom ISDv4 E6 Pen eraser: always reports core events
[ 12.920] (--) Wacom ISDv4 E6 Pen eraser: Wacom USB TabletPC tablet maxX=27760 maxY=15694 maxZ=255 resX=1016 resY=1016 tilt=disabled
[ 12.936] (II) XINPUT: Adding extended input device "Wacom ISDv4 E6 Pen eraser" (type: ERASER)
[ 12.936] (--) Wacom ISDv4 E6 Pen eraser: top X=0 top Y=0 bottom X=27760 bottom Y=15694 resol X=1016 resol Y=1016
[ 12.988] (II) Wacom ISDv4 E6 Pen stylus: hotplugging completed.
[ 13.036] (II) XINPUT: Adding extended input device "Wacom ISDv4 E6 Pen stylus" (type: STYLUS)
[ 13.036] (--) Wacom ISDv4 E6 Pen stylus: top X=0 top Y=0 bottom X=27760 bottom Y=15694 resol X=1016 resol Y=1016
[ 13.036] (II) config/udev: Adding input device Wacom ISDv4 E6 Pen (/dev/input/mouse0)
[ 13.036] (II) No input driver/identifier specified (ignoring)
[ 13.036] (II) config/udev: Adding input device Wacom ISDv4 E6 Finger (/dev/input/event7)
[ 13.036] (**) Wacom ISDv4 E6 Finger: Applying InputClass "evdev touchscreen catchall"
[ 13.036] (**) Wacom ISDv4 E6 Finger: Applying InputClass "Wacom class"
[ 13.036] (**) Option "Device" "/dev/input/event7"
[ 13.068] (II) Wacom ISDv4 E6 Finger: type not specified, assuming 'touch'.
[ 13.068] (II) Wacom ISDv4 E6 Finger: other types will be automatically added.
[ 13.068] (**) Wacom ISDv4 E6 Finger touch: always reports core events
[ 13.068] (--) Wacom ISDv4 E6 Finger touch: using pressure threshold of 27 for button 1
[ 13.068] (--) Wacom ISDv4 E6 Finger touch: Wacom USB TabletPC tablet maxX=0 maxY=0 maxZ=255 resX=1016 resY=1016 tilt=disabled
[ 13.068] (II) Wacom ISDv4 E6 Finger touch: hotplugging dependent devices.
[ 13.068] (II) Wacom ISDv4 E6 Finger touch: hotplugging completed.
[ 13.132] (II) XINPUT: Adding extended input device "Wacom ISDv4 E6 Finger touch" (type: TOUCH)
[ 13.132] (--) Wacom ISDv4 E6 Finger touch: top X=0 top Y=0 bottom X=2776 bottom Y=1549 resol X=1016 resol Y=1016
[ 13.228] (II) config/udev: Adding input device Wacom ISDv4 E6 Finger (/dev/input/mouse1)
next reply other threads:[~2011-03-31 17:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-31 17:20 Manoj Iyer [this message]
2011-03-31 17:20 ` [PATCH] add support for Lenovo tablet ID (0xE6) Manoj Iyer
2011-03-31 17:43 ` Dmitry Torokhov
2011-03-31 17:46 ` Manoj
2011-03-31 17:58 ` Chris Bagwell
2011-03-31 18:07 ` Dmitry Torokhov
2011-03-31 18:21 ` Chris Bagwell
2011-03-31 18:28 ` Manoj
2011-03-31 19:17 ` Ping Cheng
-- strict thread matches above, loose matches on Subject: below --
2011-03-31 19:50 [PATCH V2] " Manoj Iyer
2011-03-31 19:50 ` [PATCH] " Manoj Iyer
2011-04-01 5:40 ` Dmitry Torokhov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1301592052-4064-1-git-send-email-manoj.iyer@canonical.com \
--to=manoj.iyer@canonical.com \
--cc=chris@cnpbagwell.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pingc@wacom.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox