NEWS
changeset 670 f57de4585a5f
parent 669 884a5b5b0163
child 696 24fac09b5b26
equal deleted inserted replaced
669:884a5b5b0163 670:f57de4585a5f
    32     ec_slave_pdo_mapping().
    32     ec_slave_pdo_mapping().
    33 * Device interface changes:
    33 * Device interface changes:
    34   - Replaced ecdev_register() and ecdev_unregister() with ecdev_offer() and
    34   - Replaced ecdev_register() and ecdev_unregister() with ecdev_offer() and
    35     ecdev_withdraw(), respectively. The device modules now offer all their
    35     ecdev_withdraw(), respectively. The device modules now offer all their
    36     devices to the master. The master then decides, which ones to register.
    36     devices to the master. The master then decides, which ones to register.
       
    37   - Replaced ecdev_link_state() with ecdev_set_link(); added ecdev_get_link().
    37 * All EEPROM write operations from user space are now blocking until
    38 * All EEPROM write operations from user space are now blocking until
    38   writing has finished. Appropriate error codes are returned.
    39   writing has finished. Appropriate error codes are returned.
    39 * Implemented setting of the "Secondary slave address" (alias) via sysfs.
    40 * Implemented setting of the "Secondary slave address" (alias) via sysfs.
    40 * Implemented SDO reading in operation mode via sysfs.
    41 * Implemented SDO reading in operation mode via sysfs.
    41 * Removed annoying eeprom_write_enable file. EEPROM writing always enabled.
    42 * Removed annoying eeprom_write_enable file. EEPROM writing always enabled.