Re: [Linuxwacom-devel] Small patch to improve comment

2011-03-02 Thread Pander
On 2011-03-02 22:24, Favux ... wrote:
> Hi Chris,
> 
> We got it from the label on the back of the tablet to start
> distinguishing them from the previous 5 models.  Because some of the
> Bamboo models were overlapping.

See below for extra data on my tablet.

> Pander, the Ubuntu community wikis are maintained by Ubuntu users, not
> the linux wacom project.  Loic2 is no longer maintaining the Wacom
> wiki pages.  His thread associated with the wiki is here:
> http://ubuntuforums.org/showthread.php?t=967147  At least one other
> person has done an update.  You could start updating them if you
> wanted to.

I have already updated to screenshots for GIMP. However, troubleshooting
pressure levels should also be easily possible via the driver/tools I
think. Anyway, good news is that meanwhile pressure levels work for me :D.

> I'll submit a patch for /* CTH-661/L */ if wanted.

See below for all data. Best is that you guys decide.

> Favux
> 
> On Wed, Mar 2, 2011 at 9:56 AM, Pander  wrote:
>> On 2011-03-02 16:17, Chris Bagwell wrote:
>>> Dave, can you comment on this?  I tend to rely on the information
>>> you've collected in Ubuntu forum (probably its in wiki now?).  See
>>> below.
>>>
>>> On Tue, Mar 1, 2011 at 4:32 PM, Peter Hutterer  
>>> wrote:
 On Tue, Mar 01, 2011 at 09:58:40AM +0100, Pander wrote:
> Hi all,
>
> Small patch to improve comment in src/wcmUSB.c
>
> line 200 CTH-661 -> Bamboo Fun CTH-661SE-NL
>
> See attachment. Can someone take this patch under consideration?
>
> I also have a question related to this model. Is it correct that the new
> series Bamboo Fun (the one above with Touch and Pen and Gesture)  are
> &usbBamboo and the older Bamboo Fun are &usbBambooFun?
>
> Thanks,
>
> Pander

> --- src/.wcmUSB.c 2011-03-01 09:44:04.274570995 +0100
> +++ src/wcmUSB.c  2011-03-01 09:45:58.944570994 +0100
> @@ -200,7 +200,7 @@ static struct
>   { WACOM_VENDOR_ID, 0xD7, 10, 10, &usbBamboo }, /* 
> CTH-461/S */
>   { WACOM_VENDOR_ID, 0xD8, 10, 10, &usbBamboo }, /* 
> CTH-661/S1 */
>   { WACOM_VENDOR_ID, 0xDA, 10, 10, &usbBamboo }, /* 
> CTH-461/L */
> - { WACOM_VENDOR_ID, 0xDB, 10, 10, &usbBamboo }, /* 
> CTH-661 */
> + { WACOM_VENDOR_ID, 0xDB, 10, 10, &usbBamboo }, /* 
> Bamboo Fun CTH-661SE-NL */
>
>   { WACOM_VENDOR_ID, 0x20, 10, 10, &usbIntuos }, /* 
> Intuos 4x5 */
>   { WACOM_VENDOR_ID, 0x21, 10, 10, &usbIntuos }, /* 
> Intuos 6x8 */

 Chris or Ping, can I have your ACK on this, you know the bamboos better.
>>>
>>> The following is from info Dave collected:
>>>
>>> Bamboo P & T Special Edition Small (CTH461/L; Product ID = 0xdA)
>>> Bamboo P & T Special Edition Medium (CTH661/L; Product ID = 0xdB)
>>>
>>> I'm not sure where the pre-existing convention of "/L", "/S1", etc
>>> comes from since my Bamboo is simply CTH-460.  Is it from output of
>>> lsusb (iProduct) or is it from back of tablet?
>>>
>>> Following the convention of Small Special Edition tablet, it should
>>> read "CTH-661/L".

The barcode on the back of tablet 056a:00db reads indeed:

  CTH-661/L

The package says also:

  Bamboo Pen & Touch Special Edition Medium

