forked from OpenLightingProject/ola
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
381014e
commit 97b0545
Showing
6 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
ola (0.9.2-1) unstable; urgency=low | ||
|
||
* New upstream release | ||
* Add usbpro_firmware program to the package | ||
|
||
-- RenZO <[email protected]> xxx, yy zzz 2014 aa:bb:cc +dddd | ||
|
||
ola (0.9.1-1) unstable; urgency=low | ||
|
||
* New upstream release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,4 +36,5 @@ ola_usbpro -d 9 -p 0 -r 40 | |
ola_usbpro -d 9 --serial | ||
.SH SEE ALSO | ||
.BR olad(1) , | ||
.BR usbpro_firmware(1) , | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.TH usbpro_firmware 1 "July 2014" | ||
.SH NAME | ||
usbpro_firmware \- Update the firmware on an Enttec USB Pro Device. | ||
.SH SYNOPSIS | ||
.B usbpro_firmware -d <device> -f <firmware_file> [ options ] | ||
.SH DESCRIPTION | ||
.B usbpro_firmware | ||
is used to update the firmware on Enttec USB Pro devices. | ||
.SH OPTIONS | ||
.IP "-h, --help" | ||
Display the help message. | ||
.IP "-d, --device <device>" | ||
The path to the device to update | ||
.IP "-f, --firmware <firmware_file>" | ||
The path to the firmware to use | ||
.IP "-l, --log-level <int8_t>" | ||
Set the logging level 0 .. 4. | ||
.SH SEE ALSO | ||
.BR ola_usbpro(1) , | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dist_noinst_SCRIPTS += tools/usbpro/download_firmware.sh | ||
|
||
noinst_PROGRAMS += tools/usbpro/usbpro_firmware | ||
bin_PROGRAMS += tools/usbpro/usbpro_firmware | ||
tools_usbpro_usbpro_firmware_SOURCES = tools/usbpro/usbpro-firmware.cpp | ||
tools_usbpro_usbpro_firmware_LDADD = common/libolacommon.la \ | ||
plugins/usbpro/libolausbprowidget.la |