ChangeSet 1.1267.20.3, 2004/01/14 10:05:04-08:00, [EMAIL PROTECTED]

[PATCH] USB: add test for B4000000 to ir-usb driver to fix build issue on some archs


 drivers/usb/serial/ir-usb.c |    2 ++
 1 files changed, 2 insertions(+)


diff -Nru a/drivers/usb/serial/ir-usb.c b/drivers/usb/serial/ir-usb.c
--- a/drivers/usb/serial/ir-usb.c       Wed Jan 28 13:36:59 2004
+++ b/drivers/usb/serial/ir-usb.c       Wed Jan 28 13:36:59 2004
@@ -568,7 +568,9 @@
                        case B115200:  ir_baud = SPEED_115200;  break;
                        case B576000:  ir_baud = SPEED_576000;  break;
                        case B1152000: ir_baud = SPEED_1152000; break;
+#ifdef B4000000
                        case B4000000: ir_baud = SPEED_4000000; break;
+#endif
                }
 
                if (xbof == -1) {



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to