public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] usb_debug serial, ftdi_sio serial and sysrq
@ 2009-05-11 20:24 Jason Wessel
  2009-05-11 20:24 ` [PATCH 1/4] usb_debug, usb_generic_serial: implement multi urb write Jason Wessel
  0 siblings, 1 reply; 6+ messages in thread
From: Jason Wessel @ 2009-05-11 20:24 UTC (permalink / raw)
  To: greg; +Cc: stern, linux-usb, linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-05-12 17:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-11 20:24 [PATCH 0/4] usb_debug serial, ftdi_sio serial and sysrq Jason Wessel
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox