Disable hotplugging of generic usb<>serial adapters.
These adapters are too common to hit them with the gpsd hotplug script.
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550964
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696020
--- a/gpsd.rules.in
+++ b/gpsd.rules.in
@@ -92,10 +92,12 @@ ATTRS{idVendor}=="0e8d", ATTRS{idProduct
 
 # Cygnal Integrated Products, Inc. CP210x Composite Device
 # (Used by Holux m241 and Wintec grays2 wbt-201) [linux module: cp210x]
-ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", SYMLINK+="gps%n", @UDEVCOMMAND@
+# !!! rule disabled in Debian because it matches way too many generic serial converters
+#ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", SYMLINK+="gps%n", @UDEVCOMMAND@
 
 # Cygnal Integrated Products, Inc. [linux module: cp210x]
-ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea71", SYMLINK+="gps%n", @UDEVCOMMAND@
+# !!! rule disabled in Debian because it matches way too many generic serial converters
+#ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea71", SYMLINK+="gps%n", @UDEVCOMMAND@
 
 # Cypress M8/CY7C64013 (Delorme uses these) [linux module: cypress_m8]
 ATTRS{idVendor}=="1163", ATTRS{idProduct}=="0100", SYMLINK+="gps%n", @UDEVCOMMAND@
