From: Jason Wessel <jason.wessel@windriver.com>
To: greg@kroah.com
Cc: stern@rowland.harvard.edu, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] usb_debug serial, ftdi_sio serial and sysrq
Date: Mon, 11 May 2009 15:24:06 -0500 [thread overview]
Message-ID: <1242073450-3794-1-git-send-email-jason.wessel@windriver.com> (raw)
The idea behind this patch series is to allow the USB 2.0 debug device
to better operate as a fully functional system console with the full
capability for sysrq.
This is version 2 of the original patches per Greg and Alan's comments.
Included is a fix to the ftdi_sio driver as well.
Thanks,
Jason.
The short log and git info is below, which is against the 2.6.30
development tree.
The following changes since commit a4d7749be5de4a7261bcbe3c7d96c748792ec455:
Linus Torvalds (1):
Merge git://git.kernel.org/.../gregkh/staging-2.6
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git for_gregkh
Jason Wessel (4):
usb_debug, usb_generic_serial: implement multi urb write
ftd_sio usb: move status check
usb_debug,usb_generic_serial: implement sysrq and serial break
ftd_sio usb: implement sysrq handling on break
drivers/usb/serial/Kconfig | 7 ++
drivers/usb/serial/ftdi_sio.c | 18 +++--
drivers/usb/serial/generic.c | 151 +++++++++++++++++++++++++++++++++++-----
drivers/usb/serial/usb_debug.c | 41 +++++++++++
include/linux/usb/serial.h | 38 ++++++++++-
5 files changed, 227 insertions(+), 28 deletions(-)
next reply other threads:[~2009-05-11 20:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-11 20:24 Jason Wessel [this message]
2009-05-11 20:24 ` [PATCH 1/4] usb_debug, usb_generic_serial: implement multi urb write Jason Wessel
2009-05-11 20:24 ` [PATCH 2/4] ftd_sio usb: move status check Jason Wessel
2009-05-11 20:24 ` [PATCH 3/4] usb_debug,usb_generic_serial: implement sysrq and serial break Jason Wessel
2009-05-11 20:24 ` [PATCH 4/4] ftd_sio usb: implement sysrq handling on break Jason Wessel
2009-05-12 17:02 ` [PATCH 3/4] usb_debug,usb_generic_serial: implement sysrq and serial break 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=1242073450-3794-1-git-send-email-jason.wessel@windriver.com \
--to=jason.wessel@windriver.com \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=stern@rowland.harvard.edu \
/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
Powered by JetHome