Re: [Linuxwacom-devel] Patches for supporting Wacom Bamboo Fun CTH-661SE-NL

2011-03-02 Thread Ping Cheng
On Sun, Feb 27, 2011 at 12:16 PM, Pander pan...@users.sourceforge.netwrote:

 Hi all,

 Here are some patches for supporting Wacom Bamboo Fun CTH-661SE-NL.
 These are created on a system with Ubuntu 10.10 Maverick.

 The USB ID has been added to the USB ID Repository at
 https://usb-ids.gowdy.us/read/UD/056a/00db

 Before this trickles down, the following patches need to be applied:



 --- /var/lib/usbutils/.usb.ids  2011-02-27 20:58:10.58605 +0100
 +++ /var/lib/usbutils/usb.ids   2011-02-27 21:01:34.706049996 +0100
 @@ -4892,6 +4892,7 @@
00c6  Cintiq 12WX
00c7  DTU-1931
00d3  Bamboo Fun (CTH-661)
 +   00db  Bamboo Fun (CTH-661SE-NL)
0400  PenPartner 4x5
4850  PenPartner 6x8
  056b  Decicon, Inc.



 --- /usr/share/hwdata/.usb.ids  2011-02-27 21:07:29.386049996 +0100
 +++ /usr/share/hwdata/usb.ids   2011-02-27 21:08:04.076049994 +0100
 @@ -4629,6 +4629,7 @@
0044  Intuos2 12x12
0045  Intuos2 12x18
00b5  Intuos3 6x11 (PTZ-631W)
 +   00db  Bamboo Fun (CTH-661SE-NL)
0400  PenPartner 4x5
4850  PenPartner 6x8
  056b  Decicon, Inc.



 --- /lib/modules/2.6.35-25-generic/.modules.alias   2011-02-27
 16:18:03.554113003 +0100
 +++ /lib/modules/2.6.35-25-generic/modules.alias2011-02-27
 16:18:46.304113004 +0100
 @@ -7842,6 +7842,7 @@ alias usb:v056Ap0012d*dc*dsc*dp*ic*isc*i
  alias usb:v056Ap0011d*dc*dsc*dp*ic*isc*ip* wacom
  alias usb:v056Ap0010d*dc*dsc*dp*ic*isc*ip* wacom
  alias usb:v056Apd*dc*dsc*dp*ic*isc*ip* wacom
 +alias usb:v056Ap00DBd*dc*dsc*dp*ic*isc*ip* wacom
  alias platform:88pm860x-touch 88pm860x_ts
  alias spi:ad7877 ad7877
  alias spi:ad7879 ad7879



 --- /lib/modules/2.6.35-25-generic/.modules.usbmap  2011-02-27
 16:15:12.214112988 +0100
 +++ /lib/modules/2.6.35-25-generic/modules.usbmap   2011-02-27
 16:17:21.934112993 +0100
 @@ -3533,6 +3533,7 @@ wacom0x0003  0x056a
  wacom0x0003  0x056a   0x00e20x   0x
  0x00 0x000x000x000x00
  0x00   0x0
  wacom0x0003  0x056a   0x00e30x   0x
  0x00 0x000x000x000x00
  0x00   0x0
  wacom0x0003  0x056a   0x00470x   0x
  0x00 0x000x000x000x00
  0x00   0x0
 +wacom0x0003  0x056a   0x00db0x   0x
  0x00 0x000x000x000x00
  0x00   0x0
  usbtouchscreen   0x0283  0x0eef   0x00010x   0x
  0x00 0x000x000x030x00
  0x02   0x0
  usbtouchscreen   0x0283  0x0eef   0x00020x   0x
  0x00 0x000x000x030x00
  0x02   0x0
  usbtouchscreen   0x0003  0x3823   0x00010x   0x
  0x00 0x000x000x000x00
  0x00   0x0

Those files do not blong to wacom driver.


 Please also report them upstream.

There is nothing we can do about those files.


 Please let me know what to add to
  /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules
 for this Wacom Bamboo Fun (pen and touch)


This could be something we care. But I am not sure where we need to include
it: xf86-input-wacom, the X server driver for version 1.7 and later does
not include the .rules file any more. Let's ask the list to see what they
want.

Do we still need the .rules for static defined devices in xorg.conf?

Ping
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev ___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] Patches for supporting Wacom Bamboo Fun CTH-661SE-NL

2011-03-02 Thread Favux ...
On Wed, Mar 2, 2011 at 4:22 PM, Peter Hutterer peter.hutte...@who-t.net wrote:
 On Tue, Mar 01, 2011 at 01:41:54PM -0800, Ping Cheng wrote:
 On Sun, Feb 27, 2011 at 12:16 PM, Pander pan...@users.sourceforge.netwrote:
  Please let me know what to add to
   /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules
  for this Wacom Bamboo Fun (pen and touch)


 This could be something we care. But I am not sure where we need to include
 it: xf86-input-wacom, the X server driver for version 1.7 and later does
 not include the .rules file any more. Let's ask the list to see what they
 want.

 Do we still need the .rules for static defined devices in xorg.conf?

 I'm rather against them. it's much easier these days configuring devices
 through hotplugging (and I think the majority of ppl does just that).
 maintaining a huge list of udev rules seems unnecessary in this regard -
 those who really need them can quickly set them up based on their local
 configurations.

 Cheers,
  Peter

Oops.

Pander, just updated the wacom.rules for your model BambooPT.  See the
mediawiki Fixed device files with udev:
http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Fixed_device_files_with_udev

But as Peter points out they are not needed any more unless you are
using the xorg.conf to configure for some reason and want wacom
symlinks.

Favux

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] Patches for supporting Wacom Bamboo Fun CTH-661SE-NL

