diff options
author | Larry Battraw <lbattraw@insightbb.com> | 2005-04-18 17:39:20 -0700 |
---|---|---|
committer | Greg K-H <gregkh@suse.de> | 2005-04-18 17:39:20 -0700 |
commit | 115c1ce524869309e4bddcfc3dd112ac76b92def (patch) | |
tree | 23d1ffa294e6d673e50ec1dd31c48fabaed34e4e /drivers/usb/serial/visor.h | |
parent | ac21e9ff08db3d6fac41d356c77fcb531c2e03e1 (diff) | |
download | blackbird-op-linux-115c1ce524869309e4bddcfc3dd112ac76b92def.tar.gz blackbird-op-linux-115c1ce524869309e4bddcfc3dd112ac76b92def.zip |
[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 @@ #define SAMSUNG_SCH_I330_ID 0x8001 #define SAMSUNG_SPH_I500_ID 0x6601 +#define TAPWAVE_VENDOR_ID 0x12EF +#define TAPWAVE_ZODIAC_ID 0x0100 + #define GARMIN_VENDOR_ID 0x091E #define GARMIN_IQUE_3600_ID 0x0004 |