FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Ubuntu > Ubuntu Kernel Team

 
 
LinkBack Thread Tools
 
Old 04-30-2012, 11:20 AM
Erik van Konijnenburg
 
Default cherry-pick commits for Wacom support

New Wacom Bamboo tablets are not recognized in Ubuntu;
see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/568064.
This is still the case in Precise Pangolin with linux-image-3.2.0-24-generic.

To fix this, could you cherry-pick the following commits from stable
3.3.4?

6e8ec5379c7ab9a57190e23af173aee74f88e54a Input: wacom - cleanup feature report for bamboos
fc72bf758f943fbc5c0d9dd14575b91996513c77 Input: wacom - remove unused bamboo HID parsing
428f85884bb4a88737e5fa76535ede06a33fe162 Input: wacom - add some comments to wacom_parse_hid
c5981411f60c31f0dff6f0f98d2d3711384badaf Input: wacom - relax Bamboo stylus ID check
4134361af6e099e5f477663fed1d49f0cf29eb4f Input: wacom - read 3rd gen Bamboo Touch HID data
73149ab8433c0ade5a4f79b137af2a081e8a5d13 Input: wacom - 3rd gen Bamboo P&Touch packet support
5a6c865d9861efdd066db1b5da491ebc2ff5926d Input: wacom - ignore unwanted bamboo packets
f6b7efc162caed555264cd73cd00103701fddbc0 HID: wacom: Move parsing to a separate function
78761ff9bc4e944e0b4e5df1e7eedcfdbb1a9a1a HID: wacom: Initial driver for Wacom Intuos4 Wireless (Bluetooth)
803296b678a43005e3bc0aaa1951d211bd76a054 Input: wacom - add support for Cintiq 24HD
246835fccdc0dadeda20cd51f7ec868031fa8142 Input: wacom - add LED support for Cintiq 24HD
68513a4c5fe68938350cf2c56d97946e49f014e1 Input: wacom - add missing LEDS_CLASS to Kconfig
19d57d3a145e94349abf805eed2316ef720d86c2 Input: wacom - fix 3rd-gen Bamboo MT when 4+ fingers are in use

They are listed oldest-first and apply cleanly to stable 3.2.16 and to
ubuntu-precise/master-next.

I tested this with Krita and a Wacom Bamboo CTH-470. Touchpad, stylus
and pressure sensor seem OK; I haven't tested multi-touch behaviour.

The above list is based on the stable log

git log --format=oneline --grep=wacom -i v3.2.16..v3.3.4
git log --format=oneline v3.2.16..v3.3.4 --
drivers/hid/hid-wacom.c
drivers/input/tablet/wacom_sys.c
drivers/input/tablet/wacom_wac.c
drivers/input/tablet/wacom_wac.h

with commits that touch anything but Wacom dropped:

