From: Jaswinder Singh Date: Fri, 27 Jun 2008 14:20:40 +0000 (+0530) Subject: vicam: use request_firmware() X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c5a083a9f7fb04935abb1923780ce8603df99bd;p=linux-firmware 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 Signed-off-by: David Woodhouse --- diff --git a/WHENCE b/WHENCE index 8784565..b14b86c 100644 --- 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 index 0000000..048a738 Binary files /dev/null and b/vicam/firmware.fw differ