From: David Woodhouse Date: Fri, 30 May 2008 11:04:03 +0000 (+0300) Subject: keyspan: use request_firmware() X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9adcf922ee10c5bab85e0c260e6dcd16e3a4e762;hp=1b1e59369e3a91812ef2c6d09bf9f0a0dc2f3f68;p=linux-firmware keyspan: use request_firmware() Signed-off-by: David Woodhouse --- diff --git a/WHENCE b/WHENCE index 9c2a1eb..d66291a 100644 --- a/WHENCE +++ b/WHENCE @@ -80,3 +80,42 @@ Licence: Unknown Found in hex form in the kernel source. -------------------------------------------------------------------------- + +Driver: keyspan -- USB Keyspan USA-xxx serial device + +File: keyspan/mpr.fw +File: keyspan/usa18x.fw +File: keyspan/usa19.fw +File: keyspan/usa19qi.fw +File: keyspan/usa19qw.fw +File: keyspan/usa19w.fw +File: keyspan/usa28.fw +File: keyspan/usa28xa.fw +File: keyspan/usa28xb.fw +File: keyspan/usa28x.fw +File: keyspan/usa49w.fw +File: keyspan/usa49wlc.fw + +Converted from Intel HEX files, used in our binary representation of ihex. + +Original licence information: + + Copyright (C) 1999-2001 + Keyspan, A division of InnoSys Incorporated ("Keyspan") + + as an unpublished work. This notice does not imply unrestricted or + public access to the source code from which this firmware image is + derived. Except as noted below this firmware image may not be + reproduced, used, sold or transferred to any third party without + Keyspan's prior written consent. All Rights Reserved. + + Permission is hereby granted for the distribution of this firmware + image as part of a Linux or other Open Source operating system kernel + in text or binary form as required. + + This firmware may not be modified and may only be used with + Keyspan hardware. Distribution and/or Modification of the + keyspan.c driver which includes this firmware, in whole or in + part, requires the inclusion of this statement." + +-------------------------------------------------------------------------- diff --git a/keyspan/mpr.fw b/keyspan/mpr.fw new file mode 100644 index 0000000..9190388 Binary files /dev/null and b/keyspan/mpr.fw differ diff --git a/keyspan/usa18x.fw b/keyspan/usa18x.fw new file mode 100644 index 0000000..d588293 Binary files /dev/null and b/keyspan/usa18x.fw differ diff --git a/keyspan/usa19.fw b/keyspan/usa19.fw new file mode 100644 index 0000000..9d40fc1 Binary files /dev/null and b/keyspan/usa19.fw differ diff --git a/keyspan/usa19qi.fw b/keyspan/usa19qi.fw new file mode 100644 index 0000000..d655bd8 Binary files /dev/null and b/keyspan/usa19qi.fw differ diff --git a/keyspan/usa19qw.fw b/keyspan/usa19qw.fw new file mode 100644 index 0000000..551ae97 Binary files /dev/null and b/keyspan/usa19qw.fw differ diff --git a/keyspan/usa19w.fw b/keyspan/usa19w.fw new file mode 100644 index 0000000..1ea50d6 Binary files /dev/null and b/keyspan/usa19w.fw differ diff --git a/keyspan/usa28.fw b/keyspan/usa28.fw new file mode 100644 index 0000000..549fd86 Binary files /dev/null and b/keyspan/usa28.fw differ diff --git a/keyspan/usa28x.fw b/keyspan/usa28x.fw new file mode 100644 index 0000000..1f69f3c Binary files /dev/null and b/keyspan/usa28x.fw differ diff --git a/keyspan/usa28xa.fw b/keyspan/usa28xa.fw new file mode 100644 index 0000000..8dfd48a Binary files /dev/null and b/keyspan/usa28xa.fw differ diff --git a/keyspan/usa28xb.fw b/keyspan/usa28xb.fw new file mode 100644 index 0000000..0dfe24c Binary files /dev/null and b/keyspan/usa28xb.fw differ diff --git a/keyspan/usa49w.fw b/keyspan/usa49w.fw new file mode 100644 index 0000000..a214d7a Binary files /dev/null and b/keyspan/usa49w.fw differ diff --git a/keyspan/usa49wlc.fw b/keyspan/usa49wlc.fw new file mode 100644 index 0000000..a70057c Binary files /dev/null and b/keyspan/usa49wlc.fw differ