Mercurial > ecos
changeset 2225:26500399b500
* cdl/usbs_at91.cdl: Allow EP0 to be enabled when there are no
slave clients.
| author | asl |
|---|---|
| date | Tue, 06 Jun 2006 13:30:11 +0000 |
| parents | de2bef46557a |
| children | 4a05cffcf53c |
| files | packages/devs/usb/at91/current/ChangeLog packages/devs/usb/at91/current/cdl/usbs_at91.cdl |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/usb/at91/current/ChangeLog +++ b/packages/devs/usb/at91/current/ChangeLog @@ -1,3 +1,8 @@ +2006-06-06 Andrew Lunn <andrew.lunn@ascom.ch> + + * cdl/usbs_at91.cdl: Allow EP0 to be enabled when there are no + slave clients. + 2006-05-25 Andrew Lunn <andrew.lunn@ascom.ch> * src/usbs_at91_data.cxx: Change the initialization priority. The
--- a/packages/devs/usb/at91/current/cdl/usbs_at91.cdl +++ b/packages/devs/usb/at91/current/cdl/usbs_at91.cdl @@ -74,7 +74,7 @@ cdl_package CYGPKG_DEVS_USB_AT91 { cdl_component CYGFUN_DEVS_USB_AT91_EP0 { display "Support the control endpoint 0" flavor bool - calculated CYGINT_IO_USB_SLAVE_CLIENTS + default_value CYGINT_IO_USB_SLAVE_CLIENTS requires CYGPKG_IO_USB CYGPKG_IO_USB_SLAVE requires { ((CYGNUM_HAL_ARM_AT91_CLOCK_SPEED < 48120000 &&
