diff options
author | Jaswinder Singh <jaswinder@infradead.org> | 2008-07-04 13:36:09 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-14 17:44:39 -0400 |
commit | d12b219a228efe92f0778ed3af21305e65fbb052 (patch) | |
tree | 744a10a28e5d1d26d355253db19a119b0f92a788 /firmware/WHENCE | |
parent | 5b9ea9322605da09d6f7119f03f71cc52b044911 (diff) |
edgeport-ti: use request_firmware()
Firmware blob looks like this...
uint8_t MajorVersion
uint8_t MinorVersion
__le16 BuildNumber
uint8_t data[]
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'firmware/WHENCE')
-rw-r--r-- | firmware/WHENCE | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/firmware/WHENCE b/firmware/WHENCE index 8eada2dbd562..79e62e2fea5d 100644 --- a/firmware/WHENCE +++ b/firmware/WHENCE | |||
@@ -293,3 +293,19 @@ Licence: Allegedly GPLv2+, but no source visible. Marked: | |||
293 | Found in hex form in kernel source. | 293 | Found in hex form in kernel source. |
294 | 294 | ||
295 | -------------------------------------------------------------------------- | 295 | -------------------------------------------------------------------------- |
296 | |||
297 | Driver: USB_SERIAL_EDGEPORT_TI - USB Inside Out Edgeport Serial Driver | ||
298 | (TI Devices) | ||
299 | |||
300 | File: edgeport/down3.bin | ||
301 | |||
302 | Licence: | ||
303 | //************************************************************** | ||
304 | //* Edgeport Binary Image (for TI based products) | ||
305 | //* Generated by TIBin2C v2.00 (watchport) | ||
306 | //* Copyright (C) 2001 Inside Out Networks, All rights reserved. | ||
307 | //************************************************************** | ||
308 | |||
309 | Found in hex form in kernel source. | ||
310 | |||
311 | -------------------------------------------------------------------------- | ||