You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/rxtx/files/rxtx-2.2_pre2-add-ttyACM.patch

11 lines
328 B

--- rxtx-2.2pre2/src/gnu/io/RXTXCommDriver.java.orig
+++ rxtx-2.2pre2/src/gnu/io/RXTXCommDriver.java
@@ -574,6 +574,7 @@
if(osName.equals("Linux"))
{
String[] Temp = {
+ "ttyACM", // linux USB modems
"ttyS", // linux Serial Ports
"ttySA", // for the IPAQs
"ttyUSB", // for USB frobs