Re: [Linuxwacom-devel] [PATCH xf86-input-wacom] Add three MT ISDv4 devices (E5, 100, 101)

2012-11-12 Thread Olivier Fourdan
Hi all,

Just a remark, if the proposed patches for IntegratedIn get 
accepted/merged, BuiltIn=true in the [Feature] section would have to 
be replaced by IntegratedIn=Display;System (those are ISD, right?) 
in the [Device] section.

Just something we need to remember, depending on which patches get 
merged first :)

Cheers,
Olivier.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] [PATCH xf86-input-wacom] Add three MT ISDv4 devices (E5, 100, 101)

2012-11-12 Thread Ping Cheng
On Mon, Nov 12, 2012 at 12:55 AM, Olivier Fourdan ofour...@redhat.comwrote:

 Hi all,

 Just a remark, if the proposed patches for IntegratedIn get
 accepted/merged, BuiltIn=true in the [Feature] section would have to be
 replaced by IntegratedIn=Display;System (those are ISD, right?) in the
 [Device] section.


Yes, they are all ISDs.


 Just something we need to remember, depending on which patches get merged
 first :)


 Thank you for the reminder. Peter will take care of it, I guess ;}.

Ping
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] [PATCH xf86-input-wacom] Add three MT ISDv4 devices (E5, 100, 101)

2012-11-12 Thread Peter Hutterer
On Mon, Nov 12, 2012 at 09:55:09AM +0100, Olivier Fourdan wrote:
 Hi all,
 
 Just a remark, if the proposed patches for IntegratedIn get
 accepted/merged, BuiltIn=true in the [Feature] section would have
 to be replaced by IntegratedIn=Display;System (those are ISD,
 right?) in the [Device] section.
 
 Just something we need to remember, depending on which patches get
 merged first :)

I've already pushed this patchset. Sorry, simple HW enablement patches are
easier to get out of the way and I still haven't found time to review the
IntegratedIn patches again :(

Cheers,
   Peter


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] [PATCH xf86-input-wacom] Add three MT ISDv4 devices (E5, 100, 101)

2012-11-08 Thread Ping Cheng
On Thursday, November 8, 2012, Peter Hutterer wrote:

 On Thu, Oct 25, 2012 at 05:50:14PM -0700, Ping Cheng wrote:
  Signed-off-by: pingli...@gmail.com javascript:;
  ---
   data/isdv4-100.tablet |   14 ++
   data/isdv4-101.tablet |   14 ++
   data/isdv4-e5.tablet  |   14 ++
   3 files changed, 42 insertions(+), 0 deletions(-)
   create mode 100644 data/isdv4-100.tablet
   create mode 100644 data/isdv4-101.tablet
   create mode 100644 data/isdv4-e5.tablet
 
  diff --git a/data/isdv4-100.tablet b/data/isdv4-100.tablet
  new file mode 100644
  index 000..3a78ee3
  --- /dev/null
  +++ b/data/isdv4-100.tablet
  @@ -0,0 +1,14 @@
  +# this is for Wacom MT touchscreen 0x0100 (10 fingers)
  +
  +[Device]
  +Name=Wacom ISDv4 100

 just confirming this - the other two are E101 and E4, this one is just 100.
 is this intended?


There are total of three new models: 0x100, 0x101, and 0xe5. There are no
0xe100 and 0xe4 .  Maybe I made typos somewhere?

Let me know either way and I'll fix it before pushing (if required)


Thank you for asking.

Ping


 Cheers,
Peter

  +DeviceMatch=usb:056a:0100
  +Class=ISDV4
  +Width=11
  +Height=6
  +
  +[Features]
  +Stylus=false
  +Touch=true
  +BuiltIn=true
  +Buttons=0
  diff --git a/data/isdv4-101.tablet b/data/isdv4-101.tablet
  new file mode 100644
  index 000..498c751
  --- /dev/null
  +++ b/data/isdv4-101.tablet
  @@ -0,0 +1,14 @@
  +# this is for the Wacom pen + touchscreen as found in the Fujitsu T902
  +
  +[Device]
  +Name=Wacom ISDv4 E101
  +DeviceMatch=usb:056a:0101
  +Class=ISDV4
  +Width=11
  +Height=6
  +
  +[Features]
  +Stylus=true
  +Touch=true
  +BuiltIn=true
  +Buttons=0
  diff --git a/data/isdv4-e5.tablet b/data/isdv4-e5.tablet
  new file mode 100644
  index 000..a22f476
  --- /dev/null
  +++ b/data/isdv4-e5.tablet
  @@ -0,0 +1,14 @@
  +# this is for Wacom MT touchscreen E5 (10 fingers)
  +
  +[Device]
  +Name=Wacom ISDv4 E5
  +DeviceMatch=usb:056a:00e5
  +Class=ISDV4
  +Width=11
  +Height=6
  +
  +[Features]
  +Stylus=false
  +Touch=true
  +BuiltIn=true
  +Buttons=0
  --
  1.7.1
 
 
 
 --
  Everyone hates slow websites. So do we.
  Make your web apps faster with AppDynamics
  Download AppDynamics Lite for free today:
  http://p.sf.net/sfu/appdyn_sfd2d_oct
  ___
  Linuxwacom-devel mailing list
  Linuxwacom-devel@lists.sourceforge.net javascript:;
  https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] [PATCH xf86-input-wacom] Add three MT ISDv4 devices (E5, 100, 101)

