Dear Sir, I implement a UART interface that need special baud rate 973500bps and 1041667bps. I already modified kernel source code. How should I do to patch bits/termios.h file?
Before: #define B57600 0010001 #define B115200 0010002 #define B230400 0010003 #define B460800 0010004 #define B500000 0010005 #define B576000 0010006 #define B921600 0010007 #define B1000000 0010010 #define B1152000 0010011 #define B1500000 0010012 #define B2000000 0010013 #define B2500000 0010014 #define B3000000 0010015 #define B3500000 0010016 #define B4000000 0010017
After: #define B57600 0010001 #define B115200 0010002 #define B230400 0010003 #define B460800 0010004 #define B500000 0010005 #define B576000 0010006 #define B921600 0010007 #define B937500 0010010 #define B1000000 0010011 #define B1041667 0010012 #define B1152000 0010013 #define B1500000 0010014 #define B2000000 0010015 #define B2500000 0010016 #define B3000000 0010017 #define B3500000 0010020 #define B4000000 0010021
Best Regards,
Cloud Liao / ååè Automotive & Digital Media Business Unit Wistron NeWeb Corporation 20 Park Avenue II, Hsinchu Science Park Hsinchu 308, Taiwan 308æççåååååäè20è Tel: +886 3 666 7799 ext 6347 Fax: +886 3 666 7711
This email and any attachments are intended for the sole use of the named recipient(s) and may contain confidential, proprietary, privileged or copyrighted information. If you are not the intended recipient, please delete immediately. Do not read, copy, or forward this email or any attachments. |
_______________________________________________ Patches mailing list Patches@xxxxxxxxxx http://eglibc.org/cgi-bin/mailman/listinfo/patches