aboutsummaryrefslogtreecommitdiffstats
path: root/lang/squeak/files/patch-unix_plugins_ScratchPlugin_unixSeriaPort2Ops.c
blob: 4fffd8bcb6f7c0489dc22ab0bd0e82f4747421bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- unix/plugins/ScratchPlugin/unixSeriaPort2Ops.c.orig	2012-07-30 21:58:07 UTC
+++ unix/plugins/ScratchPlugin/unixSeriaPort2Ops.c
@@ -337,7 +337,7 @@ error:
 }
 
 int isSerialPortDev(char *s) {
-	return isPrefix("ttyusb", s);
+	return isPrefix("ttyU", s);
 }
 
 int isPrefix(char *prefix, char *s) {