Re: Serial custom speed deprecated?
From: Alan Cox
Date: Mon Aug 28 2006 - 12:37:03 EST
Ar Llu, 2006-08-28 am 10:50 -0400, ysgrifennodd linux-os (Dick Johnson):
> It has nothing to do with 'personal laws of physics'. On all recent
> implementations, B0 is 0, i.e., the absence of any bits set. Therefore,
> there is no observable difference between CBAUDEX and CBAUDEX | B0,
> as shown above.
Correct
> Therefore, as I stated, it won't work.
Incorrect
The state
(flag & CBAUD) == (CBAUDEX|0)
is not currently used
CBAUDEX|1 .. CBAUDX|15 are used as are 0-15.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/