Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 301126
Collapse All | Expand All

(-)src/RXTXCommDriver.java.orig (+2 lines)
Lines 519-524 Link Here
519
					if(osName.equals("Linux"))
519
					if(osName.equals("Linux"))
520
					{
520
					{
521
						String[] Temp = {
521
						String[] Temp = {
522
						"ttyACM",       // linux USB Modems
522
						"ttyS", // linux Serial Ports
523
						"ttyS", // linux Serial Ports
523
						"ttySA", // for the IPAQs
524
						"ttySA", // for the IPAQs
524
						"ttyUSB" // for USB frobs
525
						"ttyUSB" // for USB frobs
Lines 535-540 Link Here
535
						"holter",    // custom card for heart monitoring
536
						"holter",    // custom card for heart monitoring
536
						"modem",     // linux symbolic link to modem.
537
						"modem",     // linux symbolic link to modem.
537
						"rfcomm",       // bluetooth serial device
538
						"rfcomm",       // bluetooth serial device
539
						"ttyACM",       // linux USB Modems
538
						"ttyircomm", // linux IrCommdevices (IrDA serial emu)
540
						"ttyircomm", // linux IrCommdevices (IrDA serial emu)
539
						"ttycosa0c", // linux COSA/SRP synchronous serial card
541
						"ttycosa0c", // linux COSA/SRP synchronous serial card
540
						"ttycosa1c", // linux COSA/SRP synchronous serial card
542
						"ttycosa1c", // linux COSA/SRP synchronous serial card

Return to bug 301126