Archived
1
0

Fixed udev and added TODO comment

This commit is contained in:
Jacob Alexander 2016-05-29 10:27:21 -07:00
parent 92b3b5081b
commit 8a96e70b4b
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ 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]?", SYMLINK+="kiibohd", MODE:="0666",
KERNEL=="ttyACM*", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789]?", SYMLINK+="kiibohd", MODE:="0666"
KERNEL=="ttyACM*", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b04d", SYMLINK+="kiibohd", MODE:="0666"
KERNEL=="ttyACM*", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="f05c", SYMLINK+="kiibohd", MODE:="0666"

View File

@ -219,6 +219,7 @@ void Connect_addBytes( uint8_t *buffer, uint8_t count, uint8_t uart )
printInt8( uart );
print( ", waiting..." NL );
delay( 1 );
// FIXME Buffer will not drain here....
}
// Append data to ring buffer