diff options
author | Jaswinder Singh <jaswinder@infradead.org> | 2008-06-27 19:50:40 +0530 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-14 14:44:32 -0700 |
commit | fb54be8755d386008bfadb7fc8ff89451fa3a9c9 (patch) | |
tree | 130eb5a6b60a3dd2c94362785a44dedfae1a2fab /firmware/WHENCE | |
parent | c466774636b3cc43c2c304b44e52974d9d53f3e0 (diff) |
vicam: use request_firmware()
Although it wasn't actually using ihex records before, we use the Intel
HEX record format for this firmware -- because that gives us a simple
way to split it into separate chunks internally as we need, without
loading each part as a separate file.
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/firmware/WHENCE b/firmware/WHENCE index 878456572926..b14b86c8fb51 100644 --- a/firmware/WHENCE +++ b/firmware/WHENCE @@ -265,3 +265,13 @@ Licence: Distributable * modification. -------------------------------------------------------------------------- + +Driver: USB_VICAM -- USB 3com HomeConnect (aka vicam) + +File: vicam/firmware.fw + +Licence: Unknown + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- |