diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-05-30 18:35:29 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-10 09:49:38 -0400 |
commit | ec6752f5afce659025962e25fb2f42b3911254a1 (patch) | |
tree | 2aad442c1500573d3dac3215aa97e75ef54472de /firmware/WHENCE | |
parent | 5f24e2d6b40f0c74ce5bfaddfdb89f9bfae4b594 (diff) |
whiteheat: use request_firmware()
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'firmware/WHENCE')
-rw-r--r-- | firmware/WHENCE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/firmware/WHENCE b/firmware/WHENCE index 205be9fec27b..47ab241fd53d 100644 --- a/firmware/WHENCE +++ b/firmware/WHENCE | |||
@@ -205,3 +205,24 @@ Licence: Allegedly GPLv2+, but no source visible. Marked: | |||
205 | Found in hex form in kernel source. | 205 | Found in hex form in kernel source. |
206 | 206 | ||
207 | -------------------------------------------------------------------------- | 207 | -------------------------------------------------------------------------- |
208 | |||
209 | Driver: whiteheat -- USB ConnectTech WhiteHEAT serial device | ||
210 | |||
211 | File: whiteheat.fw | ||
212 | Version: 4.06 | ||
213 | |||
214 | File: whiteheat_loader.fw | ||
215 | File: whiteheat_loader_debug.fw | ||
216 | |||
217 | Licence: Allegedly GPLv2, but no source visible. Marked: | ||
218 | Copyright (C) 2000-2002 ConnectTech Inc | ||
219 | |||
220 | Debug loader claims the following behaviour: | ||
221 | Port 1 LED flashes when the vend_ax program is running | ||
222 | Port 2 LED flashes when any SETUP command arrives | ||
223 | Port 3 LED flashes when any valid VENDOR request occurs | ||
224 | Port 4 LED flashes when the EXTERNAL RAM DOWNLOAD request occurs | ||
225 | |||
226 | Converted from Intel HEX files, used in our binary representation of ihex. | ||
227 | |||
228 | -------------------------------------------------------------------------- | ||