fix vid case in udev rules file

This commit is contained in:
Dimitri Stolnikov 2012-05-27 19:28:36 +02:00
parent c9e015c711
commit e1cef7b07b
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
SUBSYSTEMS=="usb", ATTRS{idVendor}=="16C0", ATTRS{idProduct}=="0763", MODE:="0666"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="0763", MODE:="0666"