From: Tony Lindgren <tony@atomide.com>
To: linux-kernel@vger.kernel.org
Cc: greg@kroah.com
Subject: [PATCH] Merge support for Keyspan UPR-112 USB serial adapter from 2.4 to 2.6
Date: Wed, 12 May 2004 17:00:11 -0700 [thread overview]
Message-ID: <20040513000011.GB9234@atomide.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 113 bytes --]
Hi,
Following patch merges the support for Keyspan UPR-112 USB serial adapter
from 2.4 to 2.6.
Regards,
Tony
[-- Attachment #2: patch-2.6.6-usb-keyspan-upr-112 --]
[-- Type: text/plain, Size: 1621 bytes --]
This patch merges the support for Keyspan UPR-112 USB serial adapter
from 2.4 to 2.6.
This patch contains updates to the following files:
b/drivers/usb/serial/keyspan.h
diff -Nru a/drivers/usb/serial/keyspan.h b/drivers/usb/serial/keyspan.h
--- a/drivers/usb/serial/keyspan.h Wed May 12 15:42:18 2004
+++ b/drivers/usb/serial/keyspan.h Wed May 12 15:42:18 2004
@@ -326,6 +326,22 @@
.baudclk = KEYSPAN_USA19_BAUDCLK,
};
+static const struct keyspan_device_details mpr_device_details = {
+ .product_id = keyspan_mpr_product_id,
+ .msg_format = msg_usa28,
+ .num_ports = 1,
+ .indat_endp_flip = 1,
+ .outdat_endp_flip = 1,
+ .indat_endpoints = {0x81},
+ .outdat_endpoints = {0x01},
+ .inack_endpoints = {0x83},
+ .outcont_endpoints = {0x03},
+ .instat_endpoint = 0x84,
+ .glocont_endpoint = -1,
+ .calculate_baud_rate = keyspan_usa28_calc_baud,
+ .baudclk = KEYSPAN_USA19_BAUDCLK,
+};
+
static const struct keyspan_device_details usa19qw_device_details = {
.product_id = keyspan_usa19qw_product_id,
.msg_format = msg_usa26,
@@ -460,6 +476,7 @@
&usa18x_device_details,
&usa19_device_details,
&usa19qi_device_details,
+ &mpr_device_details,
&usa19qw_device_details,
&usa19w_device_details,
&usa19hs_device_details,
@@ -535,7 +552,7 @@
{ USB_DEVICE(KEYSPAN_VENDOR_ID, keyspan_usa19qw_product_id) },
{ USB_DEVICE(KEYSPAN_VENDOR_ID, keyspan_usa19w_product_id) },
{ USB_DEVICE(KEYSPAN_VENDOR_ID, keyspan_usa19hs_product_id) },
- { USB_DEVICE(KEYSPAN_VENDOR_ID, keyspan_mpr_pre_product_id) },
+ { USB_DEVICE(KEYSPAN_VENDOR_ID, keyspan_mpr_product_id) },
{ } /* Terminating entry */
};
next reply other threads:[~2004-05-13 0:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-13 0:00 Tony Lindgren [this message]
2004-05-13 22:49 ` [PATCH] Merge support for Keyspan UPR-112 USB serial adapter from 2.4 to 2.6 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=20040513000011.GB9234@atomide.com \
--to=tony@atomide.com \
--cc=greg@kroah.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 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.