2012-11-08 Thread Peter Hutterer
On Thu, Nov 08, 2012 at 12:48:06AM -0800, Ping Cheng wrote:
 On Thursday, November 8, 2012, Peter Hutterer wrote:
 
  On Thu, Oct 25, 2012 at 05:50:14PM -0700, Ping Cheng wrote:
   Signed-off-by: pingli...@gmail.com javascript:;
   ---
data/isdv4-100.tablet |   14 ++
data/isdv4-101.tablet |   14 ++
data/isdv4-e5.tablet  |   14 ++
3 files changed, 42 insertions(+), 0 deletions(-)
create mode 100644 data/isdv4-100.tablet
create mode 100644 data/isdv4-101.tablet
create mode 100644 data/isdv4-e5.tablet
  
   diff --git a/data/isdv4-100.tablet b/data/isdv4-100.tablet
   new file mode 100644
   index 000..3a78ee3
   --- /dev/null
   +++ b/data/isdv4-100.tablet
   @@ -0,0 +1,14 @@
   +# this is for Wacom MT touchscreen 0x0100 (10 fingers)
   +
   +[Device]
   +Name=Wacom ISDv4 100
 
  just confirming this - the other two are E101 and E4, this one is just 100.
  is this intended?
 
 
 There are total of three new models: 0x100, 0x101, and 0xe5. There are no
 0xe100 and 0xe4 .  Maybe I made typos somewhere?

that's what I was wondering :)

From your patch:

+Name=Wacom ISDv4 E5
+Name=Wacom ISDv4 E101
+Name=Wacom ISDv4 100

The last one should be named E100? or the second one just 101?

Cheers,
   Peter


 
 Let me know either way and I'll fix it before pushing (if required)
 
 
 Thank you for asking.
 
 Ping
 
 
  Cheers,
 Peter
 
   +DeviceMatch=usb:056a:0100
   +Class=ISDV4
   +Width=11
   +Height=6
   +
   +[Features]
   +Stylus=false
   +Touch=true
   +BuiltIn=true
   +Buttons=0
   diff --git a/data/isdv4-101.tablet b/data/isdv4-101.tablet
   new file mode 100644
   index 000..498c751
   --- /dev/null
   +++ b/data/isdv4-101.tablet
   @@ -0,0 +1,14 @@
   +# this is for the Wacom pen + touchscreen as found in the Fujitsu T902
   +
   +[Device]
   +Name=Wacom ISDv4 E101
   +DeviceMatch=usb:056a:0101
   +Class=ISDV4
   +Width=11
   +Height=6
   +
   +[Features]
   +Stylus=true
   +Touch=true
   +BuiltIn=true
   +Buttons=0
   diff --git a/data/isdv4-e5.tablet b/data/isdv4-e5.tablet
   new file mode 100644
   index 000..a22f476
   --- /dev/null
   +++ b/data/isdv4-e5.tablet
   @@ -0,0 +1,14 @@
   +# this is for Wacom MT touchscreen E5 (10 fingers)
   +
   +[Device]
   +Name=Wacom ISDv4 E5
   +DeviceMatch=usb:056a:00e5
   +Class=ISDV4
   +Width=11
   +Height=6
   +
   +[Features]
   +Stylus=false
   +Touch=true
   +BuiltIn=true
   +Buttons=0
   --
   1.7.1
  
  
  
  --
   Everyone hates slow websites. So do we.
   Make your web apps faster with AppDynamics
   Download AppDynamics Lite for free today:
   http://p.sf.net/sfu/appdyn_sfd2d_oct
   ___
   Linuxwacom-devel mailing list
   Linuxwacom-devel@lists.sourceforge.net javascript:;
   https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
  
 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] [PATCH xf86-input-wacom] Add three MT ISDv4 devices (E5, 100, 101)

2012-11-08 Thread Ping Cheng
On Thursday, November 8, 2012, Peter Hutterer wrote:

 On Thu, Nov 08, 2012 at 12:48:06AM -0800, Ping Cheng wrote:
  On Thursday, November 8, 2012, Peter Hutterer wrote:
 
   On Thu, Oct 25, 2012 at 05:50:14PM -0700, Ping Cheng wrote:
Signed-off-by: pingli...@gmail.com javascript:; javascript:;
---
 data/isdv4-100.tablet |   14 ++
 data/isdv4-101.tablet |   14 ++
 data/isdv4-e5.tablet  |   14 ++
 3 files changed, 42 insertions(+), 0 deletions(-)
 create mode 100644 data/isdv4-100.tablet
 create mode 100644 data/isdv4-101.tablet
 create mode 100644 data/isdv4-e5.tablet
   
