ChangeSet 1.1267.20.3, 2004/01/14 10:05:04-08:00, greg@kroah.com [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) {