The barcode on the package says:

  CTH-661SE-NL (Special Edition Netherlands)

That is what I added to https://usb-ids.gowdy.us/read/UD/056a


>> Hi all, It is fine by me if it is the project's naming convention.
>>
>> The USB ID list here:
>>  https://usb-ids.gowdy.us/read/UD/056a
>> has been created without any conventions by many different users. If it
>> is necessary, perhaps supply the maintainer of https://usb-ids.gowdy.us
>> with a bulk update per email. I understand that technically this might
>> not be necessary but documentation wise it could be good to do anyway to
>> avoid misunderstandings.
>>
>> Does anyone have advise on how to troubleshoot stylus and eraser
>> pressure levels? In GIMP and Inkscape I ony get nothing or 100% even
>> though I followed the instructions from
>> https://help.ubuntu.com/community/Wacom
>>
>> Regards,
>>
>> Pander
>>
>>> Chris
>>
>>
>> --
>> 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
>>


--
Free Software Download: Index,

Re: [Linuxwacom-devel] Small patch to improve comment

2011-03-02 Thread Favux ...
Hi Chris,

We got it from the label on the back of the tablet to start
distinguishing them from the previous 5 models.  Because some of the
Bamboo models were overlapping.

Pander, the Ubuntu community wikis are maintained by Ubuntu users, not
the linux wacom project.  Loic2 is no longer maintaining the Wacom
wiki pages.  His thread associated with the wiki is here:
http://ubuntuforums.org/showthread.php?t=967147  At least one other
person has done an update.  You could start updating them if you
wanted to.

I'll submit a patch for /* CTH-661/L */ if wanted.

Favux

On Wed, Mar 2, 2011 at 9:56 AM, Pander  wrote:
> On 2011-03-02 16:17, Chris Bagwell wrote:
>> Dave, can you comment on this?  I tend to rely on the information
>> you've collected in Ubuntu forum (probably its in wiki now?).  See
>> below.
>>
>> On Tue, Mar 1, 2011 at 4:32 PM, Peter Hutterer  
>> wrote:
>>> On Tue, Mar 01, 2011 at 09:58:40AM +0100, Pander wrote:
 Hi all,

 Small patch to improve comment in src/wcmUSB.c

 line 200 CTH-661 -> Bamboo Fun CTH-661SE-NL

 See attachment. Can someone take this patch under consideration?

 I also have a question related to this model. Is it correct that the new
 series Bamboo Fun (the one above with Touch and Pen and Gesture)  are
 &usbBamboo and the older Bamboo Fun are &usbBambooFun?

 Thanks,

 Pander
>>>
 --- src/.wcmUSB.c     2011-03-01 09:44:04.274570995 +0100
 +++ src/wcmUSB.c      2011-03-01 09:45:58.944570994 +0100
 @@ -200,7 +200,7 @@ static struct
       { WACOM_VENDOR_ID, 0xD7, 10, 10, &usbBamboo     }, /* 
 CTH-461/S */
       { WACOM_VENDOR_ID, 0xD8, 10, 10, &usbBamboo     }, /* 
 CTH-661/S1 */
       { WACOM_VENDOR_ID, 0xDA, 10, 10, &usbBamboo     }, /* 
 CTH-461/L */
 -     { WACOM_VENDOR_ID, 0xDB, 10, 10, &usbBamboo     }, /* 
 CTH-661 */
 +     { WACOM_VENDOR_ID, 0xDB, 10, 10, &usbBamboo     }, /* Bamboo 
 Fun CTH-661SE-NL */

       { WACOM_VENDOR_ID, 0x20, 10, 10, &usbIntuos     }, /* Intuos 
 4x5 */
       { WACOM_VENDOR_ID, 0x21, 10, 10, &usbIntuos     }, /* Intuos 
 6x8 */
