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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html