* [Ubuntu PATCH] 8250_pnp: Add support for other Wacom tablets
@ 2006-06-15 20:00 Randy Dunlap
2006-06-15 19:06 ` Russell King
0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2006-06-15 20:00 UTC (permalink / raw)
To: lkml; +Cc: akpm, rmk+serial
From: Ben Collins <bcollins@ubuntu.com>
[UBUNTU:8250_pnp] Add support for other Wacom tablets that are around
http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=6a242b6c279af7805a6cca8f39dbc5bfe1f78cd1
Signed-off-by: Ben Collins <bcollins@ubuntu.com>
---
--- a/drivers/serial/8250_pnp.c
+++ b/drivers/serial/8250_pnp.c
@@ -323,8 +323,10 @@ static const struct pnp_device_id pnp_de
{ "USR9180", 0 },
/* U.S. Robotics 56K Voice INT PnP*/
{ "USR9190", 0 },
- /* HP Compaq Tablet PC tc1100 Wacom tablet */
+ /* Wacom tablets */
+ { "WACF004", 0 },
{ "WACF005", 0 },
+ { "WACF006", 0 },
/* Rockwell's (PORALiNK) 33600 INT PNP */
{ "WCI0003", 0 },
/* Unkown PnP modems */
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [Ubuntu PATCH] 8250_pnp: Add support for other Wacom tablets
2006-06-15 20:00 [Ubuntu PATCH] 8250_pnp: Add support for other Wacom tablets Randy Dunlap
@ 2006-06-15 19:06 ` Russell King
2006-06-15 20:49 ` Randy Dunlap
2006-06-16 0:19 ` Ben Collins
0 siblings, 2 replies; 4+ messages in thread
From: Russell King @ 2006-06-15 19:06 UTC (permalink / raw)
To: Randy Dunlap; +Cc: lkml, akpm
On Thu, Jun 15, 2006 at 01:00:55PM -0700, Randy Dunlap wrote:
> From: Ben Collins <bcollins@ubuntu.com>
>
> [UBUNTU:8250_pnp] Add support for other Wacom tablets that are around
>
> http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=6a242b6c279af7805a6cca8f39dbc5bfe1f78cd1
>
> Signed-off-by: Ben Collins <bcollins@ubuntu.com>
Is there a way to "pick" this change from that git tree and throw it
directly into another git tree, preserving all the metadata?
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Ubuntu PATCH] 8250_pnp: Add support for other Wacom tablets
2006-06-15 19:06 ` Russell King
@ 2006-06-15 20:49 ` Randy Dunlap
2006-06-16 0:19 ` Ben Collins
1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2006-06-15 20:49 UTC (permalink / raw)
To: Randy Dunlap, lkml, akpm
Russell King wrote:
> On Thu, Jun 15, 2006 at 01:00:55PM -0700, Randy Dunlap wrote:
>> From: Ben Collins <bcollins@ubuntu.com>
>>
>> [UBUNTU:8250_pnp] Add support for other Wacom tablets that are around
>>
>> http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=6a242b6c279af7805a6cca8f39dbc5bfe1f78cd1
>>
>> Signed-off-by: Ben Collins <bcollins@ubuntu.com>
>
> Is there a way to "pick" this change from that git tree and throw it
> directly into another git tree, preserving all the metadata?
>
I would expect Yes, but I don't know it...
Maybe git cherry-pick ...
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Ubuntu PATCH] 8250_pnp: Add support for other Wacom tablets
2006-06-15 19:06 ` Russell King
2006-06-15 20:49 ` Randy Dunlap
@ 2006-06-16 0:19 ` Ben Collins
1 sibling, 0 replies; 4+ messages in thread
From: Ben Collins @ 2006-06-16 0:19 UTC (permalink / raw)
To: Russell King; +Cc: Randy Dunlap, lkml, akpm
On Thu, 2006-06-15 at 20:06 +0100, Russell King wrote:
> On Thu, Jun 15, 2006 at 01:00:55PM -0700, Randy Dunlap wrote:
> > From: Ben Collins <bcollins@ubuntu.com>
> >
> > [UBUNTU:8250_pnp] Add support for other Wacom tablets that are around
> >
> > http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=6a242b6c279af7805a6cca8f39dbc5bfe1f78cd1
> >
> > Signed-off-by: Ben Collins <bcollins@ubuntu.com>
>
> Is there a way to "pick" this change from that git tree and throw it
> directly into another git tree, preserving all the metadata?
You should be able to git-fetch my tree into a stock git tree, and use
git-cherry-pick on the sha to pull it in. This is how I backport
changesets into our tree at least.
--
Ubuntu - http://www.ubuntu.com/
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
SwissDisk - http://www.swissdisk.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-06-16 0:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-15 20:00 [Ubuntu PATCH] 8250_pnp: Add support for other Wacom tablets Randy Dunlap
2006-06-15 19:06 ` Russell King
2006-06-15 20:49 ` Randy Dunlap
2006-06-16 0:19 ` Ben Collins
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox