- Output attachment failure messages only when debugging. 2008-06-18, by Florian Pose
- Minor change. 2008-06-18, by Florian Pose
- Only load default assignment, if slave was attached. 2008-06-18, by Florian Pose
- Implemented ecrt_slave_config_state(); minor changes in 2008-06-18, by Florian Pose
- Set slave_states to 0x00 when no slaves are present. 2008-06-18, by Florian Pose
- Completed ec_master_state_t and documented ec_master_state_t and 2008-06-18, by Florian Pose
- Removed some unnecessary code. 2008-06-18, by Florian Pose
- Completed master states. 2008-06-17, by Richard Hacker
- Updated install script; udev rule. 2008-06-17, by Florian Pose
- Remove manual creation of device nodes, this is done by udev. 2008-06-17, by Florian Pose
- Added support for different versions of class_device_create(). 2008-06-17, by Florian Pose
- Replaced include sysfs->device. 2008-06-17, by Florian Pose
- Create class device with device_number information in sysfs. 2008-06-17, by Florian Pose
- Create device class. Preparation for device numbers in sysfs. 2008-06-17, by Florian Pose
- Improved ecdev_offer(). 2008-06-17, by Florian Pose
- Reverted revision number checking from r1228. 2008-06-17, by Florian Pose
- Added revision number to slave type checking. 2008-06-16, by Florian Pose
- TODO. 2008-06-12, by Florian Pose
- Minor change. 2008-06-12, by Florian Pose
- Added a few debugging messages. 2008-06-12, by Florian Pose
- Minor change. 2008-06-12, by Florian Pose
- Fixed duplicate kfree() bug. 2008-06-12, by Florian Pose
- Minor change. 2008-06-12, by Florian Pose
- Fixed bug in slave scanning, causing a segmentation fault. 2008-06-12, by Florian Pose
- Removed EC_IOCTL_DOMAIN_COUNT. 2008-06-12, by Florian Pose
- Store slaves in an array instead of a list. 2008-06-12, by Florian Pose
- Removed unnecessary code. 2008-06-12, by Florian Pose
- Replaced a few GFP_ATOMIC allocations with GFP_KERNEL ones. 2008-06-12, by Florian Pose
- Removed kobject from master and module. Sysfs is gone! 2008-06-12, by Florian Pose
- Removed deprecated default_config flag. 2008-06-12, by Florian Pose
- Removed kobject from slave_config. 2008-06-12, by Florian Pose
- Clear domains before slave configs, because domain references the FMMU 2008-06-12, by Florian Pose
- Removed kobject from domain. 2008-06-12, by Florian Pose
- Removed kobjects from sdo and slave. 2008-06-12, by Florian Pose
- Removed kobject from sdo entry. 2008-06-11, by Florian Pose
- Bus configuration via 'ethercat config'. 2008-06-11, by Florian Pose
- Slave information via 'ethercat slave'. 2008-06-11, by Florian Pose
- Improved 'ethercat ls' formatting. 2008-06-10, by Florian Pose
- Display error flag in 'ethercat ls'; cleaned up usage of error flag; 2008-06-10, by Florian Pose
- Replaced misleading %i by %u. 2008-06-10, by Florian Pose
- Fixed calculation of expected working counter. 2008-06-10, by Florian Pose
- TODO. 2008-06-10, by Florian Pose
- Output Sdo index at entry. 2008-06-10, by Florian Pose
- Open device with correct permissions immediately. 2008-06-10, by Florian Pose
- Output decoded ioctl command number. 2008-06-10, by Florian Pose
- Implemented SII writing (including alias writing) via ethercat command. 2008-06-10, by Florian Pose
- Renamed some fields in ec_sii_request_t to word addressing. 2008-06-09, by Florian Pose
- Implemented SII read. 2008-06-09, by Florian Pose
- Moved sii to words. 2008-06-09, by Florian Pose
- Removed debugging data. 2008-06-09, by Florian Pose
- Added debugging for sdo download. 2008-06-09, by Florian Pose
- Implemented Sdo download via ethercat command. 2008-06-09, by Florian Pose
- TODO. 2008-06-09, by Florian Pose
- ioctl() permissions. 2008-06-09, by Florian Pose
- Using Linux ioctl() number generation macros. 2008-06-09, by Florian Pose
- Display textual data type in 'ethercat sdos'. 2008-06-06, by Florian Pose
- process Sdo requests even with error_flag set. 2008-06-06, by Florian Pose
- Implemented sdo_upload command. 2008-06-06, by Florian Pose
- Added ec_slave_get_sdo_const(). 2008-06-06, by Florian Pose
- Added -q flag (quiet). 2008-06-06, by Florian Pose