On Sat, 13 Aug 2005, Jimmy Pierce wrote:
> Alrighty... 3rd time's the charm, or so I hope.

Nope.

......

+               if( duplex[0] == 0xe1 )
+               {
+                       fd = 0x0002;
+                       dev_dbg( &dev, "Full Duplex " );
+               }
+               else
+               {
+                       fd = 0x0000;
+                       dev_dbg( &dev, "Half Duplex " );
+               }

Let scripts/Lindent do the tedious work for you.

Olav


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to