217c8b2b1978aa4a02ce040a99c59ed3b6418fe5 HID: wiimote: fix invalid power_supply_powers call
d7cb3dbd10c09081fafd05fcbef590ce04e402ff HID: wacom: Fix invalid power_supply_powers calls
35b4c01e29bdd9632dabf9784ed3486333f00427 power_supply: add "powers" links to self-powered HID devices
73db88137bc732d01b615af9a9cdb24f3e47e78d power_supply: add scope properties to some self-powered HID devices
08642e7c52cf43616821520828e504bc717e54a6 USB: convert drivers/input/* to use module_usb_driver()


Thanks,
Erik


--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
 
Old 04-30-2012, 11:32 PM
Chase Douglas
 
Default cherry-pick commits for Wacom support

On 04/30/2012 04:20 AM, Erik van Konijnenburg wrote:
> New Wacom Bamboo tablets are not recognized in Ubuntu;
> see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/568064.
> This is still the case in Precise Pangolin with linux-image-3.2.0-24-generic.
>
> To fix this, could you cherry-pick the following commits from stable
> 3.3.4?
>
> 6e8ec5379c7ab9a57190e23af173aee74f88e54a Input: wacom - cleanup feature report for bamboos
> fc72bf758f943fbc5c0d9dd14575b91996513c77 Input: wacom - remove unused bamboo HID parsing
> 428f85884bb4a88737e5fa76535ede06a33fe162 Input: wacom - add some comments to wacom_parse_hid
> c5981411f60c31f0dff6f0f98d2d3711384badaf Input: wacom - relax Bamboo stylus ID check
> 4134361af6e099e5f477663fed1d49f0cf29eb4f Input: wacom - read 3rd gen Bamboo Touch HID data
> 73149ab8433c0ade5a4f79b137af2a081e8a5d13 Input: wacom - 3rd gen Bamboo P&Touch packet support
> 5a6c865d9861efdd066db1b5da491ebc2ff5926d Input: wacom - ignore unwanted bamboo packets
> f6b7efc162caed555264cd73cd00103701fddbc0 HID: wacom: Move parsing to a separate function
> 78761ff9bc4e944e0b4e5df1e7eedcfdbb1a9a1a HID: wacom: Initial driver for Wacom Intuos4 Wireless (Bluetooth)
> 803296b678a43005e3bc0aaa1951d211bd76a054 Input: wacom - add support for Cintiq 24HD
> 246835fccdc0dadeda20cd51f7ec868031fa8142 Input: wacom - add LED support for Cintiq 24HD
> 68513a4c5fe68938350cf2c56d97946e49f014e1 Input: wacom - add missing LEDS_CLASS to Kconfig
> 19d57d3a145e94349abf805eed2316ef720d86c2 Input: wacom - fix 3rd-gen Bamboo MT when 4+ fingers are in use
>
> They are listed oldest-first and apply cleanly to stable 3.2.16 and to
> ubuntu-precise/master-next.
>
> I tested this with Krita and a Wacom Bamboo CTH-470. Touchpad, stylus
> and pressure sensor seem OK; I haven't tested multi-touch behaviour.
>
> The above list is based on the stable log
>
> git log --format=oneline --grep=wacom -i v3.2.16..v3.3.4
> git log --format=oneline v3.2.16..v3.3.4 --
> drivers/hid/hid-wacom.c
> drivers/input/tablet/wacom_sys.c
> drivers/input/tablet/wacom_wac.c
> drivers/input/tablet/wacom_wac.h
>
> with commits that touch anything but Wacom dropped:
>
> 217c8b2b1978aa4a02ce040a99c59ed3b6418fe5 HID: wiimote: fix invalid power_supply_powers call
> d7cb3dbd10c09081fafd05fcbef590ce04e402ff HID: wacom: Fix invalid power_supply_powers calls
> 35b4c01e29bdd9632dabf9784ed3486333f00427 power_supply: add "powers" links to self-powered HID devices
> 73db88137bc732d01b615af9a9cdb24f3e47e78d power_supply: add scope properties to some self-powered HID devices
> 08642e7c52cf43616821520828e504bc717e54a6 USB: convert drivers/input/* to use module_usb_driver()

Hi Ping and Chris,

(Ping is the Wacom developer who helps maintain kernel and X drivers.
Chris also does quite a bit of Wacom development.)

Can you comment on the request to apply these patches to Ubuntu 12.04
LTS? Do you recommend we add these, keeping in mind that this is a
released stable product, and we need to guard against potential regressions?

Thanks!

-- Chase

--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
 
Old 05-01-2012, 01:30 AM
Ping Cheng
 
Default cherry-pick commits for Wacom support

On Mon, Apr 30, 2012 at 4:32 PM, Chase Douglas
<chase.douglas@canonical.com> wrote:
> On 04/30/2012 04:20 AM, Erik van Konijnenburg wrote:
>> New Wacom Bamboo tablets are not recognized in Ubuntu;
>> see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/568064.
>> This is still the case in Precise Pangolin with linux-image-3.2.0-24-generic.
>>
>> To fix this, could you cherry-pick the following commits from stable
>> 3.3.4?
>>
>> * * 6e8ec5379c7ab9a57190e23af173aee74f88e54a Input: wacom - cleanup feature report for bamboos
>> * * fc72bf758f943fbc5c0d9dd14575b91996513c77 Input: wacom - remove unused bamboo HID parsing
>> * * 428f85884bb4a88737e5fa76535ede06a33fe162 Input: wacom - add some comments to wacom_parse_hid
>> * * c5981411f60c31f0dff6f0f98d2d3711384badaf Input: wacom - relax Bamboo stylus ID check
>> * * 4134361af6e099e5f477663fed1d49f0cf29eb4f Input: wacom - read 3rd gen Bamboo Touch HID data
>> * * 73149ab8433c0ade5a4f79b137af2a081e8a5d13 Input: wacom - 3rd gen Bamboo P&Touch packet support
>> * * 5a6c865d9861efdd066db1b5da491ebc2ff5926d Input: wacom - ignore unwanted bamboo packets
>> * * f6b7efc162caed555264cd73cd00103701fddbc0 HID: wacom: Move parsing to a separate function
>> * * 78761ff9bc4e944e0b4e5df1e7eedcfdbb1a9a1a HID: wacom: Initial driver for Wacom Intuos4 Wireless (Bluetooth)
>> * * 803296b678a43005e3bc0aaa1951d211bd76a054 Input: wacom - add support for Cintiq 24HD
>> * * 246835fccdc0dadeda20cd51f7ec868031fa8142 Input: wacom - add LED support for Cintiq 24HD
>> * * 68513a4c5fe68938350cf2c56d97946e49f014e1 Input: wacom - add missing LEDS_CLASS to Kconfig
>> * * 19d57d3a145e94349abf805eed2316ef720d86c2 Input: wacom - fix 3rd-gen Bamboo MT when 4+ fingers are in use
>>
>> They are listed oldest-first and apply cleanly to stable 3.2.16 and to
>> ubuntu-precise/master-next.
>>
>> I tested this with Krita and a Wacom Bamboo CTH-470. *Touchpad, stylus
>> and pressure sensor seem OK; I haven't tested multi-touch behaviour.
>>
>> The above list is based on the stable log
>>
>> * * git log --format=oneline --grep=wacom -i v3.2.16..v3.3.4
>> * * git log --format=oneline v3.2.16..v3.3.4 --
>> * * * drivers/hid/hid-wacom.c
>> * * * drivers/input/tablet/wacom_sys.c
>> * * * drivers/input/tablet/wacom_wac.c
>> * * * drivers/input/tablet/wacom_wac.h
>>
>> with commits that touch anything but Wacom dropped:
>>
>> * * 217c8b2b1978aa4a02ce040a99c59ed3b6418fe5 HID: wiimote: fix invalid power_supply_powers call
>> * * d7cb3dbd10c09081fafd05fcbef590ce04e402ff HID: wacom: Fix invalid power_supply_powers calls
>> * * 35b4c01e29bdd9632dabf9784ed3486333f00427 power_supply: add "powers" links to self-powered HID devices
>> * * 73db88137bc732d01b615af9a9cdb24f3e47e78d power_supply: add scope properties to some self-powered HID devices
>> * * 08642e7c52cf43616821520828e504bc717e54a6 USB: convert drivers/input/* to use module_usb_driver()
>
> Hi Ping and Chris,
>
> (Ping is the Wacom developer who helps maintain kernel and X drivers.
> Chris also does quite a bit of Wacom development.)
>
> Can you comment on the request to apply these patches to Ubuntu 12.04
> LTS? Do you recommend we add these, keeping in mind that this is a
> released stable product, and we need to guard against potential regressions?

USB Bamboo CTH-470 support was added last Oct. With the patchset
above, it is safe to say the driver for USB Bamboo CTH-470 is stable.

However, the device supports wireless connection as well. If you want
to support wireless, you need to include Chris' last month's patchset.
Since the support was only merged last month, I'd recommend we give
users more time to test it.

So, if support wireless is not important, it's ok to add those patches.

Ping

--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
 
Old 05-01-2012, 03:01 AM
Chris Bagwell
 
Default cherry-pick commits for Wacom support

On Mon, Apr 30, 2012 at 8:30 PM, Ping Cheng <pinglinux@gmail.com> wrote:

On Mon, Apr 30, 2012 at 4:32 PM, Chase Douglas

<chase.douglas@canonical.com> wrote:

> On 04/30/2012 04:20 AM, Erik van Konijnenburg wrote:

>> New Wacom Bamboo tablets are not recognized in Ubuntu;

>> see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/568064.

>> This is still the case in Precise Pangolin with linux-image-3.2.0-24-generic.

>>

>> To fix this, could you cherry-pick the following commits from stable

>> 3.3.4?

>>

>> * * 6e8ec5379c7ab9a57190e23af173aee74f88e54a Input: wacom - cleanup feature report for bamboos

>> * * fc72bf758f943fbc5c0d9dd14575b91996513c77 Input: wacom - remove unused bamboo HID parsing

>> * * 428f85884bb4a88737e5fa76535ede06a33fe162 Input: wacom - add some comments to wacom_parse_hid

>> * * c5981411f60c31f0dff6f0f98d2d3711384badaf Input: wacom - relax Bamboo stylus ID check

>> * * 4134361af6e099e5f477663fed1d49f0cf29eb4f Input: wacom - read 3rd gen Bamboo Touch HID data

>> * * 73149ab8433c0ade5a4f79b137af2a081e8a5d13 Input: wacom - 3rd gen Bamboo P&Touch packet support

>> * * 5a6c865d9861efdd066db1b5da491ebc2ff5926d Input: wacom - ignore unwanted bamboo packets

>> * * f6b7efc162caed555264cd73cd00103701fddbc0 HID: wacom: Move parsing to a separate function

>> * * 78761ff9bc4e944e0b4e5df1e7eedcfdbb1a9a1a HID: wacom: Initial driver for Wacom Intuos4 Wireless (Bluetooth)

>> * * 803296b678a43005e3bc0aaa1951d211bd76a054 Input: wacom - add support for Cintiq 24HD

>> * * 246835fccdc0dadeda20cd51f7ec868031fa8142 Input: wacom - add LED support for Cintiq 24HD

>> * * 68513a4c5fe68938350cf2c56d97946e49f014e1 Input: wacom - add missing LEDS_CLASS to Kconfig

>> * * 19d57d3a145e94349abf805eed2316ef720d86c2 Input: wacom - fix 3rd-gen Bamboo MT when 4+ fingers are in use

>>

>> They are listed oldest-first and apply cleanly to stable 3.2.16 and to

>> ubuntu-precise/master-next.

>>

>> I tested this with Krita and a Wacom Bamboo CTH-470. *Touchpad, stylus

>> and pressure sensor seem OK; I haven't tested multi-touch behaviour.

>>

>> The above list is based on the stable log

>>

>> * * git log --format=oneline --grep=wacom -i v3.2.16..v3.3.4

>> * * git log --format=oneline v3.2.16..v3.3.4 --

>> * * * drivers/hid/hid-wacom.c

>> * * * drivers/input/tablet/wacom_sys.c

>> * * * drivers/input/tablet/wacom_wac.c

>> * * * drivers/input/tablet/wacom_wac.h

>>

>> with commits that touch anything but Wacom dropped:

>>

>> * * 217c8b2b1978aa4a02ce040a99c59ed3b6418fe5 HID: wiimote: fix invalid power_supply_powers call

>> * * d7cb3dbd10c09081fafd05fcbef590ce04e402ff HID: wacom: Fix invalid power_supply_powers calls

>> * * 35b4c01e29bdd9632dabf9784ed3486333f00427 power_supply: add "powers" links to self-powered HID devices

>> * * 73db88137bc732d01b615af9a9cdb24f3e47e78d power_supply: add scope properties to some self-powered HID devices

>> * * 08642e7c52cf43616821520828e504bc717e54a6 USB: convert drivers/input/* to use module_usb_driver()

>

> Hi Ping and Chris,

>

> (Ping is the Wacom developer who helps maintain kernel and X drivers.

> Chris also does quite a bit of Wacom development.)

>

> Can you comment on the request to apply these patches to Ubuntu 12.04

> LTS? Do you recommend we add these, keeping in mind that this is a

> released stable product, and we need to guard against potential regressions?



USB Bamboo CTH-470 support was added last Oct. With the patchset

above, it is safe to say the driver for USB Bamboo CTH-470 is stable.



However, the device supports wireless connection as well. If you want

to support wireless, you need to include Chris' last month's patchset.

Since the support was only merged last month, I'd recommend we give

users more time to test it.



So, if support wireless is not important, it's ok to add those patches.



Ping


I can't speak for the 2 patches that mention HID.* They add support for new packet format to hid-wacom so would be hard to introduce regression in old packet processing at least.


The remaining ones align with our out of kernel input-wacom-0.12.1 driver (meaning that we took a snapshot of Linux 3.3 "wacom" module and made a new input-wacom release).* This has received quite a bit of testing by Ubuntu users on older kernels and now even 12.04.


This active thread is were we refer Ubuntu users with 2nd or 3rd gen Bamboo's to get instructions for compiling or installing a ppa of input-wacom-0.12.1.

http://ubuntuforums.org/showthread.php?t=1515562


So I think its safe to cherry-pick if you like.

Chris

--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
 
Old 05-02-2012, 11:59 AM
Timo Aaltonen
 
Default cherry-pick commits for Wacom support

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 30.04.2012 14:20, Erik van Konijnenburg wrote:
> New Wacom Bamboo tablets are not recognized in Ubuntu; see
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/568064. This
> is still the case in Precise Pangolin with
> linux-image-3.2.0-24-generic.
>
> To fix this, could you cherry-pick the following commits from
> stable 3.3.4?
>
> 6e8ec5379c7ab9a57190e23af173aee74f88e54a Input: wacom - cleanup
> feature report for bamboos fc72bf758f943fbc5c0d9dd14575b91996513c77
> Input: wacom - remove unused bamboo HID parsing
> 428f85884bb4a88737e5fa76535ede06a33fe162 Input: wacom - add some
> comments to wacom_parse_hid
> c5981411f60c31f0dff6f0f98d2d3711384badaf Input: wacom - relax
> Bamboo stylus ID check 4134361af6e099e5f477663fed1d49f0cf29eb4f
> Input: wacom - read 3rd gen Bamboo Touch HID data
> 73149ab8433c0ade5a4f79b137af2a081e8a5d13 Input: wacom - 3rd gen
> Bamboo P&Touch packet support
> 5a6c865d9861efdd066db1b5da491ebc2ff5926d Input: wacom - ignore
> unwanted bamboo packets f6b7efc162caed555264cd73cd00103701fddbc0
> HID: wacom: Move parsing to a separate function
> 78761ff9bc4e944e0b4e5df1e7eedcfdbb1a9a1a HID: wacom: Initial driver
> for Wacom Intuos4 Wireless (Bluetooth)
> 803296b678a43005e3bc0aaa1951d211bd76a054 Input: wacom - add support
> for Cintiq 24HD 246835fccdc0dadeda20cd51f7ec868031fa8142 Input:
> wacom - add LED support for Cintiq 24HD
> 68513a4c5fe68938350cf2c56d97946e49f014e1 Input: wacom - add missing
> LEDS_CLASS to Kconfig 19d57d3a145e94349abf805eed2316ef720d86c2
> Input: wacom - fix 3rd-gen Bamboo MT when 4+ fingers are in use
>
> They are listed oldest-first and apply cleanly to stable 3.2.16 and
> to ubuntu-precise/master-next.
>
> I tested this with Krita and a Wacom Bamboo CTH-470. Touchpad,
> stylus and pressure sensor seem OK; I haven't tested multi-touch
> behaviour.

These also make it straightforward to support Intuos5 tablets once the
commits are included mainline and ripe for cherry-picking. I've tested
this stack with an Intuos4 too and it still worked fine, so ACK from me.


- --
t
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJPoSGwAAoJEMtwMWWoiYTcbv8P/iYingDNtYyWKJdWlhxaejtP
Bu+P9Z/60rABEM+18anxsyZhU7s5FD8HfRD1MgXPxrLMTKfGfAWJmT5pE pfxA8oy
ddJCrIUC2VrHZxAeXFpipo8AbEmOl79iuPqDah2uWso29MqYrV cTgU64abZSxK0d
h2iNib5DtmIDZikHunoR3w/MKpDXvh5g+89t8x70x+sPm/Vl6xWSqI2tHIGQoLcp
xaV6Wvf4DKJqG4Mw/IPKxZ8G4L8y3NjnP/kpG8EP1MREYkq3MTPEHrdsiADswAyU
xyfC0ojjhBtVHt4+8gpGOiZuzTU64MxKqOEcp3rHPq5m/BDOhAgdnPDNQ9u6Q60U
qUpu3Vi25esGNqZoNqjghoLaOi58cEQ9zh3nzZFYh2Lgi5Z6jr m0ZzdwiULOWYPy
W24CrzOXals0LUGBEQc86m5JvE2v6GwsVzY3ymQXstOYcIMQyo 3MzhgO9LnRV35y
cyDXclti6O0RQk6A3Xowf0CZNKSUyddW6hamF6E3woh1riOAM+ 5YxaoHZ/yrXNoS
FxZr+29qex0zcURrfh5OKLzXdUy8BL6s/UEfgcKCZosi6b7jzfxhWlOOsb85Cwr/
1mOAc+3jERWvXu6IoOn7nFRTBEroCYxyxen2BX6wp6pcjwfQaB J2SFJpypnJFJ3K
lA6sXueTcVgHF54dZJGx
=lNuC
-----END PGP SIGNATURE-----

--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
 

Thread Tools




All times are GMT. The time now is 06:54 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org