Hi everybody,

this should be the last test version as ueagle-atm.
After that we could use gna file manager(except for the firmwares because of the un-clear licence).

A bulk version of ueagle-atm is in -mm branch, and I hope iso support will be added soon. But we will maintain a version compatible with old kernel on gna.

This version use the last usbatm cvs version. It should fix an eagle bulk bug[1].

This version contains some fixes (most cleanning stuff) and exports modem stat via sysfs. This version support sysfs and procfs for modem stats, but people sould migrate to sysfs as only sysfs stats will be present in the patch included in the kernel tree.
You could read the sysfs stat /sys/bus/usb/drivers/ueagle-atm/*0/stat* file.
For example this command will list all the stats.
for i in /sys/bus/usb/drivers/ueagle-atm/*0/stat*; do basename $i; cat $i;done

A complete changelog is attached.


Matthieu

PS : as usual this version can be found on http://castet.matthieu.free.fr/eagle/release/ .




[1]
Bug consist in atm cells can coming partially in two consecutive
usrbs or telling it differently urb buffer size can be not multiple of
atm cell size. Patch simply catch such case and save partial
incoming atm cell in additional buffer, when next urbs comm in,
fill additional buffer with rest of cell and process remain data
normally.
2005-11-19  matc

        sync with kernel-patch branche

2005-11-11  swg

        portable sysfs

2005-11-11  swg

        merge r177 and r178 and others code cleans up from kernel patch

2005-11-11  swg

        merge r162

2005-11-05  swg

        remove r163 eol white spaces

2005-11-05  swg

        more careful dsp checking

2005-11-05  swg

        use integer (not pointer) arithmetic to check dsp

2005-11-03  swg

        request_firmware_nowait() syntax depend on kernel version

2005-11-03  swg

        merge some r157 changes to trunk

2005-11-02  swg

        Save stack memory in request_cmvs()

2005-11-02  swg

        Rid of typedef and PACKED

2005-11-01  swg

        Code cleanup

2005-11-01  matc

        remove trailling wite-space

Reply via email to