All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6.0-test7 PATCH] Handspring Treo 600 id
@ 2003-10-09 19:34 Dax Kelson
  0 siblings, 0 replies; only message in thread
From: Dax Kelson @ 2003-10-09 19:34 UTC (permalink / raw)
  To: linux-kernel

I've got a new toy. This obviously correct 4 liner patches
the two files:

drivers/usb/serial/visor.c
drivers/usb/serial/visor.h

Works like a champ here. Linus, please apply.


diff -ur linux-2.6.0-test7-treo600/drivers/usb/serial/visor.c linux-2.6.0-test7/drivers/usb/serial/visor.c
--- linux-2.6.0-test7-treo600/drivers/usb/serial/visor.c	2003-10-09 13:26:41.000000000 -0600
+++ linux-2.6.0-test7/drivers/usb/serial/visor.c	2003-10-09 13:26:18.000000000 -0600
@@ -201,6 +201,8 @@
 		.driver_info = (kernel_ulong_t)&palm_os_3_probe },
 	{ USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_TREO_ID),
 		.driver_info = (kernel_ulong_t)&palm_os_4_probe },
+	{ USB_DEVICE(HANDSPRING_VENDOR_ID, HANDSPRING_TREO600_ID),
+		.driver_info = (kernel_ulong_t)&palm_os_4_probe },
 	{ USB_DEVICE(PALM_VENDOR_ID, PALM_M500_ID),
 		.driver_info = (kernel_ulong_t)&palm_os_4_probe },
 	{ USB_DEVICE(PALM_VENDOR_ID, PALM_M505_ID),
@@ -247,6 +249,7 @@
 static 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 -ur linux-2.6.0-test7-treo600/drivers/usb/serial/visor.h linux-2.6.0-test7/drivers/usb/serial/visor.h
--- linux-2.6.0-test7-treo600/drivers/usb/serial/visor.h	2003-10-09 13:26:50.000000000 -0600
+++ linux-2.6.0-test7/drivers/usb/serial/visor.h	2003-10-09 13:26:22.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] only message in thread

only message in thread, other threads:[~2003-10-09 19:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-09 19:34 [2.6.0-test7 PATCH] Handspring Treo 600 id Dax Kelson

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.