From: Amar Subramanyam <[email protected]>
Signed-off-by: Amar Subramanyam <[email protected]>
---
serial.c | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/serial.c b/serial.c
index 29cef0c..e1be165 100644
--- a/serial.c
+++ b/serial.c
@@ -89,6 +89,15 @@ int serial_open(const char *name, int bps, int icrnl, int
hwfc)
case 115200:
baud = B115200;
break;
+ case 230400:
+ baud = B230400;
+ break;
+ case 460800:
+ baud = B460800;
+ break;
+ case 921600:
+ baud = B921600;
+ break;
default:
return -1;
}
--
2.25.1
_______________________________________________
Linuxptp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel