- Renamed EoE interfaces to eoe<MASTER>s<SLAVE>. 2007-08-07, by Florian Pose
- Fixed typo. 2007-08-07, by Florian Pose
- Fixed distribution for e1000. 2007-08-07, by Florian Pose
- Added e1000 driver for 2.6.20. 2007-08-07, by Florian Pose
- Added --enable-dummy; renamed EC_DBG_IF to EC_DEBUG_IF, ENABLE_DEBUG_IF 2007-08-07, by Florian Pose
- Merged e1000 changes from 2.6.13 to 2.6.18 (not tested). 2007-08-06, by Florian Pose
- Minor changes. 2007-08-06, by Florian Pose
- First working version of e1000 driver under 2.6.13. 2007-08-06, by Florian Pose
- Added ec_e1000 prefix for DPRINTK() macros. 2007-08-03, by Florian Pose
- Improved Makefiles. 2007-08-03, by Florian Pose
- Added e1000 driver for kernel 2.6.13. 2007-07-30, by Florian Pose
- Made e1000_hw.h and e1000_osdep.h kernel-dependent. 2007-07-30, by Florian Pose
- Serveral changes on e1000 driver (not tested!). 2007-07-25, by Florian Pose
- Replaced ecdev_link_state() with ecdev_set_link(); added 2007-07-25, by Florian Pose
- Updated TODO and NEWS. 2007-07-25, by Florian Pose
- Advanced e1000 modifications. 2007-07-17, by Florian Pose
- First version with e1000 driver (to be continued...) 2007-07-13, by Florian Pose
- Improved dummy module. 2007-06-08, by Florian Pose
- Added dummy module for simulation purposes. 2007-06-06, by Florian Pose
- Introduced frames_timed_out flag to notice bus failure when link down is 2007-05-03, by Florian Pose
- Completely lock master while an EoE cycle is executing. 2007-03-16, by Florian Pose
- Version 1.3.0-rc1. 2007-03-16, by Florian Pose
- Dynamic creation of EoE handlers. 2007-03-16, by Florian Pose
- Configure alternative PDO mapping only on slaves that have PDO sync 2007-03-16, by Florian Pose
- Removed unecessary clearing of EoE handlers in master init function; 2007-03-16, by Florian Pose
- Updated TODO. 2007-03-16, by Florian Pose
- Respected endianess in sysfs SDO output; Separate message, if data type 2007-03-16, by Florian Pose
- Slave configuration exclusively from master thread; removed 2007-03-12, by Florian Pose
- Merged changes of examples/mini/mini.c -r858:859 to 2007-03-12, by Florian Pose
- Minor changes in minimal example. 2007-03-12, by Florian Pose
- Fixed missing semaphore initialization. 2007-03-12, by Florian Pose
- Added scan time output. 2007-03-12, by Florian Pose
- Fixed skipped datagrams when not in FSM idle phase. 2007-03-12, by Florian Pose
- Introduced idle flag in master state machine. 2007-03-12, by Florian Pose
- Renamed names of enum type ec_request_state_t. 2007-03-12, by Florian Pose
- Made waiting for device semaphore uninterruptible. 2007-03-12, by Florian Pose
- Replaced master variable 'atomic_t available' by integer and used 2007-03-12, by Florian Pose
- Implemented SDO reading with wait queues. 2007-03-09, by Florian Pose
- Renamed ec_eeprom_request_state_t enum to ec_request_state_t and made it 2007-03-09, by Florian Pose
- Updated TODO. 2007-03-09, by Florian Pose
- Removed X:Y addressing scheme, ec_slave_is_coupler(), 2007-03-09, by Florian Pose
- Correctted resetting topology_change_pending and tainted flags. 2007-03-09, by Florian Pose
- Adjusted minimal example to interface changes. 2007-03-09, by Florian Pose
- Added parameters for vendor ID and product code to ecrt_get_slave(); PDO 2007-03-09, by Florian Pose
- Allow only MAC addresses as device identifiers; replaced master list by 2007-03-08, by Florian Pose
- Updated NEWS and TODO. 2007-03-08, by Florian Pose
- Removed ecrt_master_run(), removed datagram queueing from state 2007-03-08, by Florian Pose
- Updated TODO. 2007-03-08, by Florian Pose
- Implemented alternative PDO mapping configuration interface. 2007-03-07, by Florian Pose
- Updated TODO. 2007-03-07, by Florian Pose
- Updated TODO. 2007-03-07, by Florian Pose
- Fixed sync manager freeing bug coming up in r833. 2007-03-07, by Florian Pose
- Removed obsolete ec_slave_sync_config(). 2007-03-07, by Florian Pose
- Layed out FMMU structure and methods to own files. 2007-03-07, by Florian Pose
- Moved a few constants to the files they are needed in. 2007-03-07, by Florian Pose
- Layed out sync manager structures and methods into own files. 2007-03-07, by Florian Pose
- Layed out PDO structures to own files. 2007-03-07, by Florian Pose
- Renamed ec_sii_sync_t to ec_sync_t. 2007-03-07, by Florian Pose
- Renamed ec_sii_pdo_t and ec_sii_pdo_entry_t to ec_pdo_t and 2007-03-07, by Florian Pose
- Simplified handling of EEPROM strings. 2007-03-07, by Florian Pose