Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cc84634f29d5a92932400a2d52ca17dee2c8a462
Commit:     cc84634f29d5a92932400a2d52ca17dee2c8a462
Parent:     37a6c7d0096bb54daa2cf3cc66a66bdbb57cb204
Author:     Maik Broemme <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 16 01:24:03 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Oct 16 09:42:50 2007 -0700

    Add support for Wacom WACF007 and WACF008 to serial pnp driver
    
    Notebook manufacturer seems to built a newer Wacom pen enabled tablet to
    recent tablet pcs which are not recognized by the serial pnp driver.
    
    Attached is a patch which makes the newer Wacom WACF007 and WACF008 tablets
    useable with the serial driver.  The device is fully compatible with it.
    
    Signed-off-by: Maik Broemme <[EMAIL PROTECTED]>
    Cc: Andrey Panin <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 drivers/serial/8250_pnp.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/serial/8250_pnp.c b/drivers/serial/8250_pnp.c
index 301c8c0..926f58a 100644
--- a/drivers/serial/8250_pnp.c
+++ b/drivers/serial/8250_pnp.c
@@ -327,6 +327,8 @@ static const struct pnp_device_id pnp_dev_table[] = {
        {       "WACF004",              0       },
        {       "WACF005",              0       },
        {       "WACF006",              0       },
+       {       "WACF007",              0       },
+       {       "WACF008",              0       },
        /* Compaq touchscreen */
        {       "FPI2002",              0 },
        /* Fujitsu Stylistic touchscreens */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to