Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 454608 | Differences between
and this patch

Collapse All | Expand All

(-)rxtx-2.1.7.2-r3/work/rxtx-2.1-7r2/src/RXTXCommDriver.java (+2 lines)
Lines 522-527 Link Here
522
						"ttyACM",       // linux USB Modems
522
						"ttyACM",       // linux USB Modems
523
						"ttyS", // linux Serial Ports
523
						"ttyS", // linux Serial Ports
524
						"ttySA", // for the IPAQs
524
						"ttySA", // for the IPAQs
525
						"ttyPZ", // for G4/G5 RackMac
525
						"ttyUSB" // for USB frobs
526
						"ttyUSB" // for USB frobs
526
						};
527
						};
527
						CandidatePortPrefixes=Temp;
528
						CandidatePortPrefixes=Temp;
Lines 552-557 Link Here
552
							// linux ISI serial card
553
							// linux ISI serial card
553
						"ttyMX",// linux Moxa Smart IO cards
554
						"ttyMX",// linux Moxa Smart IO cards
554
						"ttyP", // linux Hayes ESP serial card
555
						"ttyP", // linux Hayes ESP serial card
556
						"ttyPZ", // linux PPC/PPC64 Zilog serial ports
555
						"ttyR", // linux comtrol cards
557
						"ttyR", // linux comtrol cards
556
							// linux Specialix RIO serial card
558
							// linux Specialix RIO serial card
557
						"ttyS", // linux Serial Ports
559
						"ttyS", // linux Serial Ports

Return to bug 454608