-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coolscan-updater: add minimal README
- Loading branch information
Showing
3 changed files
with
23 additions
and
3 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 |
---|---|---|
|
@@ -131,4 +131,5 @@ fabric.properties | |
|
||
# local | ||
.idea/ | ||
*.bin | ||
*.bak |
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,11 @@ | ||
# coolscan-updater | ||
|
||
This is a minimal updater program for use with USB-based Coolscans. | ||
It is based on a LS-40 USB traffic dump kindly provided by Gleb Shtengel. | ||
Not all traffic is replicated perfectly - just enough to install the update. | ||
SCSI (native or over Firewire) is not supported but shouldn't be too hard to add. | ||
|
||
To build, use CLion - or CMake with a MinGW toolchain if you're an expert. | ||
|
||
There are no user-friendly files here - instead, look in the Releases section | ||
of this repository for a user-friendly package. |
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