diff options
author | Larry Battraw <lbattraw@insightbb.com> | 2005-04-18 20:39:20 -0400 |
---|---|---|
committer | Greg K-H <gregkh@suse.de> | 2005-04-18 20:39:20 -0400 |
commit | 115c1ce524869309e4bddcfc3dd112ac76b92def (patch) | |
tree | 23d1ffa294e6d673e50ec1dd31c48fabaed34e4e /drivers/usb/serial/visor.h | |
parent | ac21e9ff08db3d6fac41d356c77fcb531c2e03e1 (diff) |
[PATCH] USB: visor Tapwave Zodiac support patch
Here's a tiny patch to add support for the Tapwave Zodiac (for
2.6.11.6). I've been meaning to send it in for a while but kept
upgrading my kernel and losing the changes :-) I own the device and it
works fine with the latest pilot-link beta.
From: Larry Battraw <lbattraw@insightbb.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/visor.h')
-rw-r--r-- | drivers/usb/serial/visor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/serial/visor.h b/drivers/usb/serial/visor.h index a62923f3f07a..b84d1cb4c693 100644 --- a/drivers/usb/serial/visor.h +++ b/drivers/usb/serial/visor.h | |||
@@ -50,6 +50,9 @@ | |||
50 | #define SAMSUNG_SCH_I330_ID 0x8001 | 50 | #define SAMSUNG_SCH_I330_ID 0x8001 |
51 | #define SAMSUNG_SPH_I500_ID 0x6601 | 51 | #define SAMSUNG_SPH_I500_ID 0x6601 |
52 | 52 | ||
53 | #define TAPWAVE_VENDOR_ID 0x12EF | ||
54 | #define TAPWAVE_ZODIAC_ID 0x0100 | ||
55 | |||
53 | #define GARMIN_VENDOR_ID 0x091E | 56 | #define GARMIN_VENDOR_ID 0x091E |
54 | #define GARMIN_IQUE_3600_ID 0x0004 | 57 | #define GARMIN_IQUE_3600_ID 0x0004 |
55 | 58 | ||