]> git.proxmox.com Git - mirror_linux-firmware.git/commitdiff
linux-firmware: add firmware for atusb driver
authorStefan Schmidt <stefan@datenfreihafen.org>
Tue, 9 Jun 2015 15:55:33 +0000 (17:55 +0200)
committerKyle McMartin <kyle@kernel.org>
Tue, 14 Jul 2015 20:46:52 +0000 (16:46 -0400)
The atusb kernel driver is sitting in the bluetooth-next tree waiting for the
merge window to open. It's scheduled for 4.2.

Flashing goes into permanent storage and the GPLv2+ firmware allows for further
explorations. See ChangeLog for more details and links.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
WHENCE
atusb/ChangeLog [new file with mode: 0644]
atusb/atusb-0.2.dfu [new file with mode: 0644]

diff --git a/WHENCE b/WHENCE
index de334fc2104a58112a07b3b58d895ebf1dfbda2b..ae12c26a0887f14896b67c45737ee71b4da4655f 100644 (file)
--- a/WHENCE
+++ b/WHENCE
@@ -2772,3 +2772,13 @@ File: nvidia/tegra210/xusb.bin
 Version: v50.07
 
 Licence: Redistributable. See LICENCE.nvidia for details
+
+--------------------------------------------------------------------------
+
+Driver: atusb - ATUSB IEEE 802.15.4 transceiver driver
+
+File: atusb/atusb-0.2.dfu
+Version: 0.2
+Info: atusb/ChangeLog
+
+Licence: GPLv2+
diff --git a/atusb/ChangeLog b/atusb/ChangeLog
new file mode 100644 (file)
index 0000000..65b8c58
--- /dev/null
@@ -0,0 +1,14 @@
+ChangeLog:
+       * 0.0  initial release
+       * 0.1  addition of ATUSB_TEST
+       * 0.2  First public release. Compatible with atusb driver in the
+         upcoming 4.2 kernel
+
+To flash the firmware you need dfu-util on the host:
+dfu-util -d 20b7:1540 -D atusb-0.2.dfu
+
+The firmware is flashed into permanent storage and does not need to be provided
+after power off. A new firmware version can be flashed the same way.
+
+Firmware source code is GPLv2+ and can be found here:
+http://projects.qi-hardware.com/index.php/p/ben-wpan/source/tree/master/atusb/fw
diff --git a/atusb/atusb-0.2.dfu b/atusb/atusb-0.2.dfu
new file mode 100644 (file)
index 0000000..a5cd383
Binary files /dev/null and b/atusb/atusb-0.2.dfu differ