From e1cef7b07bfda8511ab919b8a0895d9c20e20f94 Mon Sep 17 00:00:00 2001 From: Dimitri Stolnikov Date: Sun, 27 May 2012 19:28:36 +0200 Subject: fix vid case in udev rules file --- software/libosmosdr/osmosdr.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/libosmosdr/osmosdr.rules b/software/libosmosdr/osmosdr.rules index 5519404..bc35f2c 100644 --- a/software/libosmosdr/osmosdr.rules +++ b/software/libosmosdr/osmosdr.rules @@ -15,4 +15,4 @@ # along with this program. If not, see . # -SUBSYSTEMS=="usb", ATTRS{idVendor}=="16C0", ATTRS{idProduct}=="0763", MODE:="0666" +SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="0763", MODE:="0666" -- cgit v1.2.3