>>>
>>> Chris or Ping, can I have your ACK on this, you know the bamboos better.
>>
>> The following is from info Dave collected:
>>
>> Bamboo P & T Special Edition Small (CTH461/L; Product ID = 0xdA)
>> Bamboo P & T Special Edition Medium (CTH661/L; Product ID = 0xdB)
>>
>> I'm not sure where the pre-existing convention of "/L", "/S1", etc
>> comes from since my Bamboo is simply CTH-460.  Is it from output of
>> lsusb (iProduct) or is it from back of tablet?
>>
>> Following the convention of Small Special Edition tablet, it should
>> read "CTH-661/L".
>
> Hi all, It is fine by me if it is the project's naming convention.
>
> The USB ID list here:
>  https://usb-ids.gowdy.us/read/UD/056a
> has been created without any conventions by many different users. If it
> is necessary, perhaps supply the maintainer of https://usb-ids.gowdy.us
> with a bulk update per email. I understand that technically this might
> not be necessary but documentation wise it could be good to do anyway to
> avoid misunderstandings.
>
> Does anyone have advise on how to troubleshoot stylus and eraser
> pressure levels? In GIMP and Inkscape I ony get nothing or 100% even
> though I followed the instructions from
> https://help.ubuntu.com/community/Wacom
>
> Regards,
>
> Pander
>
>> Chris
>
>
> --
> 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
>

--
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] Small patch to improve comment

2011-03-02 Thread Pander
On 2011-03-02 16:17, Chris Bagwell wrote:
> Dave, can you comment on this?  I tend to rely on the information
> you've collected in Ubuntu forum (probably its in wiki now?).  See
> below.
> 
> On Tue, Mar 1, 2011 at 4:32 PM, Peter Hutterer  
> wrote:
>> On Tue, Mar 01, 2011 at 09:58:40AM +0100, Pander wrote:
>>> Hi all,
>>>
>>> Small patch to improve comment in src/wcmUSB.c
>>>
>>> line 200 CTH-661 -> Bamboo Fun CTH-661SE-NL
>>>
>>> See attachment. Can someone take this patch under consideration?
>>>
>>> I also have a question related to this model. Is it correct that the new
>>> series Bamboo Fun (the one above with Touch and Pen and Gesture)  are
>>> &usbBamboo and the older Bamboo Fun are &usbBambooFun?
>>>
>>> Thanks,
>>>
>>> Pander
>>
>>> --- src/.wcmUSB.c 2011-03-01 09:44:04.274570995 +0100
>>> +++ src/wcmUSB.c  2011-03-01 09:45:58.944570994 +0100
>>> @@ -200,7 +200,7 @@ static struct
>>>   { WACOM_VENDOR_ID, 0xD7, 10, 10, &usbBamboo }, /* 
>>> CTH-461/S */
>>>   { WACOM_VENDOR_ID, 0xD8, 10, 10, &usbBamboo }, /* 
>>> CTH-661/S1 */
>>>   { WACOM_VENDOR_ID, 0xDA, 10, 10, &usbBamboo }, /* 
>>> CTH-461/L */
>>> - { WACOM_VENDOR_ID, 0xDB, 10, 10, &usbBamboo }, /* CTH-661 
>>> */
>>> + { WACOM_VENDOR_ID, 0xDB, 10, 10, &usbBamboo }, /* Bamboo 
>>> Fun CTH-661SE-NL */
>>>
>>>   { WACOM_VENDOR_ID, 0x20, 10, 10, &usbIntuos }, /* Intuos 
>>> 4x5 */
>>>   { WACOM_VENDOR_ID, 0x21, 10, 10, &usbIntuos }, /* Intuos 
>>> 6x8 */
>>
>> Chris or Ping, can I have your ACK on this, you know the bamboos better.
> 
> The following is from info Dave collected:
> 
> Bamboo P & T Special Edition Small (CTH461/L; Product ID = 0xdA)
> Bamboo P & T Special Edition Medium (CTH661/L; Product ID = 0xdB)
> 
> I'm not sure where the pre-existing convention of "/L", "/S1", etc
> comes from since my Bamboo is simply CTH-460.  Is it from output of
> lsusb (iProduct) or is it from back of tablet?
> 
> Following the convention of Small Special Edition tablet, it should
> read "CTH-661/L".

