[PATCH] USB: add new visor id for Treo 650
Thanks to Jamieson Becker <jamie@jamiebecker.com> for the info Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> diff -Naur -X dontdiff-osdl tmp/linux-2.6.12-rc2/drivers/usb/serial/visor.h linux-2.6/drivers/usb/serial/visor.h
This commit is contained in:
@@ -215,6 +215,8 @@ static struct usb_device_id id_table [] = {
|
|||||||
.driver_info = (kernel_ulong_t)&palm_os_4_probe },
|
.driver_info = (kernel_ulong_t)&palm_os_4_probe },
|
||||||
{ USB_DEVICE(PALM_VENDOR_ID, PALM_TUNGSTEN_T_ID),
|
{ USB_DEVICE(PALM_VENDOR_ID, PALM_TUNGSTEN_T_ID),
|
||||||
.driver_info = (kernel_ulong_t)&palm_os_4_probe },
|
.driver_info = (kernel_ulong_t)&palm_os_4_probe },
|
||||||
|
{ USB_DEVICE(PALM_VENDOR_ID, PALM_TREO_650),
|
||||||
|
.driver_info = (kernel_ulong_t)&palm_os_4_probe },
|
||||||
{ USB_DEVICE(PALM_VENDOR_ID, PALM_TUNGSTEN_Z_ID),
|
{ USB_DEVICE(PALM_VENDOR_ID, PALM_TUNGSTEN_Z_ID),
|
||||||
.driver_info = (kernel_ulong_t)&palm_os_4_probe },
|
.driver_info = (kernel_ulong_t)&palm_os_4_probe },
|
||||||
{ USB_DEVICE(PALM_VENDOR_ID, PALM_ZIRE31_ID),
|
{ USB_DEVICE(PALM_VENDOR_ID, PALM_ZIRE31_ID),
|
||||||
@@ -273,6 +275,7 @@ static struct usb_device_id id_table_combined [] = {
|
|||||||
{ USB_DEVICE(PALM_VENDOR_ID, PALM_M125_ID) },
|
{ USB_DEVICE(PALM_VENDOR_ID, PALM_M125_ID) },
|
||||||
{ USB_DEVICE(PALM_VENDOR_ID, PALM_M130_ID) },
|
{ USB_DEVICE(PALM_VENDOR_ID, PALM_M130_ID) },
|
||||||
{ USB_DEVICE(PALM_VENDOR_ID, PALM_TUNGSTEN_T_ID) },
|
{ USB_DEVICE(PALM_VENDOR_ID, PALM_TUNGSTEN_T_ID) },
|
||||||
|
{ USB_DEVICE(PALM_VENDOR_ID, PALM_TREO_650) },
|
||||||
{ USB_DEVICE(PALM_VENDOR_ID, PALM_TUNGSTEN_Z_ID) },
|
{ USB_DEVICE(PALM_VENDOR_ID, PALM_TUNGSTEN_Z_ID) },
|
||||||
{ USB_DEVICE(PALM_VENDOR_ID, PALM_ZIRE31_ID) },
|
{ USB_DEVICE(PALM_VENDOR_ID, PALM_ZIRE31_ID) },
|
||||||
{ USB_DEVICE(PALM_VENDOR_ID, PALM_ZIRE_ID) },
|
{ USB_DEVICE(PALM_VENDOR_ID, PALM_ZIRE_ID) },
|
||||||
|
@@ -30,6 +30,7 @@
|
|||||||
#define PALM_M125_ID 0x0040
|
#define PALM_M125_ID 0x0040
|
||||||
#define PALM_M130_ID 0x0050
|
#define PALM_M130_ID 0x0050
|
||||||
#define PALM_TUNGSTEN_T_ID 0x0060
|
#define PALM_TUNGSTEN_T_ID 0x0060
|
||||||
|
#define PALM_TREO_650 0x0061
|
||||||
#define PALM_TUNGSTEN_Z_ID 0x0031
|
#define PALM_TUNGSTEN_Z_ID 0x0031
|
||||||
#define PALM_ZIRE31_ID 0x0061
|
#define PALM_ZIRE31_ID 0x0061
|
||||||
#define PALM_ZIRE_ID 0x0070
|
#define PALM_ZIRE_ID 0x0070
|
||||||
|
Reference in New Issue
Block a user