Forgot a -u in my diff, so it wasn't terribly helpful... not that it couldn't be applied by hand, but whatever.


-- Phil Dibowitz [EMAIL PROTECTED] Freeware and Technical Pages Insanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/

"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
 - Benjamin Franklin, 1759

--- pl2303.c.orig	2004-07-24 00:49:53.000000000 -0700
+++ pl2303.c	2004-07-24 00:50:24.000000000 -0700
@@ -627,7 +627,7 @@
 		state = BREAK_OFF;
 	else
 		state = BREAK_ON;
-	dbg("%s - turning break %s", state==BREAK_OFF ? "off" : "on", __FUNCTION__);
+	dbg("%s - turning break %s", __FUNCTION__, state==BREAK_OFF ? "off" : "on");
 
 	result = usb_control_msg (serial->dev, usb_sndctrlpipe (serial->dev, 0),
 				  BREAK_REQUEST, BREAK_REQUEST_TYPE, state, 

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to