vicam: use request_firmware()
authorJaswinder Singh <jaswinder@infradead.org>
Fri, 27 Jun 2008 14:20:40 +0000 (19:50 +0530)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 14 Jul 2008 21:44:32 +0000 (14:44 -0700)
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>
WHENCE
vicam/firmware.fw [new file with mode: 0644]

diff --git a/WHENCE b/WHENCE
index 8784565..b14b86c 100644 (file)
--- a/WHENCE
+++ b/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.
+
+--------------------------------------------------------------------------
diff --git a/vicam/firmware.fw b/vicam/firmware.fw
new file mode 100644 (file)
index 0000000..048a738
Binary files /dev/null and b/vicam/firmware.fw differ