Hi all, It is fine by me if it is the project's naming convention.

The USB ID list here:
  https://usb-ids.gowdy.us/read/UD/056a
has been created without any conventions by many different users. If it
is necessary, perhaps supply the maintainer of https://usb-ids.gowdy.us
with a bulk update per email. I understand that technically this might
not be necessary but documentation wise it could be good to do anyway to
avoid misunderstandings.

Does anyone have advise on how to troubleshoot stylus and eraser
pressure levels? In GIMP and Inkscape I ony get nothing or 100% even
though I followed the instructions from
https://help.ubuntu.com/community/Wacom

Regards,

Pander

> Chris


--
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] Small patch to improve comment

2011-03-02 Thread Ping Cheng
On Tue, Mar 1, 2011 at 2:32 PM, Peter Hutterer wrote:

> On Tue, Mar 01, 2011 at 09:58:40AM +0100, Pander wrote:
> > Hi all,
> >
> > Small patch to improve comment in src/wcmUSB.c
> >
> > line 200 CTH-661 -> Bamboo Fun CTH-661SE-NL
> >
> > See attachment. Can someone take this patch under consideration?
> >
> > I also have a question related to this model. Is it correct that the new
> > series Bamboo Fun (the one above with Touch and Pen and Gesture)  are
> > &usbBamboo and the older Bamboo Fun are &usbBambooFun?
> >
> > Thanks,
> >
> > Pander
>
> > --- src/.wcmUSB.c 2011-03-01 09:44:04.274570995 +0100
> > +++ src/wcmUSB.c  2011-03-01 09:45:58.944570994 +0100
> > @@ -200,7 +200,7 @@ static struct
> >   { WACOM_VENDOR_ID, 0xD7, 10, 10, &usbBamboo }, /*
> CTH-461/S */
> >   { WACOM_VENDOR_ID, 0xD8, 10, 10, &usbBamboo }, /*
> CTH-661/S1 */
> >   { WACOM_VENDOR_ID, 0xDA, 10, 10, &usbBamboo }, /*
> CTH-461/L */
> > - { WACOM_VENDOR_ID, 0xDB, 10, 10, &usbBamboo }, /*
> CTH-661 */
> > + { WACOM_VENDOR_ID, 0xDB, 10, 10, &usbBamboo }, /*
> Bamboo Fun CTH-661SE-NL */
> >
> >   { WACOM_VENDOR_ID, 0x20, 10, 10, &usbIntuos }, /*
> Intuos 4x5 */
> >   { WACOM_VENDOR_ID, 0x21, 10, 10, &usbIntuos }, /*
> Intuos 6x8 */
>
> Chris or Ping, can I have your ACK on this, you know the bamboos better.
>

I have no clue. I'll ack the patch if we get one more confirmation from the
list.

Ping


> Pander - please submit as a signed-off, git-formatted patch as outlined in
>
> https://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Submitting_Patches
>
> 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
>
--
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] Small patch to improve comment

2011-03-02 Thread Chris Bagwell
Dave, can you comment on this?  I tend to rely on the information
you've collected in Ubuntu forum (probably its in wiki now?).  See
below.

