mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
[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>
This commit is contained in:
parent
ac21e9ff08
commit
115c1ce524
@ -239,6 +239,8 @@ static struct usb_device_id id_table [] = {
|
||||
.driver_info = (kernel_ulong_t)&palm_os_4_probe },
|
||||
{ USB_DEVICE(SAMSUNG_VENDOR_ID, SAMSUNG_SPH_I500_ID),
|
||||
.driver_info = (kernel_ulong_t)&palm_os_4_probe },
|
||||
{ USB_DEVICE(TAPWAVE_VENDOR_ID, TAPWAVE_ZODIAC_ID),
|
||||
.driver_info = (kernel_ulong_t)&palm_os_4_probe },
|
||||
{ USB_DEVICE(GARMIN_VENDOR_ID, GARMIN_IQUE_3600_ID),
|
||||
.driver_info = (kernel_ulong_t)&palm_os_4_probe },
|
||||
{ USB_DEVICE(ACEECA_VENDOR_ID, ACEECA_MEZ1000_ID),
|
||||
@ -289,6 +291,7 @@ static struct usb_device_id id_table_combined [] = {
|
||||
{ USB_DEVICE(SONY_VENDOR_ID, SONY_CLIE_TJ25_ID) },
|
||||
{ USB_DEVICE(SAMSUNG_VENDOR_ID, SAMSUNG_SCH_I330_ID) },
|
||||
{ USB_DEVICE(SAMSUNG_VENDOR_ID, SAMSUNG_SPH_I500_ID) },
|
||||
{ USB_DEVICE(TAPWAVE_VENDOR_ID, TAPWAVE_ZODIAC_ID) },
|
||||
{ USB_DEVICE(GARMIN_VENDOR_ID, GARMIN_IQUE_3600_ID) },
|
||||
{ USB_DEVICE(ACEECA_VENDOR_ID, ACEECA_MEZ1000_ID) },
|
||||
{ USB_DEVICE(KYOCERA_VENDOR_ID, KYOCERA_7135_ID) },
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user