annotate 98-kiibohd.rules @ 303:f9c406854bc2

Set DFU bootloader name Fixes #22 Each (dfu) interface may have more than one a ltsetting each with their own index and name. According to the DFU_1.1 pdf section 4.2.3, "* Alternate settings can be used by an application to access additional memory segments. In this case, it is suggested that each alternate setting employ a string descriptor to indicate the target memory segment; e.g., 'EEPROM'." Whether or not we end up using multiple memory segments it is still good to have a descriptive name incase there are other dfu devices connected. Edit: Fixed previous indentation
author Rowan Decker <Smasher816@gmail.com>
date Sun, 08 Mar 2015 16:59:34 -0700
parents fc6b5d0867b7
children dbbdedccc275
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
162
06979652ba8c Adding initial udev file for Linux.
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
1 # Half-Kay, Kiibohd
06979652ba8c Adding initial udev file for Linux.
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
2 ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789]?", ENV{ID_MM_DEVICE_IGNORE}="1"
06979652ba8c Adding initial udev file for Linux.
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
3 ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789]?", ENV{MTP_NO_PROBE}="1"
06979652ba8c Adding initial udev file for Linux.
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
4 SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789]?", MODE:="0666"
06979652ba8c Adding initial udev file for Linux.
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
5 # Kiibohd Serial Interface
06979652ba8c Adding initial udev file for Linux.
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
6 KERNEL=="ttyACM*", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789]?", MODE:="0666"
194
fc6b5d0867b7 Updating udev rules to reflect the USB ID changes.
Jacob Alexander <haata@kiibohd.com>
parents: 188
diff changeset
7 KERNEL=="ttyACM*", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b04d", MODE:="0666"
fc6b5d0867b7 Updating udev rules to reflect the USB ID changes.
Jacob Alexander <haata@kiibohd.com>
parents: 188
diff changeset
8 # Kiibohd Device
fc6b5d0867b7 Updating udev rules to reflect the USB ID changes.
Jacob Alexander <haata@kiibohd.com>
parents: 188
diff changeset
9 SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b04d", MODE:="0666"
188
3b28e5949c80 Updating udev file for MCHCK bootloader.
Jacob Alexander <haata@kiibohd.com>
parents: 162
diff changeset
10 # DFU Bootloader (MCHCK)
3b28e5949c80 Updating udev file for MCHCK bootloader.
Jacob Alexander <haata@kiibohd.com>
parents: 162
diff changeset
11 ATTRS{idVendor}=="2323", ATTRS{idProduct}=="0001", ENV{ID_MM_DEVICE_IGNORE}="1"
3b28e5949c80 Updating udev file for MCHCK bootloader.
Jacob Alexander <haata@kiibohd.com>
parents: 162
diff changeset
12 ATTRS{idVendor}=="2323", ATTRS{idProduct}=="0001", ENV{MTP_NO_PROBE}="1"
3b28e5949c80 Updating udev file for MCHCK bootloader.
Jacob Alexander <haata@kiibohd.com>
parents: 162
diff changeset
13 SUBSYSTEMS=="usb", ATTRS{idVendor}=="2323", ATTRS{idProduct}=="0001", MODE:="0666"
194
fc6b5d0867b7 Updating udev rules to reflect the USB ID changes.
Jacob Alexander <haata@kiibohd.com>
parents: 188
diff changeset
14 # Kiibohd DFU Bootloader
fc6b5d0867b7 Updating udev rules to reflect the USB ID changes.
Jacob Alexander <haata@kiibohd.com>
parents: 188
diff changeset
15 ATTRS{idVendor}=="1C11", ATTRS{idProduct}=="b007", ENV{ID_MM_DEVICE_IGNORE}="1"
fc6b5d0867b7 Updating udev rules to reflect the USB ID changes.
Jacob Alexander <haata@kiibohd.com>
parents: 188
diff changeset
16 ATTRS{idVendor}=="1C11", ATTRS{idProduct}=="b007", ENV{MTP_NO_PROBE}="1"
fc6b5d0867b7 Updating udev rules to reflect the USB ID changes.
Jacob Alexander <haata@kiibohd.com>
parents: 188
diff changeset
17 SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b007", MODE:="0666"
162
06979652ba8c Adding initial udev file for Linux.
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
18