On Tue, Mar 1, 2011 at 4:32 PM, Peter Hutterer  wrote:
> On Tue, Mar 01, 2011 at 09:58:40AM +0100, Pander wrote:
>> Hi all,
>>
>> Small patch to improve comment in src/wcmUSB.c
>>
>> line 200 CTH-661 -> Bamboo Fun CTH-661SE-NL
>>
>> See attachment. Can someone take this patch under consideration?
>>
>> I also have a question related to this model. Is it correct that the new
>> series Bamboo Fun (the one above with Touch and Pen and Gesture)  are
>> &usbBamboo and the older Bamboo Fun are &usbBambooFun?
>>
>> Thanks,
>>
>> Pander
>
>> --- src/.wcmUSB.c     2011-03-01 09:44:04.274570995 +0100
>> +++ src/wcmUSB.c      2011-03-01 09:45:58.944570994 +0100
>> @@ -200,7 +200,7 @@ static struct
>>       { WACOM_VENDOR_ID, 0xD7, 10, 10, &usbBamboo     }, /* 
>> CTH-461/S */
>>       { WACOM_VENDOR_ID, 0xD8, 10, 10, &usbBamboo     }, /* 
>> CTH-661/S1 */
>>       { WACOM_VENDOR_ID, 0xDA, 10, 10, &usbBamboo     }, /* 
>> CTH-461/L */
>> -     { WACOM_VENDOR_ID, 0xDB, 10, 10, &usbBamboo     }, /* CTH-661 
>> */
>> +     { WACOM_VENDOR_ID, 0xDB, 10, 10, &usbBamboo     }, /* Bamboo 
>> Fun CTH-661SE-NL */
>>
>>       { WACOM_VENDOR_ID, 0x20, 10, 10, &usbIntuos     }, /* Intuos 
>> 4x5 */
>>       { WACOM_VENDOR_ID, 0x21, 10, 10, &usbIntuos     }, /* Intuos 
>> 6x8 */
>
> Chris or Ping, can I have your ACK on this, you know the bamboos better.

The following is from info Dave collected:

Bamboo P & T Special Edition Small (CTH461/L; Product ID = 0xdA)
Bamboo P & T Special Edition Medium (CTH661/L; Product ID = 0xdB)

I'm not sure where the pre-existing convention of "/L", "/S1", etc
comes from since my Bamboo is simply CTH-460.  Is it from output of
lsusb (iProduct) or is it from back of tablet?

Following the convention of Small Special Edition tablet, it should
read "CTH-661/L".

Chris

--
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] Small patch to improve comment

2011-03-02 Thread Favux ...
Hi,

I'm not sure that follows our little naming convention for wcmUSB.c.
I believe that model was first reported by Tobias Verbeke (12-4-10) as
the Bamboo P&T Special Edition medium CTH-661/L.  Tobias is also the
tested-by on at least the linux-input patch.  If we change it we
should change it to:

/* CTH-661/L */

To bring it into conformity with the /* CTH-461/L */.

We call it the "Wacom Bamboo 2FG 6x8 SE" in wacom_wac.c.

Favux

On Tue, Mar 1, 2011 at 4:32 PM, Peter Hutterer  wrote:
> On Tue, Mar 01, 2011 at 09:58:40AM +0100, Pander wrote:
>> Hi all,
>>
>> Small patch to improve comment in src/wcmUSB.c
>>
>> line 200 CTH-661 -> Bamboo Fun CTH-661SE-NL
>>
>> See attachment. Can someone take this patch under consideration?
>>
>> I also have a question related to this model. Is it correct that the new
>> series Bamboo Fun (the one above with Touch and Pen and Gesture)  are
>> &usbBamboo and the older Bamboo Fun are &usbBambooFun?
>>
>> Thanks,
>>
>> Pander
>
>> --- src/.wcmUSB.c     2011-03-01 09:44:04.274570995 +0100
>> +++ src/wcmUSB.c      2011-03-01 09:45:58.944570994 +0100
>> @@ -200,7 +200,7 @@ static struct
>>       { WACOM_VENDOR_ID, 0xD7, 10, 10, &usbBamboo     }, /* 
>> CTH-461/S */
>>       { WACOM_VENDOR_ID, 0xD8, 10, 10, &usbBamboo     }, /* 
>> CTH-661/S1 */
>>       { WACOM_VENDOR_ID, 0xDA, 10, 10, &usbBamboo     }, /* 
>> CTH-461/L */
>> -     { WACOM_VENDOR_ID, 0xDB, 10, 10, &usbBamboo     }, /* CTH-661 
>> */
>> +     { WACOM_VENDOR_ID, 0xDB, 10, 10, &usbBamboo     }, /* Bamboo 
>> Fun CTH-661SE-NL */
>>
>>       { WACOM_VENDOR_ID, 0x20, 10, 10, &usbIntuos     }, /* Intuos 
>> 4x5 */
>>       { WACOM_VENDOR_ID, 0x21, 10, 10, &usbIntuos     }, /* Intuos 
>> 6x8 */
>
> Chris or Ping, can I have your ACK on this, you know the bamboos better.
> Pander - please submit as a signed-off, git-formatted patch as outlined in
> https://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Submitting_Patches
>
> 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
>

