Looks like this was accentally added in the wrong spot.

Signed-off-by: Jason Gerecke <killert...@gmail.com>
---
 2.6.30/wacom_wac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2.6.30/wacom_wac.c b/2.6.30/wacom_wac.c
index 4013556..01cc536 100755
--- a/2.6.30/wacom_wac.c
+++ b/2.6.30/wacom_wac.c
@@ -554,6 +554,7 @@ static int wacom_intuos_inout(struct wacom_wac *wacom)
                case 0x802: /* Intuos General Pen */
                case 0x40802: /* Intuos4 Classic Pen */
                case 0x804: /* Intuos4 Marker Pen */
+               case 0x18803: /* DTH2242 Grip Pen */
                case 0x022:
                        wacom->tool[idx] = BTN_TOOL_PEN;
                        break;
@@ -589,7 +590,6 @@ static int wacom_intuos_inout(struct wacom_wac *wacom)
                case 0x80a: /* Intuos4 General Pen Eraser */
                case 0x90a: /* Intuos4 Airbrush Eraser */
                case 0x4080a: /* Intuos4 Classic Pen Eraser */
-               case 0x18803: /* DTH2242 Grip Pen */
                        wacom->tool[idx] = BTN_TOOL_RUBBER;
                        break;
 
-- 
1.8.2


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to