Fixed udev and added TODO comment
This commit is contained in:
parent
92b3b5081b
commit
8a96e70b4b
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user