# HG changeset patch # User Florian Pose # Date 1173341432 0 # Node ID 9114b3a5f9d33c97d6a8a2f07ca1c5e99c31800a # Parent d304ef4af5426532f0a76ed722c3f4596bc910df Updated TODO. diff -r d304ef4af542 -r 9114b3a5f9d3 TODO --- a/TODO Wed Mar 07 17:37:21 2007 +0000 +++ b/TODO Thu Mar 08 08:10:32 2007 +0000 @@ -11,7 +11,7 @@ - Remove addressing scheme "X:Y". - Allow only MAC address as device ID. - Remove ugly ec_slave_is_coupler(). - - Replace Vendor ID and product code arguments ofec_domain_register_pdo() + - Replace Vendor ID and product code arguments of ec_domain_register_pdo() by slave pointer. * Future features: @@ -28,6 +28,7 @@ - Calculate expected working counter for domains. * Smaller issues: + - Clear sync managers in INIT. - Reset topology_change_pending on successful validation. - Simplify FSMs with _enter() functions. - Dynamic creation of EoE handlers.