[moserial] allow use of ttyACM ports
- From: Michael J. Chudobiak <mjc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [moserial] allow use of ttyACM ports
- Date: Tue, 24 Jan 2012 13:26:20 +0000 (UTC)
commit 5cab401e8d5b6940883eb5ddcc02e239b4757c93
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date: Tue Jan 24 08:25:50 2012 -0500
allow use of ttyACM ports
src/SettingsDialog.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/SettingsDialog.vala b/src/SettingsDialog.vala
index 18aa23e..b0ff3cd 100644
--- a/src/SettingsDialog.vala
+++ b/src/SettingsDialog.vala
@@ -91,6 +91,7 @@ public class moserial.SettingsDialog : GLib.Object
List<string> deviceTypes = new List<string> ();
deviceTypes.append ("/dev/ttyS");
deviceTypes.append ("/dev/ttyUSB");
+ deviceTypes.append ("/dev/ttyACM");
deviceTypes.append ("/dev/rfcomm");
deviceTypes.append ("/dev/cuaU");
deviceTypes.append ("/dev/cua");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]