lkml.org 
[lkml]   [2003]   [Nov]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Linux 2.4.23-rc1
On Tue, 11 Nov 2003 17:54:33 -0800
Greg KH <greg@kroah.com> wrote:

> Then how is the ir-usb driver supposed to be able to set a baud rate of
> 4000000 in a portable manner?

You just won't get support for it on Sparc, nor any other
platform that does not have the B4000000 macro defined.
Ie.

#ifdef B4000000
case B4000000:
....
#endif

If, some day, I figure out a clever way to encode these higher
speeds on Sparc and other platforms figure out how to do so as
well, we can remove the ifdef.

For now, the ifdef allows the thing to build properly on all
platforms.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:58    [W:0.055 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site