diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-05-30 14:04:03 +0300 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-10 14:48:49 +0100 |
commit | 2971c579f93bcff26744672ea98c13bef71ded97 (patch) | |
tree | 62fc30f86cf9d535fb7c9840baaef20e7332429b /firmware/WHENCE | |
parent | 0a2a736afa91e8a0402c9dbdaf2ee28481a50bd3 (diff) | |
download | op-kernel-dev-2971c579f93bcff26744672ea98c13bef71ded97.zip op-kernel-dev-2971c579f93bcff26744672ea98c13bef71ded97.tar.gz |
keyspan: use request_firmware()
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'firmware/WHENCE')
-rw-r--r-- | firmware/WHENCE | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/firmware/WHENCE b/firmware/WHENCE index 9c2a1eb..d66291a 100644 --- a/firmware/WHENCE +++ b/firmware/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." + +-------------------------------------------------------------------------- |