]> git.proxmox.com Git - mirror_dvb-firmware.git/commitdiff
add firmware packages: dib0700, dibusb, ds3000, dtt200u, dw2104, ec168, lgs8gxx,...
authorStephan Raue <stephan@openelec.tv>
Wed, 2 Mar 2011 02:06:14 +0000 (03:06 +0100)
committerStephan Raue <stephan@openelec.tv>
Wed, 2 Mar 2011 02:06:14 +0000 (03:06 +0100)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
13 files changed:
dib0700/LICENSE.dib0700 [new file with mode: 0644]
dib0700/dvb-usb-dib0700-1.20.fw [new file with mode: 0644]
dibusb/dvb-usb-dibusb-5.0.0.11.fw [new file with mode: 0644]
dibusb/dvb-usb-dibusb-6.0.0.8.fw [new file with mode: 0644]
ds3000/dvb-fe-ds3000.fw [new file with mode: 0755]
dtt200u/dvb-usb-dtt200u-01.fw [new file with mode: 0644]
dw2104/dvb-usb-dw2104.fw [new file with mode: 0644]
ec168/dvb-usb-ec168.fw [new file with mode: 0644]
install
lgs8gxx/lgs8g75.fw [new file with mode: 0644]
or51132/dvb-fe-or51132-qam.fw [new file with mode: 0644]
or51132/dvb-fe-or51132-vsb.fw [new file with mode: 0644]
or51211/dvb-fe-or51211.fw [new file with mode: 0644]

diff --git a/dib0700/LICENSE.dib0700 b/dib0700/LICENSE.dib0700
new file mode 100644 (file)
index 0000000..fdb6bde
--- /dev/null
@@ -0,0 +1,22 @@
+Firmware provided by Patrick Boettcher <pboettcher@dibcom.fr> to Devin
+Heitmueller <dheitmueller@kernellabs.com> on October 8, 2009.
+
+The USB firmware file "dvb-usb-dib0700.1.20.fw" for DiBcom's DiB0700,
+used together with the Linux driver module dvb-usb-dib0700, is
+provided under the following licensing terms:
+
+Copyright (c) 2009, DiBcom
+
+Permission to use, copy, modify, and/or distribute this software for
+any purpose with or without fee is hereby granted, provided that the
+above copyright notice and this permission notice appear in all
+copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
+WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
+AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
diff --git a/dib0700/dvb-usb-dib0700-1.20.fw b/dib0700/dvb-usb-dib0700-1.20.fw
new file mode 100644 (file)
index 0000000..ce41240
Binary files /dev/null and b/dib0700/dvb-usb-dib0700-1.20.fw differ
diff --git a/dibusb/dvb-usb-dibusb-5.0.0.11.fw b/dibusb/dvb-usb-dibusb-5.0.0.11.fw
new file mode 100644 (file)
index 0000000..c57fb29
Binary files /dev/null and b/dibusb/dvb-usb-dibusb-5.0.0.11.fw differ
diff --git a/dibusb/dvb-usb-dibusb-6.0.0.8.fw b/dibusb/dvb-usb-dibusb-6.0.0.8.fw
new file mode 100644 (file)
index 0000000..825e05d
Binary files /dev/null and b/dibusb/dvb-usb-dibusb-6.0.0.8.fw differ
diff --git a/ds3000/dvb-fe-ds3000.fw b/ds3000/dvb-fe-ds3000.fw
new file mode 100755 (executable)
index 0000000..e239559
Binary files /dev/null and b/ds3000/dvb-fe-ds3000.fw differ
diff --git a/dtt200u/dvb-usb-dtt200u-01.fw b/dtt200u/dvb-usb-dtt200u-01.fw
new file mode 100644 (file)
index 0000000..5693813
Binary files /dev/null and b/dtt200u/dvb-usb-dtt200u-01.fw differ
diff --git a/dw2104/dvb-usb-dw2104.fw b/dw2104/dvb-usb-dw2104.fw
new file mode 100644 (file)
index 0000000..f9f2b38
Binary files /dev/null and b/dw2104/dvb-usb-dw2104.fw differ
diff --git a/ec168/dvb-usb-ec168.fw b/ec168/dvb-usb-ec168.fw
new file mode 100644 (file)
index 0000000..2f630d2
Binary files /dev/null and b/ec168/dvb-usb-ec168.fw differ
diff --git a/install b/install
index fecb6778da2cb0e77dd79d09fa0abd25b4f66241..519eb9d925c4e9e22dcf22aa9ac8b2f7be26f317 100755 (executable)
--- a/install
+++ b/install
@@ -65,3 +65,39 @@ mkdir -p $FW_DIR
 # install Conexant cx25840 firmware
 mkdir -p $FW_DIR
   cp cx25840/* $FW_DIR
+
+# install dib0700 firmware
+mkdir -p $FW_DIR
+  cp dib0700/* $FW_DIR
+
+# install dibusb firmware
+mkdir -p $FW_DIR
+  cp dibusb/* $FW_DIR
+
+# install ds3000 firmware
+mkdir -p $FW_DIR
+  cp ds3000/* $FW_DIR
+
+# install dtt200u firmware
+mkdir -p $FW_DIR
+  cp dtt200u/* $FW_DIR
+
+# install dw2104 firmware
+mkdir -p $FW_DIR
+  cp dw2104/* $FW_DIR
+
+# install ec168 firmware
+mkdir -p $FW_DIR
+  cp ec168/* $FW_DIR
+
+# install lgs8gxx firmware
+mkdir -p $FW_DIR
+  cp lgs8gxx/* $FW_DIR
+
+# install or51132 firmware
+mkdir -p $FW_DIR
+  cp or51132/* $FW_DIR
+
+# install or51211 firmware
+mkdir -p $FW_DIR
+  cp or51211/* $FW_DIR
diff --git a/lgs8gxx/lgs8g75.fw b/lgs8gxx/lgs8g75.fw
new file mode 100644 (file)
index 0000000..b97c37d
Binary files /dev/null and b/lgs8gxx/lgs8g75.fw differ
diff --git a/or51132/dvb-fe-or51132-qam.fw b/or51132/dvb-fe-or51132-qam.fw
new file mode 100644 (file)
index 0000000..84e6928
Binary files /dev/null and b/or51132/dvb-fe-or51132-qam.fw differ
diff --git a/or51132/dvb-fe-or51132-vsb.fw b/or51132/dvb-fe-or51132-vsb.fw
new file mode 100644 (file)
index 0000000..51168f4
Binary files /dev/null and b/or51132/dvb-fe-or51132-vsb.fw differ
diff --git a/or51211/dvb-fe-or51211.fw b/or51211/dvb-fe-or51211.fw
new file mode 100644 (file)
index 0000000..1300f7f
Binary files /dev/null and b/or51211/dvb-fe-or51211.fw differ