Index: ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/ChangeLog,v retrieving revision 1.161 diff -u -r1.161 ChangeLog --- ChangeLog 25 Feb 2006 14:04:22 -0000 1.161 +++ ChangeLog 7 May 2006 15:15:52 -0000 @@ -1,3 +1,7 @@ +2006-05-07 Andrew Lunn + + * ecos.db: Add AT91 USB device driver. + 2006-02-22 Mark Salter * ecos.db: Added net autotest. Index: NEWS =================================================================== RCS file: /cvs/ecos/ecos/packages/NEWS,v retrieving revision 1.97 diff -u -r1.97 NEWS --- NEWS 25 Feb 2006 14:04:22 -0000 1.97 +++ NEWS 7 May 2006 15:15:52 -0000 @@ -1,3 +1,4 @@ +* AT91 USB device driver by Oliver Munz and Andrew Lunn * Port to the ATMEL AT91SAM7S by Oliver Munz and Andrew Lunn * Improved varient support for the AT91 * Support for the Ethenet device on the NETARM devices. Index: ecos.db =================================================================== RCS file: /cvs/ecos/ecos/packages/ecos.db,v retrieving revision 1.147 diff -u -r1.147 ecos.db --- ecos.db 25 Feb 2006 14:04:22 -0000 1.147 +++ ecos.db 7 May 2006 15:16:00 -0000 @@ -1359,6 +1359,14 @@ description "A device driver for the NEC uPD985xx on-chip USB device" } +package CYGPKG_DEVS_USB_AT91 { + alias { usb_at91 } + hardware + directory devs/usb/at91 + script usbs_at91.cdl + description "A device driver for the ATMEL AT91 on-chip USB device" +} + package CYGPKG_NET { alias { "Networking" net } directory net/common