All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Garcia <zako@telecable.es>
To: linux-kernel@vger.kernel.org
Subject: Palm ZIRE drivers/usb/serial/visor patch
Date: Mon, 28 Oct 2002 01:01:25 +0100	[thread overview]
Message-ID: <20021028000125.GA12160@Catharsis> (raw)

[-- Attachment #1: Type: text/plain, Size: 1074 bytes --]

Hi all!

I've just made a patch to the 2.4.19 kernel, in order to support the
hotsync with the ZIRE Palm handheld.

The problem was that the product_id of this new palm was not defined,
so the visor.o module didn't recognize it and didn't load.

I added the product_id to the ID defines at
drivers/usb/serial/visor.h and added an array entry with the new
define at drivers/usb/serial/visor.h

I attach the patch needed to make that changes.

I'd like to be CC with the answers, cause i'm not subscribed to the
list.

Stay in touch.
David.

--
--------------------------------++----------------------------------
David Garcia		        ||	            Debian GNU/Linux 
zako@telecable.es	        ||             http://www.debian.org
http://www.asturiaswireless.net || GNU's Not Unix http://www.gnu.org
--------------------------------++----------------------------------
GnuPG Public Key: http://www.asturiaswireless.net/zako@telecable.asc
Key fingerprint = 1D11 9F84 7442 5E01 3462  3CD7 0701 DD7B F04F E15B
--------------------------------------------------------------------

[-- Attachment #2: patch_zire_palm --]
[-- Type: text/plain, Size: 793 bytes --]

--- linux-2.4.19/drivers/usb/serial/visor.h	2002-10-28 00:32:25.000000000 +0100
+++ linux/drivers/usb/serial/visor.h	2002-10-28 00:35:33.000000000 +0100
@@ -27,6 +27,7 @@
 #define PALM_I705_ID			0x0020
 #define PALM_M125_ID			0x0040
 #define PALM_M130_ID			0x0050
+#define PALM_ZIRE_ID                    0x0070
 
 #define SONY_VENDOR_ID			0x054C
 #define SONY_CLIE_3_5_ID		0x0038
--- linux-2.4.19/drivers/usb/serial/visor.c	2002-10-28 00:32:20.000000000 +0100
+++ linux/drivers/usb/serial/visor.c	2002-10-28 00:29:48.000000000 +0100
@@ -182,6 +182,7 @@
 	{ USB_DEVICE(PALM_VENDOR_ID, PALM_M125_ID) },
 	{ USB_DEVICE(PALM_VENDOR_ID, PALM_M130_ID) },
 	{ USB_DEVICE(PALM_VENDOR_ID, PALM_I705_ID) },
+        { USB_DEVICE(PALM_VENDOR_ID, PALM_ZIRE_ID) },
 	{ }					/* Terminating entry */
 };
 

             reply	other threads:[~2002-10-27 23:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-28  0:01 David Garcia [this message]
2002-10-28  0:17 ` Palm ZIRE drivers/usb/serial/visor patch 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=20021028000125.GA12160@Catharsis \
    --to=zako@telecable.es \
    --cc=linux-kernel@vger.kernel.org \
    /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 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.