diff options
author | Jaswinder Singh <jaswinder@infradead.org> | 2008-07-04 23:06:09 +0530 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-14 14:44:39 -0700 |
commit | d12b219a228efe92f0778ed3af21305e65fbb052 (patch) | |
tree | 744a10a28e5d1d26d355253db19a119b0f92a788 /firmware/WHENCE | |
parent | 5b9ea9322605da09d6f7119f03f71cc52b044911 (diff) | |
download | linux-d12b219a228efe92f0778ed3af21305e65fbb052.tar.bz2 |
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: Found in hex form in kernel source. -------------------------------------------------------------------------- + +Driver: USB_SERIAL_EDGEPORT_TI - USB Inside Out Edgeport Serial Driver +(TI Devices) + +File: edgeport/down3.bin + +Licence: +//************************************************************** +//* Edgeport Binary Image (for TI based products) +//* Generated by TIBin2C v2.00 (watchport) +//* Copyright (C) 2001 Inside Out Networks, All rights reserved. +//************************************************************** + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- |