From: <gregkh@suse.de>
To: 12o3l@tiscali.nl, gregkh@suse.de, linux-kernel@vger.kernel.org
Subject: patch usb-ftdi_sio.c-add-missing.patch added to gregkh-2.6 tree
Date: Thu, 07 Feb 2008 10:19:52 -0800 [thread overview]
Message-ID: <12024083921590@kroah.org> (raw)
In-Reply-To: <47AA4B6F.20902@tiscali.nl>
This is a note to let you know that I've just added the patch titled
Subject: USB: ftdi_sio.c add missing '|'
to my gregkh-2.6 tree. Its filename is
usb-ftdi_sio.c-add-missing.patch
This tree can be found at
http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/
>From 12o3l@tiscali.nl Thu Feb 7 10:05:29 2008
From: Roel Kluin <12o3l@tiscali.nl>
Date: Thu, 07 Feb 2008 01:06:07 +0100
Subject: USB: ftdi_sio.c add missing '|'
To: Greg KH <gregkh@suse.de>
Cc: linux-usb@vger.kernel.org, ftdi-usb-sio-devel@lists.sourceforge.net, lkml <linux-kernel@vger.kernel.org>
Message-ID: <47AA4B6F.20902@tiscali.nl>
add missing '|'
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/usb/serial/ftdi_sio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -394,7 +394,7 @@ static const char *ftdi_chip_name[] = {
/* End TIOCMIWAIT */
#define FTDI_IMPL_ASYNC_FLAGS = ( ASYNC_SPD_HI | ASYNC_SPD_VHI \
- ASYNC_SPD_CUST | ASYNC_SPD_SHI | ASYNC_SPD_WARP )
+ | ASYNC_SPD_CUST | ASYNC_SPD_SHI | ASYNC_SPD_WARP )
/* function prototypes for a FTDI serial converter */
static int ftdi_sio_probe (struct usb_serial *serial, const struct usb_device_id *id);
Patches currently in gregkh-2.6 which might be from 12o3l@tiscali.nl are
usb/usb-ftdi_sio.c-add-missing.patch
prev parent reply other threads:[~2008-02-07 18:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-07 0:06 [PATCH][drivers/usb/serial/ftdi_sio.c] add missing '|' Roel Kluin
2008-02-07 18:19 ` gregkh [this message]
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=12024083921590@kroah.org \
--to=gregkh@suse.de \
--cc=12o3l@tiscali.nl \
--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.