diff options
author | Jaswinder Singh <jaswinder@infradead.org> | 2008-06-27 10:20:40 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-14 17:44:32 -0400 |
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 | |||
265 | * modification. | 265 | * modification. |
266 | 266 | ||
267 | -------------------------------------------------------------------------- | 267 | -------------------------------------------------------------------------- |
268 | |||
269 | Driver: USB_VICAM -- USB 3com HomeConnect (aka vicam) | ||
270 | |||
271 | File: vicam/firmware.fw | ||
272 | |||
273 | Licence: Unknown | ||
274 | |||
275 | Found in hex form in kernel source. | ||
276 | |||
277 | -------------------------------------------------------------------------- | ||