| 
									
										
										
										
											2016-05-16 22:39:42 +00:00
										 |  |  | # To be placed in /etc/udev/rules.d. | 
					
						
							|  |  |  | #  Auto-detect common USB stratux peripherals. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-05-19 03:48:58 +00:00
										 |  |  | # u-blox devices. Known devices include | 
					
						
							|  |  |  | #   ublox8: RY835AI, RY836AI | 
					
						
							|  |  |  | #   ublox7: VK-172, RY725AI | 
					
						
							|  |  |  | #   ublox6: VK-162 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | SUBSYSTEMS=="usb", ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a8", SYMLINK+="ublox8" | 
					
						
							|  |  |  | SUBSYSTEMS=="usb", ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a7", SYMLINK+="ublox7" | 
					
						
							|  |  |  | SUBSYSTEMS=="usb", ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a6", SYMLINK+="ublox6" | 
					
						
							|  |  |  | #SUBSYSTEMS=="usb", ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a7", SYMLINK+="vk172" | 
					
						
							|  |  |  | #SUBSYSTEMS=="usb", ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a6", SYMLINK+="vk162" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-05-16 22:39:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-05-17 21:13:30 +00:00
										 |  |  | # pl2303 devices are indistinguishable using idVendor and idProduct. | 
					
						
							|  |  |  | #  Currently the BU-353-S4 and the TU-S9 (serialout) use the pl2303. | 
					
						
							| 
									
										
										
										
											2016-05-16 22:39:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-05-17 21:13:30 +00:00
										 |  |  | SUBSYSTEMS=="usb", ATTRS{idVendor}=="067b", ATTRS{idProduct}=="2303", SYMLINK+="prolific%n" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #SUBSYSTEMS=="usb", ATTRS{idVendor}=="067b", ATTRS{idProduct}=="2303", SYMLINK+="bu353s4" | 
					
						
							|  |  |  | #SUBSYSTEMS=="usb", ATTRS{idVendor}=="067b", ATTRS{idProduct}=="2303", SYMLINK+="tu-s9" |