From 115c1ce524869309e4bddcfc3dd112ac76b92def Mon Sep 17 00:00:00 2001 From: Larry Battraw Date: Mon, 18 Apr 2005 17:39:20 -0700 Subject: [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 Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/visor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers/usb/serial/visor.h') 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 -- cgit v1.2.2