mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Dax Kelson <dax@gurulabs.com>
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Cc: linux-kernel@vger.kernel.org, greg@kroah.com
Subject: [PATCH] Add Handspring Treo 600 ids
Date: Thu, 09 Oct 2003 00:36:52 -0600	[thread overview]
Message-ID: <1065681411.12124.23.camel@mentor.gurulabs.com> (raw)

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



             reply	other threads:[~2003-10-09  6:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-09  6:36 Dax Kelson [this message]
2003-10-14 23:55 ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1065681411.12124.23.camel@mentor.gurulabs.com \
    --to=dax@gurulabs.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®