Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/98-kiibohd.rules
Jacob Alexander d923eb551b Adding initial udev file for Linux.
- sudo is no longer required after this file is installed.
2014-05-26 23:46:58 -07:00

8 lines
383 B
Plaintext

# Half-Kay, Kiibohd
ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789]?", ENV{ID_MM_DEVICE_IGNORE}="1"
ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789]?", ENV{MTP_NO_PROBE}="1"
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"