* [PATCH] Add Handspring Treo 600 ids
@ 2003-10-09 6:36 Dax Kelson
2003-10-14 23:55 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Dax Kelson @ 2003-10-09 6:36 UTC (permalink / raw)
To: Marcelo Tosatti; +Cc: linux-kernel, greg
I've tested this with my new Treo 600 and it works. Please apply.
diff -urNp linux-treo600/drivers/usb/serial/visor.c linux/drivers/usb/serial/visor.c
--- linux-treo600/drivers/usb/serial/visor.c 2003-10-09 00:25:07.000000000 -0600
+++ linux/drivers/usb/serial/visor.c 2003-10-09 00:25:23.000000000 -0600
@@ -195,6 +195,7 @@ static int param_register;
static struct usb_device_id id_table [] = {
{ USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_VISOR_ID) },
{ USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_TREO_ID) },
+ { USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_TREO600_ID) },
{ USB_DEVICE(PALM_VENDOR_ID, PALM_M500_ID) },
{ USB_DEVICE(PALM_VENDOR_ID, PALM_M505_ID) },
{ USB_DEVICE(PALM_VENDOR_ID, PALM_M515_ID) },
@@ -222,6 +223,7 @@ static struct usb_device_id clie_id_3_5_
static __devinitdata struct usb_device_id id_table_combined [] = {
{ USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_VISOR_ID) },
{ USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_TREO_ID) },
+ { USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_TREO600_ID) },
{ USB_DEVICE(PALM_VENDOR_ID, PALM_M500_ID) },
{ USB_DEVICE(PALM_VENDOR_ID, PALM_M505_ID) },
{ USB_DEVICE(PALM_VENDOR_ID, PALM_M515_ID) },
diff -urNp linux-treo600/drivers/usb/serial/visor.h linux/drivers/usb/serial/visor.h
--- linux-treo600/drivers/usb/serial/visor.h 2003-10-09 00:25:07.000000000 -0600
+++ linux/drivers/usb/serial/visor.h 2003-10-09 00:25:23.000000000 -0600
@@ -20,6 +20,7 @@
#define HANDSPRING_VENDOR_ID 0x082d
#define HANDSPRING_VISOR_ID 0x0100
#define HANDSPRING_TREO_ID 0x0200
+#define HANDSPRING_TREO600_ID 0x0300
#define PALM_VENDOR_ID 0x0830
#define PALM_M500_ID 0x0001
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Add Handspring Treo 600 ids
2003-10-09 6:36 [PATCH] Add Handspring Treo 600 ids Dax Kelson
@ 2003-10-14 23:55 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2003-10-14 23:55 UTC (permalink / raw)
To: Dax Kelson; +Cc: Marcelo Tosatti, linux-kernel
On Thu, Oct 09, 2003 at 12:36:52AM -0600, Dax Kelson wrote:
> I've tested this with my new Treo 600 and it works. Please apply.
Thanks, I've applied it to my tree and will send it to Marcelo in a few
days.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-10-14 23:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-09 6:36 [PATCH] Add Handspring Treo 600 ids Dax Kelson
2003-10-14 23:55 ` Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.