2011-03-02 Thread Peter Hutterer
On Wed, Mar 02, 2011 at 05:07:37PM -0600, Favux ... wrote:
 On Wed, Mar 2, 2011 at 4:22 PM, Peter Hutterer peter.hutte...@who-t.net 
 wrote:
  On Tue, Mar 01, 2011 at 01:41:54PM -0800, Ping Cheng wrote:
  On Sun, Feb 27, 2011 at 12:16 PM, Pander 
  pan...@users.sourceforge.netwrote:
   Please let me know what to add to
    /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules
   for this Wacom Bamboo Fun (pen and touch)
 
 
  This could be something we care. But I am not sure where we need to include
  it: xf86-input-wacom, the X server driver for version 1.7 and later does
  not include the .rules file any more. Let's ask the list to see what they
  want.
 
  Do we still need the .rules for static defined devices in xorg.conf?
 
  I'm rather against them. it's much easier these days configuring devices
  through hotplugging (and I think the majority of ppl does just that).
  maintaining a huge list of udev rules seems unnecessary in this regard -
  those who really need them can quickly set them up based on their local
  configurations.
 
  Cheers,
   Peter
 
 Oops.
 
 Pander, just updated the wacom.rules for your model BambooPT.  See the
 mediawiki Fixed device files with udev:
 http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Fixed_device_files_with_udev
 
 But as Peter points out they are not needed any more unless you are
 using the xorg.conf to configure for some reason and want wacom
 symlinks.

hehe, more clarification on that: having them on the wiki is a good thing.
that's what the wiki is for, finding documentation for special setups. I
don't think we need to maintain and ship them as part of the driver thoguh.

having said that, i think that the scripts we have on this page should
explain a bit better _what_ they are actually doing instead of just
providing the full list (I added a fixme to the page for now).

And of course there's the argument that one or two examples should be enough
and we don't need to worry about updating the list for every single ID as it
comes out but rather teach the users how to add it to their setup if they
need it.
 
Cheers,
  Peter

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] Patches for supporting Wacom Bamboo Fun CTH-661SE-NL

2011-02-27 Thread Pander
Hi all,

Here are some patches for supporting Wacom Bamboo Fun CTH-661SE-NL.
These are created on a system with Ubuntu 10.10 Maverick.

The USB ID has been added to the USB ID Repository at
https://usb-ids.gowdy.us/read/UD/056a/00db

Before this trickles down, the following patches need to be applied:



--- /var/lib/usbutils/.usb.ids  2011-02-27 20:58:10.58605 +0100
+++ /var/lib/usbutils/usb.ids   2011-02-27 21:01:34.706049996 +0100
@@ -4892,6 +4892,7 @@
00c6  Cintiq 12WX
00c7  DTU-1931
00d3  Bamboo Fun (CTH-661)
+   00db  Bamboo Fun (CTH-661SE-NL)
0400  PenPartner 4x5
4850  PenPartner 6x8
 056b  Decicon, Inc.



--- /usr/share/hwdata/.usb.ids  2011-02-27 21:07:29.386049996 +0100
+++ /usr/share/hwdata/usb.ids   2011-02-27 21:08:04.076049994 +0100
@@ -4629,6 +4629,7 @@
0044  Intuos2 12x12
0045  Intuos2 12x18
00b5  Intuos3 6x11 (PTZ-631W)
+   00db  Bamboo Fun (CTH-661SE-NL)
0400  PenPartner 4x5
4850  PenPartner 6x8
 056b  Decicon, Inc.



--- /lib/modules/2.6.35-25-generic/.modules.alias   2011-02-27
16:18:03.554113003 +0100
+++ /lib/modules/2.6.35-25-generic/modules.alias2011-02-27
16:18:46.304113004 +0100
@@ -7842,6 +7842,7 @@ alias usb:v056Ap0012d*dc*dsc*dp*ic*isc*i
 alias usb:v056Ap0011d*dc*dsc*dp*ic*isc*ip* wacom
 alias usb:v056Ap0010d*dc*dsc*dp*ic*isc*ip* wacom
 alias usb:v056Apd*dc*dsc*dp*ic*isc*ip* wacom
+alias usb:v056Ap00DBd*dc*dsc*dp*ic*isc*ip* wacom
 alias platform:88pm860x-touch 88pm860x_ts
 alias spi:ad7877 ad7877
 alias spi:ad7879 ad7879



--- /lib/modules/2.6.35-25-generic/.modules.usbmap  2011-02-27
16:15:12.214112988 +0100
+++ /lib/modules/2.6.35-25-generic/modules.usbmap   2011-02-27
16:17:21.934112993 +0100
@@ -3533,6 +3533,7 @@ wacom0x0003  0x056a
 wacom0x0003  0x056a   0x00e20x   0x
  0x00 0x000x000x000x00
  0x00   0x0
 wacom0x0003  0x056a   0x00e30x   0x
  0x00 0x000x000x000x00
  0x00   0x0
 wacom0x0003  0x056a   0x00470x   0x
  0x00 0x000x000x000x00
  0x00   0x0
+wacom0x0003  0x056a   0x00db0x   0x
  0x00 0x000x000x000x00
  0x00   0x0
 usbtouchscreen   0x0283  0x0eef   0x00010x   0x
  0x00 0x000x000x030x00
  0x02   0x0
 usbtouchscreen   0x0283  0x0eef   0x00020x   0x
  0x00 0x000x000x030x00
  0x02   0x0
 usbtouchscreen   0x0003  0x3823   0x00010x   0x
  0x00 0x000x000x000x00
  0x00   0x0



Please also report them upstream.

Please let me know what to add to
  /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules
for this Wacom Bamboo Fun (pen and touch)

Thanks,

Pander

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel