Browse Source

Bugfix: FPGA-README: Correct idVendor in example MMQ udev rule

Kano 13 years ago
parent
commit
74157addfb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FPGA-README

+ 1 - 1
FPGA-README

@@ -64,7 +64,7 @@ a (hack) solution to this is to blacklist the MMQ USB device in
 
 
 Adding 2 lines like this (just above APC) should help
 Adding 2 lines like this (just above APC) should help
 # MMQ
 # MMQ
-ATTRS{idVendor}=="ifc9", ATTRS{idProduct}=="0003", ENV{ID_MM_DEVICE_IGNORE}="1"
+ATTRS{idVendor}=="1fc9", ATTRS{idProduct}=="0003", ENV{ID_MM_DEVICE_IGNORE}="1"
 
 
 The change will be lost and need to be re-done, next time you update the
 The change will be lost and need to be re-done, next time you update the
 modem-manager software
 modem-manager software