Skip to content

Commit

Permalink
* cdl/usbs_serial.cdl: Fix typo introduced by Andrew Lunn in the
Browse files Browse the repository at this point in the history
        previous patch when CYGBLD_IO_USB_SLAVE_SERIAL_BUSPOWERED as
        renamed CYGOPT_IO_USB_SLAVE_SERIAL_BUSPOWERED.
  • Loading branch information
asl committed Nov 10, 2008
1 parent fe9d411 commit a03e0ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/io/usb/serial/slave/current/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2008-11-03 Gabor Toeroek <[email protected]>

* cdl/usbs_serial.cdl: Fix typo introduced by Andrew Lunn in the
previous patch when CYGBLD_IO_USB_SLAVE_SERIAL_BUSPOWERED as
renamed CYGOPT_IO_USB_SLAVE_SERIAL_BUSPOWERED.

2008-11-03 Gabor Toeroek <[email protected]>

* cdl/usbs_serial.cdl:
Expand Down
2 changes: 1 addition & 1 deletion packages/io/usb/serial/slave/current/cdl/usbs_serial.cdl
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ cdl_package CYGPKG_IO_USB_SLAVE_SERIAL {
default_value 100
legal_values 1 to 500
requires { (CYGNUM_IO_USB_SLAVE_SERIAL_CURRENTDRAW > 100)
implies CYGBLD_IO_USB_SLAVE_SERIAL_BUSPOWERED }
implies CYGOPT_IO_USB_SLAVE_SERIAL_BUSPOWERED }
description "
The maximum current drawn by the Device from the USB bus.
It should report the peak value. A self powered device
Expand Down

0 comments on commit a03e0ef

Please sign in to comment.