All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add support for Lenovo tablet ID (0xE6)
@ 2011-03-31 17:20 Manoj Iyer
  2011-03-31 17:20 ` Manoj Iyer
  0 siblings, 1 reply; 11+ messages in thread
From: Manoj Iyer @ 2011-03-31 17:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: dmitry.torokhov, pingc, chris

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)




^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH V2] add support for Lenovo tablet ID (0xE6)
@ 2011-03-31 19:50 Manoj Iyer
  2011-03-31 19:50 ` [PATCH] " Manoj Iyer
  0 siblings, 1 reply; 11+ messages in thread
From: Manoj Iyer @ 2011-03-31 19:50 UTC (permalink / raw)
  To: linux-kernel; +Cc: dmitry.torokhov, pingc, chris



As per Ping's comments, I have based this patch on Dmitry Torokhov's
for-linus tree. I have based it on entries for 0xE3, and added X,Y 
values from the tablet. 



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-04-01  5:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-31 17:20 [PATCH] add support for Lenovo tablet ID (0xE6) Manoj Iyer
2011-03-31 17:20 ` 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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.