--
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] Small patch to improve comment

2011-03-02 Thread Peter Hutterer
On Tue, Mar 01, 2011 at 09:58:40AM +0100, Pander wrote:
> Hi all,
> 
> Small patch to improve comment in src/wcmUSB.c
> 
> line 200 CTH-661 -> Bamboo Fun CTH-661SE-NL
> 
> See attachment. Can someone take this patch under consideration?
> 
> I also have a question related to this model. Is it correct that the new
> series Bamboo Fun (the one above with Touch and Pen and Gesture)  are
> &usbBamboo and the older Bamboo Fun are &usbBambooFun?
> 
> Thanks,
> 
> Pander

> --- src/.wcmUSB.c 2011-03-01 09:44:04.274570995 +0100
> +++ src/wcmUSB.c  2011-03-01 09:45:58.944570994 +0100
> @@ -200,7 +200,7 @@ static struct
>   { WACOM_VENDOR_ID, 0xD7, 10, 10, &usbBamboo }, /* CTH-461/S 
> */
>   { WACOM_VENDOR_ID, 0xD8, 10, 10, &usbBamboo }, /* 
> CTH-661/S1 */
>   { WACOM_VENDOR_ID, 0xDA, 10, 10, &usbBamboo }, /* CTH-461/L 
> */
> - { WACOM_VENDOR_ID, 0xDB, 10, 10, &usbBamboo }, /* CTH-661 */
> + { WACOM_VENDOR_ID, 0xDB, 10, 10, &usbBamboo }, /* Bamboo 
> Fun CTH-661SE-NL */
>  
>   { WACOM_VENDOR_ID, 0x20, 10, 10, &usbIntuos }, /* Intuos 
> 4x5 */
>   { WACOM_VENDOR_ID, 0x21, 10, 10, &usbIntuos }, /* Intuos 
> 6x8 */

Chris or Ping, can I have your ACK on this, you know the bamboos better.
Pander - please submit as a signed-off, git-formatted patch as outlined in 
https://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Submitting_Patches

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] Small patch to improve comment

2011-03-01 Thread Pander
Hi all,

Small patch to improve comment in src/wcmUSB.c

line 200 CTH-661 -> Bamboo Fun CTH-661SE-NL

See attachment. Can someone take this patch under consideration?

I also have a question related to this model. Is it correct that the new
series Bamboo Fun (the one above with Touch and Pen and Gesture)  are
&usbBamboo and the older Bamboo Fun are &usbBambooFun?

Thanks,

Pander
--- src/.wcmUSB.c	2011-03-01 09:44:04.274570995 +0100
+++ src/wcmUSB.c	2011-03-01 09:45:58.944570994 +0100
@@ -200,7 +200,7 @@ static struct
 	{ WACOM_VENDOR_ID, 0xD7, 10, 10, &usbBamboo }, /* CTH-461/S */
 	{ WACOM_VENDOR_ID, 0xD8, 10, 10, &usbBamboo }, /* CTH-661/S1 */
 	{ WACOM_VENDOR_ID, 0xDA, 10, 10, &usbBamboo }, /* CTH-461/L */
-	{ WACOM_VENDOR_ID, 0xDB, 10, 10, &usbBamboo }, /* CTH-661 */
+	{ WACOM_VENDOR_ID, 0xDB, 10, 10, &usbBamboo }, /* Bamboo Fun CTH-661SE-NL */
 
 	{ WACOM_VENDOR_ID, 0x20, 10, 10, &usbIntuos }, /* Intuos 4x5 */
 	{ WACOM_VENDOR_ID, 0x21, 10, 10, &usbIntuos }, /* Intuos 6x8 */
--
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