On Tue, Apr 29, 2008 at 08:19:22PM +0200, Michelle Konzack wrote: > Hello, > > after reading tonns of documentations I am puzzeling arround HOW > to implement the "usbhid-ups" in my Hardware... Can anyone point > me into the right direction or to documents (with examples) how > to code such stuff?
eCos is rather lacking in USB examples. Nobody contributes back there USB class drivers. What you can look at is the USB Ethernet code in packages/io/usb/eth and the usb test programs in io/usb/slave/current/tests. These show have the basic USB interface words. Andrew