Skip to content

Instantly share code, notes, and snippets.

@clemensg
clemensg / BusyBox-stty-Add-RS485-config-options.patch
Created January 7, 2017 13:30
Patch for Busybox 1.25.1 to add RS-485 configuration to stty
From: Clemens Gruber <clemens.gruber@pqgruber.com>
Date: Thu, 4 Aug 2016 14:51:44 +0200
Subject: [PATCH] stty: RS-485 support
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
coreutils/stty.c | 159 +++++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 150 insertions(+), 9 deletions(-)
diff --git a/coreutils/stty.c b/coreutils/stty.c