mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + serial-8250_pnp-use-wildcard-for-serial-wacom-tablets.patch added to -mm tree
@ 2009-12-03 22:37 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2009-12-03 22:37 UTC (permalink / raw)
  To: mm-commits; +Cc: mjg, alan, greg, pingc


The patch titled
     serial/8250_pnp: use wildcard for serial Wacom tablets
has been added to the -mm tree.  Its filename is
     serial-8250_pnp-use-wildcard-for-serial-wacom-tablets.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: serial/8250_pnp: use wildcard for serial Wacom tablets
From: Matthew Garrett <mjg@redhat.com>

Wacom claims that the WACF namespace will always be devoted to serial
Wacom tablets.  Remove the existing entries and add a wildcard to avoid
having to update the kernel every time they add a new device.

Signed-off-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Tested-by: Ping Cheng <pingc@wacom.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/serial/8250_pnp.c |   10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff -puN drivers/serial/8250_pnp.c~serial-8250_pnp-use-wildcard-for-serial-wacom-tablets drivers/serial/8250_pnp.c
--- a/drivers/serial/8250_pnp.c~serial-8250_pnp-use-wildcard-for-serial-wacom-tablets
+++ a/drivers/serial/8250_pnp.c
@@ -328,15 +328,7 @@ static const struct pnp_device_id pnp_de
 	/* U.S. Robotics 56K Voice INT PnP*/
 	{	"USR9190",		0	},
 	/* Wacom tablets */
-	{	"WACF004",		0	},
-	{	"WACF005",		0	},
-	{       "WACF006",              0       },
-	{       "WACF007",              0       },
-	{       "WACF008",              0       },
-	{       "WACF009",              0       },
-	{       "WACF00A",              0       },
-	{       "WACF00B",              0       },
-	{       "WACF00C",              0       },
+	{	"WACFXXX",		0	},
 	/* Compaq touchscreen */
 	{       "FPI2002",              0 },
 	/* Fujitsu Stylistic touchscreens */
_

Patches currently in -mm which might be from mjg@redhat.com are

linux-next.patch
serial-8250_pnp-use-wildcard-for-serial-wacom-tablets.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-03 22:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-03 22:37 + serial-8250_pnp-use-wildcard-for-serial-wacom-tablets.patch added to -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).