diff options
author | Hendrik Schweppe <hendrik@somehost.de> | 2006-02-19 19:00:04 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-02-28 12:42:07 -0800 |
commit | 04d52461c6ecfc5b72e688b0eb2ead7b555eca25 (patch) | |
tree | 7c46319f8c3cc7a2a863c00b313dad8a7d94b908 /drivers/usb/serial/visor.h | |
parent | 8763716bfe4d8a16bef28c9947cf9d799b1796a5 (diff) |
[PATCH] USB: visor.c id for gspda smartphone
Added the USB vendorID of GSPDA and the productID of GSPDA's palm
smartphone 'xplore m68' to the list of known devices.
Signed-off-by: Hendrik Schweppe <linuxkpatch@hendrik.fam-schweppe.net>
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 b84d1cb4c693..765118d83fb6 100644 --- a/drivers/usb/serial/visor.h +++ b/drivers/usb/serial/visor.h @@ -36,6 +36,9 @@ #define PALM_ZIRE_ID 0x0070 #define PALM_M100_ID 0x0080 +#define GSPDA_VENDOR_ID 0x115e +#define GSPDA_XPLORE_M68_ID 0xf100 + #define SONY_VENDOR_ID 0x054C #define SONY_CLIE_3_5_ID 0x0038 #define SONY_CLIE_4_0_ID 0x0066 |