debian/0000755000000000000000000000000012032534265007170 5ustar debian/copyright0000644000000000000000000000372111426006137011124 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: GobiUSB Firmware Loader Source: http://www.codon.org.uk/~mjg59/gobi_loader/ Copyright: 2009, Matthew Garret License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2' Files: debian/* Copyright: 2010, Stefan Bader License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2' debian/docs0000644000000000000000000000000711425556045010045 0ustar README debian/manpage.70000644000000000000000000000255611425600470010675 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH GOBI-LOADER 7 "August 2, 2010" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME gobi_loader \- Firmware loader for GobiUSB devices .SH SYNOPSIS .B gobi_loader .RI [ -2000 ] " serial_device firmware_dir" .br .SH DESCRIPTION This manual page documents briefly the .B gobi_loader command. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBgobi_loader\fP is a helper script to be called from udev. There should be no need to run the command manually. .br .SH AUTHOR gobi_loader was written by Matthew Garret .PP This manual page was written by Stefan Bader , for the Debian project (and may be used by others). debian/source/0000755000000000000000000000000011426001022010452 5ustar debian/source/format0000644000000000000000000000001411426012604011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000055312032534265011045 0ustar gobi-loader (0.7-0ubuntu2) quantal; urgency=low * Rebuild for new armel compiler default of ARMv5t. -- Colin Watson Tue, 02 Oct 2012 10:49:41 +0100 gobi-loader (0.7-0ubuntu1) maverick; urgency=low * Initial release by debianizing upstream release 0.7 -- Stefan Bader Mon, 02 Aug 2010 16:54:26 +0200 debian/patches/0000755000000000000000000000000011426001435010611 5ustar debian/patches/series0000644000000000000000000000003111426001002012006 0ustar 0001-fix-udev-rule.patch debian/patches/0001-fix-udev-rule.patch0000644000000000000000000000055211426001435014706 0ustar --- ./60-gobi.rules.orig 2010-08-03 13:46:19.565988435 +0200 +++ ./60-gobi.rules 2010-08-03 13:46:32.513006313 +0200 @@ -1,6 +1,6 @@ # udev rules for firmware loading on qualcomm gobi devices -ACTION=="add", SUBSYSTEM=="tty" KERNEL=="ttyUSB*" GOTO="gobi_rules" +ACTION=="add", SUBSYSTEM=="tty", KERNEL=="ttyUSB*", GOTO="gobi_rules" GOTO="gobi_rules_end" debian/control0000644000000000000000000000125511426002411010563 0ustar Source: gobi-loader Section: comm Priority: optional Maintainer: Ubuntu Kernel Team Build-Depends: debhelper (>= 7.0.50) Standards-Version: 3.9.1 Homepage: http://www.codon.org.uk/~mjg59/gobi_loader/ Package: gobi-loader Architecture: any Depends: udev, ${shlibs:Depends}, ${misc:Depends} Description: Firmware loader for Qualcom GobiUSB chipsets gobi_loader is a firmware loader for Qualcomm Gobi USB chipsets. These devices appear in an uninitialised state when power is applied and require firmware to be loaded before they can be used as modems. gobi_loader adds a udev rule that will trigger loading of the firmware and make the modem usable. debian/rules0000755000000000000000000000132311425600574010251 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_install: DESTDIR=$(shell pwd)/debian/$(shell dh_listpackages) override_dh_auto_install: $(MAKE) prefix=$$(pwd)/debian/$$(dh_listpackages) install install -d $(DESTDIR)/usr/share/man/man7 install debian/manpage.7 \ $(DESTDIR)/usr/share/man/man7/gobi_loader.7 debian/compat0000644000000000000000000000000211425556045010373 0ustar 7