|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
[Patch libwacom 0/3] data: add 3 more tablet PCsA couple of questions for the N-Trig. Used:
class=ISDV4 Is that acceptable? Touch=true The hid-ntrig.ko exports both 1FT (N-Trig Touchscreen) and 4FGT (N-Trig MultiTouch). Both work on xf86-input-wacom. When Rafi Rubin modified the N-Trig snippet to match the pen only xf86-input-wacom didn't handle the mt well. Besides evdev supported the 4FG multitouch. However since then, with the mt changes to xf86-input-wacom, the N-Trig mt works well on xf86-input-wacom's 2FGT. But almost everyone appears to be using the default evdev for touch setup. Should Touch= be changed? Dave ------------------------------------------------------------------------------ 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-devel mailing list Linuxwacom-devel@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel |
|
|
[Patch libwacom 1/3] data: add ISDV4 90 tabletRepresented by the ASUS R1E and ASUS R1F USB tablet PC models.
Signed-off-by: David Foley <favux.is@...> --- data/isdv4-90.tablet | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data/isdv4-90.tablet diff --git a/data/isdv4-90.tablet b/data/isdv4-90.tablet new file mode 100644 index 0000000..4274824 --- /dev/null +++ b/data/isdv4-90.tablet @@ -0,0 +1,18 @@ +# USB tablet PC models: ASUS R1E and ASUS R1F +# +# stylus with one button and eraser +# +# Screen size 11.7 x 7.9; 13.3" diagonal + +[Device] +Name=Wacom ISDv4 90 +DeviceMatch=usb:056a:0090;serial:056a:0090 +Class=ISDV4 +Width=12 +Height=8 + +[Features] +Stylus=true +Touch=false +Buttons=0 +BuiltIn=true -- 1.7.9.5 ------------------------------------------------------------------------------ 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-devel mailing list Linuxwacom-devel@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel |
|
|
[Patch libwacom 2/3] data: add ISDV4 93 tabletRepresented by the HP Pavilion TX2000 and HP Pavilion TX2500 USB tablet PC models.
Signed-off-by: David Foley <favux.is@...> --- data/isdv4-93.tablet | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data/isdv4-93.tablet diff --git a/data/isdv4-93.tablet b/data/isdv4-93.tablet new file mode 100644 index 0000000..199deee --- /dev/null +++ b/data/isdv4-93.tablet @@ -0,0 +1,18 @@ +# USB tablet PC models: HP Pavilion TX2000 and HP Pavilion TX2500 +# +# stylus with two buttons and eraser; 1FGT touchscreen +# +# Screen size 10.2 x 6.4; 12.1" diagonal + +[Device] +Name=Wacom ISDv4 93 +DeviceMatch=usb:056a:0093;serial:056a:0093 +Class=ISDV4 +Width=10 +Height=6 + +[Features] +Stylus=true +Touch=true +Buttons=0 +BuiltIn=true -- 1.7.9.5 ------------------------------------------------------------------------------ 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-devel mailing list Linuxwacom-devel@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel |
|
|
[Patch libwacom 3/3] data: add N-Trig tablet PCRepresented by the HP TouchSmart TX2z, Dell Latitude XT, and Dell Latitude XT2 USB tablet PC models.
Signed-off-by: David Foley <favux.is@...> --- data/n-trig-pen.tablet | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 data/n-trig-pen.tablet diff --git a/data/n-trig-pen.tablet b/data/n-trig-pen.tablet new file mode 100644 index 0000000..5297228 --- /dev/null +++ b/data/n-trig-pen.tablet @@ -0,0 +1,19 @@ +# USB tablet PC models: HP TouchSmart TX2z, Dell Latitude XT, and Dell Latitude XT2 +# +# stylus with two buttons and no eraser; 4FGT touchscreen +# +# HP Screen size 10.2 x 6.4; 12.1" diagonal +# Dell Screen size 10.3 x 6.4; 12.1" diagonal + +[Device] +Name=N-Trig Pen +DeviceMatch=usb:1b96:0001 +Class=ISDV4 +Width=10 +Height=6 + +[Features] +Stylus=true +Touch=true +Buttons=0 +BuiltIn=true -- 1.7.9.5 ------------------------------------------------------------------------------ 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-devel mailing list Linuxwacom-devel@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel |
|
|
Re: [Patch libwacom 0/3] data: add 3 more tablet PCsOn Tue, May 22, 2012 at 12:55:44PM -0500, David Foley wrote:
> A couple of questions for the N-Trig. Used: > class=ISDV4 > Is that acceptable? It is for now, I think. > Touch=true > The hid-ntrig.ko exports both 1FT (N-Trig Touchscreen) and 4FGT (N-Trig > MultiTouch). Both work on xf86-input-wacom. When Rafi Rubin modified the > N-Trig snippet to match the pen only xf86-input-wacom didn't handle the mt > well. Besides evdev supported the 4FG multitouch. However since then, > with the mt changes to xf86-input-wacom, the N-Trig mt works well on > xf86-input-wacom's 2FGT. But almost everyone appears to be using the > default evdev for touch setup. Should Touch= be changed? I don't think so. This is a tablet model database, it should state what the tablet does, not necessarily what a driver can do with it. So Touch=true is the correct value here. Cheers, Peter ------------------------------------------------------------------------------ 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-devel mailing list Linuxwacom-devel@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel |
| Free embeddable forum powered by Nabble | Forum Help |