From: Ian Molton <spyro@f2s.com>
To: linux-kernel@vger.kernel.org
Subject: UPDATED ipaq usbserial driver
Date: Sun, 5 Jan 2003 23:05:53 +0000 [thread overview]
Message-ID: <20030105230553.1c7a8758.spyro@f2s.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 78 bytes --]
This adds support for the toshiba e740 PDA to the ipaq driver. please
apply.
[-- Attachment #2: ipaq.diff --]
[-- Type: application/octet-stream, Size: 1778 bytes --]
diff -urN linux-2.4.20/drivers/usb/serial/ipaq.c linux-2.4.21-pre2/drivers/usb/serial/ipaq.c
--- linux-2.4.20/drivers/usb/serial/ipaq.c 2003-01-05 23:02:13.000000000 +0000
+++ linux-2.4.21-pre2/drivers/usb/serial/ipaq.c 2003-01-05 22:59:16.000000000 +0000
@@ -9,7 +9,10 @@
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
- * (26/11/2002) ganesh
+ * (05/01/2003) Ian Molton
+ * Added toshiba vedor id and product id for the e740
+ *
+ * (26/11/2003) ganesh
* Added insmod options to specify product and vendor id.
* Use modprobe ipaq vendor=0xfoo product=0xbar
*
@@ -70,7 +73,7 @@
#define DRIVER_VERSION "v0.4"
#define DRIVER_AUTHOR "Ganesh Varadarajan <ganesh@veritas.com>"
-#define DRIVER_DESC "USB Compaq iPAQ, HP Jornada, Casio EM500 driver"
+#define DRIVER_DESC "USB Compaq iPAQ, HP Jornada, Casio EM500, Toshiba e740 driver"
static int product, vendor;
@@ -98,6 +101,7 @@
{ USB_DEVICE(HP_VENDOR_ID, HP_JORNADA_548_ID) },
{ USB_DEVICE(HP_VENDOR_ID, HP_JORNADA_568_ID) },
{ USB_DEVICE(CASIO_VENDOR_ID, CASIO_EM500_ID) },
+ { USB_DEVICE(TOSHIBA_VENDOR_ID, TOSHIBA_E740_ID) },
{ } /* Terminating entry */
};
diff -urN linux-2.4.20/drivers/usb/serial/ipaq.h linux-2.4.21-pre2/drivers/usb/serial/ipaq.h
--- linux-2.4.20/drivers/usb/serial/ipaq.h 2002-11-28 23:53:14.000000000 +0000
+++ linux-2.4.21-pre2/drivers/usb/serial/ipaq.h 2003-01-05 22:47:53.000000000 +0000
@@ -26,6 +26,9 @@
#define CASIO_VENDOR_ID 0x07cf
#define CASIO_EM500_ID 0x2002
+#define TOSHIBA_VENDOR_ID 0x0930
+#define TOSHIBA_E740_ID 0x0706
+
/*
* Since we can't queue our bulk write urbs (don't know why - it just
* doesn't work), we can send down only one write urb at a time. The simplistic
reply other threads:[~2003-01-05 22:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20030105230553.1c7a8758.spyro@f2s.com \
--to=spyro@f2s.com \
--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 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®