diff --git a/data/isdv4-100.tablet b/data/isdv4-100.tablet
new file mode 100644
index 000..3a78ee3
--- /dev/null
+++ b/data/isdv4-100.tablet
@@ -0,0 +1,14 @@
+# this is for Wacom MT touchscreen 0x0100 (10 fingers)
+
+[Device]
+Name=Wacom ISDv4 100
  
   just confirming this - the other two are E101 and E4, this one is just
 100.
   is this intended?
  
  
  There are total of three new models: 0x100, 0x101, and 0xe5. There are no
  0xe100 and 0xe4 .  Maybe I made typos somewhere?

 that's what I was wondering :)

 From your patch:

 +Name=Wacom ISDv4 E5
 +Name=Wacom ISDv4 E101
 +Name=Wacom ISDv4 100

 The last one should be named E100? or the second one just 101?


I see. A copy/paste error. It should be:

+Name=Wacom ISDv4 101

Nice catch ;-)! Thank you.

Ping

   +Touch=true
+BuiltIn=true
+Buttons=0
diff --git a/data/isdv4-101.tablet b/data/isdv4-101.tablet
new file mode 100644
index 000..498c751
--- /dev/null
+++ b/data/isdv4-101.tablet
@@ -0,0 +1,14 @@
+# this is for the Wacom pen + touchscreen as found in the Fujitsu
 T902
+
+[Device]
+Name=Wacom ISDv4 E101
+DeviceMatch=usb:056a:0101
+Class=ISDV4
+Width=11
+Height=6
+
+[Features]
+Stylus=true
+Touch=true
+BuiltIn=true
+Buttons=0
diff --git a/data/isdv4-e5.tablet b/data/isdv4-e5.tablet
new file mode 100644
index 000..a22f476
--- /dev/null
+++ b/data/isdv4-e5.tablet
@@ -0,0 +1,14 @@
+# this is for Wacom MT touchscreen E5 (10 fingers)
+
+[Device]
+Name=Wacom ISDv4 E5
+DeviceMatch=usb:056a:00e5
+Class=ISDV4
+Width=11
+Height=6
+
+[Features]
+Stylus=false
+Touch=true
+BuiltIn=true
+Buttons=0
--
1.7.1
   
   
   
  
 --
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net javascript:; javascript:;
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
   
  

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] [PATCH xf86-input-wacom] Add three MT ISDv4 devices (E5, 100, 101)

2012-10-25 Thread pinglinux
From: Ping Cheng pi...@wacom.com

Signed-off-by: pingli...@gmail.com
---
 src/wcmUSB.c|3 +++
 src/wcmValidateDevice.c |3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/wcmUSB.c b/src/wcmUSB.c
index 92c2820..bfb0961 100644
--- a/src/wcmUSB.c
+++ b/src/wcmUSB.c
@@ -287,9 +287,12 @@ static struct
{ WACOM_VENDOR_ID, 0x9F, 10, 10, usbTabletPC   }, /* CapPlus  
0x9F */
{ WACOM_VENDOR_ID, 0xE2, 10, 10, usbTabletPC   }, /* TabletPC 
0xE2 */
{ WACOM_VENDOR_ID, 0xE3, 10, 10, usbTabletPC   }, /* TabletPC 
0xE3 */
+   { WACOM_VENDOR_ID, 0xE5, 10, 10, usbTabletPC   }, /* TabletPC 
0xE5 */
{ WACOM_VENDOR_ID, 0xE6, 10, 10, usbTabletPC   }, /* TabletPC 
0xE6 */
{ WACOM_VENDOR_ID, 0xED, 10, 10, usbTabletPC   }, /* TabletPC 
0xED */
{ WACOM_VENDOR_ID, 0xEF, 10, 10, usbTabletPC   }, /* TabletPC 
0xEF */
+   { WACOM_VENDOR_ID, 0x100,10, 10, usbTabletPC   }, /* TabletPC 
0x100 */
+   { WACOM_VENDOR_ID, 0x101,10, 10, usbTabletPC   }, /* TabletPC 
0x101 */
 
/* IDs from Waltop's driver, available 
http://www.waltop.com.tw/download.asp?lv=0id=2.
   Accessed 8 Apr 2010, driver release date 2009/08/11, fork of 
linuxwacom 0.8.4.
diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c
index bc5ad44..62adf1f 100644
--- a/src/wcmValidateDevice.c
+++ b/src/wcmValidateDevice.c
@@ -267,8 +267,11 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo)
TabletSetFeature(priv-common, WCM_STRIP | 
WCM_ROTATION);
break;
 
+   case 0x100: /* TPC with MT */
+   case 0x101: /* TPC with MT */
case 0xE2: /* TPC with 2FGT */
case 0xE3: /* TPC with 2FGT */
+   case 0xE5: /* TPC with MT */
case 0xE6: /* TPC with 2FGT */
case 0x93: /* TPC with 1FGT */
case 0x9A: /* TPC with 1FGT */
-- 
1.7.1


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel