# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.544   -> 1.545  
#	drivers/usb/serial/keyspan.h	1.11    -> 1.12   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/08/28	greg@kroah.com	1.545
# USB: added break support for 2 port keyspan devices.
# --------------------------------------------
#
diff -Nru a/drivers/usb/serial/keyspan.h b/drivers/usb/serial/keyspan.h
--- a/drivers/usb/serial/keyspan.h	Wed Aug 28 23:20:35 2002
+++ b/drivers/usb/serial/keyspan.h	Wed Aug 28 23:20:35 2002
@@ -521,6 +521,7 @@
 	unthrottle:		keyspan_rx_unthrottle,
 	ioctl:			keyspan_ioctl,
 	set_termios:		keyspan_set_termios,
+	break_ctl:		keyspan_break_ctl,
 	attach:			keyspan_startup,
 	shutdown:		keyspan_shutdown,
 };
