changeset 188:3b28e5949c80

Updating udev file for MCHCK bootloader.
author Jacob Alexander <haata@kiibohd.com>
date Sat, 02 Aug 2014 23:24:39 -0700
parents b250056298df
children 4493d8d2c959
files 98-kiibohd.rules
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/98-kiibohd.rules	Sat Aug 02 22:19:33 2014 -0700
+++ b/98-kiibohd.rules	Sat Aug 02 23:24:39 2014 -0700
@@ -4,4 +4,8 @@
 SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789]?", MODE:="0666"
 # Kiibohd Serial Interface
 KERNEL=="ttyACM*", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789]?", MODE:="0666"
+# DFU Bootloader (MCHCK)
+ATTRS{idVendor}=="2323", ATTRS{idProduct}=="0001", ENV{ID_MM_DEVICE_IGNORE}="1"
+ATTRS{idVendor}=="2323", ATTRS{idProduct}=="0001", ENV{MTP_NO_PROBE}="1"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2323", ATTRS{idProduct}=="0001", MODE:="0666"