Cleaning up of dm9601 source code. Debugged for hours to fix the linker table problem. But the fix was just a small line in the Makefile. But its a temporary solution. Looking forward to talking to Miachel about this.
Cleaned up fully, the UHCI driver to include proper error handling along all control flow paths.
Commits : Source code cleanup Source code cleanup
Began cleaning up the UHCI controller source code to include proper error handling. Wrote a document that describes the design of the UHCI driver.
Wrote a driver for a USB Ethernet adapter. Its called pegasus. Only the tx part works at the moment. I also wrote a blog entry on snooping USB traffic.
Commit : pegasus device driver
Removed FSBR as suggested by mcb30. To compensate for that the TD's DEPTH flag is set so that the TDs of a particular urb are processed first in a depth first fashion.
Began porting a USB driver for Belkin F5D5050 USB Ethernet from the linux kernel.
==