Changeset - 794dc86717e2
[Not reviewed]
! ! !
Chel Sea (chain) - 12 years ago 2013-01-31 11:27:21
chain@rpgfiction.net
initial commit of main tree
42 files changed:
Changeset was too big and was cut off... Show full diff anyway
0 comments (0 inline, 0 general)
app-editors/bluegriffon/Manifest
Show inline comments
 
new file 100644
 
DIST BlueGriffon-1.2.1-Linux-x86.tar.bz2 24160129 RMD160 49d9e0a56ca06664bb6763b1ee6228776ea159ab SHA1 64cc38a2f1e6309813a75b8d438cef4a659f0c42 SHA256 b77ef861db8e8890a0a6d6058fb68920411778fb694f20098b732b3f7cd564c1
 
DIST BlueGriffon-1.2.1-Linux-x86_64.tar.bz2 25742557 RMD160 d839dea38ad3c5d5b94c82e98b21196a3a2b2310 SHA1 7b1d46e0e63f21c38a32650f58fd30f83acd6fd4 SHA256 f74503281c3d76d0d8f02bd7c671834ecb639ee66f1429203d0cad3ef0fd7b22
 
EBUILD bluegriffon-1.2.1.ebuild 1303 RMD160 9045de5c0081c58ac266258f6f78e9972e183b10 SHA1 4db1b6ba0678e97bda96ca6e88f4df2fcd653887 SHA256 8c816fbd5be259633c97631abf561b4adb5120477022f3af6c75e6659a3f227c
app-editors/bluegriffon/bluegriffon-1.2.1.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2010 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
EAPI="1"
 

	
 
inherit eutils
 

	
 
MY_PN="BlueGriffon"
 

	
 
DESCRIPTION="The next-generation Web Editor based on the rendering engine of Firefox"
 
HOMEPAGE="http://www.bluegriffon.org/"
 
SRC_URI="
 
        x86? ( http://bluegriffon.org/freshmeat/${PV}/${MY_PN}-${PV}-Linux-x86.tar.bz2 )
 
        amd64? ( http://bluegriffon.org/freshmeat/${PV}/${MY_PN}-${PV}-Linux-x86_64.tar.bz2 )
 
        "
 
LICENSE="GPL-2"
 
SLOT="0"
 
KEYWORDS="~amd64 ~x86"
 

	
 
RDEPEND="
 
	app-misc/mime-types
 
	x11-libs/libXt
 
	media-libs/libpng
 
	dev-libs/nss
 
	dev-util/desktop-file-utils
 
	x11-misc/shared-mime-info
 

	
 
	>=x11-libs/gtk+-2.2:2
 
"
 

	
 
DEPEND="${RDEPEND}"
 

	
 
S=${WORKDIR}/${MY_PN}
 

	
 
src_install() {
 

	
 
	dodir /usr/share/${PN}
 
	cp -r * "${D}usr/share/${PN}" || die
 

	
 
	dosym /usr/share/${PN}/${PN} /usr/bin/${PN} || die "dosym failed"
 

	
 
	mv chrome/icons/default/default48.png chrome/icons/default/bluegriffon.png
 

	
 
	doicon chrome/icons/default/${PN}.png || die "doicon failed"
 

	
 
	make_desktop_entry /usr/share/bluegriffon/${PN} ${PN} ${PN} "Developement;Network"
 

	
 
################# bluegriffon requires a libpng12.so.0 (what would be a better solution?)
 

	
 
	dosym /usr/lib/libpng.so /usr/share/bluegriffon/libpng12.so.0 || die "dosym failed"
 
}
app-laptop/smartdimmer/Manifest
Show inline comments
 
new file 100644
 
DIST smartdimmer-0.1.tar.bz2 79329 RMD160 d83355f047c07a96dc44877ebca6cfc80f0cf04b SHA1 baf8466da690c5b31a8cba76d43db9b6318f028d SHA256 b34c4d82c938e7f8d1a5709080f916745bf989d12a7253e8be38f941a32f8678
 
EBUILD smartdimmer-0.1.ebuild 793 RMD160 4c6e70c55842254e3a1cfcf5544d1d4d4ea51e7d SHA1 05731ca1a0b93bce435bd3233d0a2742465019ac SHA256 2b03512acac679741b89dde7be7c2cc3ad4d713e2a05840129f8317ab563ad46
app-laptop/smartdimmer/smartdimmer-0.1.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2005 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
inherit eutils
 

	
 
MY_P="${PN}-${PV}"
 
S=${WORKDIR}/${PN}
 
DESCRIPTION="Smartdimmer"
 
HOMEPAGE="http://www.acc.umu.se/~erikw/program/"
 
SRC_URI="http://www.acc.umu.se/~erikw/program/${MY_P}.tar.bz2"
 

	
 
LICENSE="GPL-2"
 
SLOT="0"
 
KEYWORDS="x86"
 

	
 

	
 
RDEPEND="virtual/libc"
 

	
 
DEPEND="${RDEPEND}
 
	sys-devel/autoconf"
 

	
 
src_unpack() {
 
	unpack ${A}
 
	cd ${S}
 
}
 

	
 
src_compile() {
 
	./configure --prefix=/usr || die "Configure failed"
 
	make all || die "Make failed"
 
}
 

	
 
src_install() {
 
	dodir /usr/bin
 
	einstall || die
 
	dodoc README
 
}
 

	
 
pkg_postinst() {
 
	einfo "To enable the smartdimmer at boot edit /etc/conf.d/local.start"
 
	einfo "See http://forums.gentoo.org/viewtopic-t-361872.html for news"
 
}
 

	
app-laptop/sonykeyd/sonykeyd-0.2.2.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2005 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
inherit eutils
 

	
 
S=${WORKDIR}/${PN}
 
DESCRIPTION="A daemon to use fn key on Sony Vaio Laptops"
 
HOMEPAGE="http://juljas.net/linux/vaiofx240/sonykeyd.html"
 
SRC_URI="http://knefas.altervista.org/${P}.tar.gz"
 

	
 
LICENSE="GPL-2"
 
SLOT="0"
 
KEYWORDS="x86"
 

	
 
src_unpack() {
 
	unpack ${A} || die
 
}
 

	
 
src_compile() {
 
	cd ${S} || die
 
	emake || die
 
}
 

	
 
src_install() {
 
	exeinto /usr/sbin
 
	doexe sonykeyd
 
	exeinto /usr/local/sbin
 
	doexe scripts/sonykey.sh
 

	
 
	exeinto /etc/init.d
 
	doexe scripts/sonypi
 
	dodoc doc/README
 
}
 

	
 
pkg_postinst() {
 
	einfo "To enable fn-keys at boot run"
 
	einfo "rc-update add sonypi default"
 
	einfo "Please see http://forums.gentoo.org/viewtopic-t-361872.html"
 
}
app-office/openproj/Manifest
Show inline comments
 
new file 100644
 
AUX openproj-1.4-fix-launcher.patch 429 RMD160 97474844baa833cac59134ab722c54c2aae0ba22 SHA1 1d800cccaa367546178539951e365f57ee41413d SHA256 2dfa9a0c437eedd98df86d01ae8768678d538c7221d3f10977aa9ca5f330255f
 
DIST openproj-1.4-src.tar.gz 19564625 RMD160 8c22f0832f5949c06575dfbe02e80e31e169c0f4 SHA1 947745aa6bd5ff1a59dfe5622c25ce6ae39eee96 SHA256 20071b090d841388860049ce49724e2773b8cec250d76e74264c71adf2a79ac6
 
EBUILD openproj-1.4.ebuild 1854 RMD160 27af3e722a93d300e78209868e66b29aae4e264a SHA1 2a362a480305ed9fcb21fe46df594725aa770faf SHA256 d58d070b5315ab5966c724c4d5871ff21f1399ee5fbd2fd30e33c70673f921a5
app-office/openproj/files/openproj-1.4-fix-launcher.patch
Show inline comments
 
new file 100644
 
--- openproj.sh	2008-04-22 19:38:11.000000000 +0300
 
+++ openproj.sh	2009-10-11 02:19:59.000000000 +0300
 
@@ -63,8 +63,8 @@ MIN_JAVA_VERSION="1.5"
 
 #Default conf values
 
 JAVA_EXE="java"
 
 JAVA_OPTS="-Xms128m -Xmx768m"
 
-#OPENPROJ_HOME0="/usr/share/openproj"
 
-OPENPROJ_HOME0=`(dirname $0)`
 
+OPENPROJ_HOME0="/usr/share/openproj"
 
+#OPENPROJ_HOME0=`(dirname $0)`
 
 OPENPROJ_HOME="$OPENPROJ_HOME0"
 
 LOG_LEVEL="DEBUG"
 
 LOG_FILE="/dev/null"
app-office/openproj/openproj-1.4.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2009 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
inherit java-pkg-2 java-ant-2
 

	
 
DESCRIPTION="A desktop replacement for Microsoft Project. It is capable of sharing files with Microsoft Project and has very similar functionality (Gantt, PERT diagram, histogram, charts, reports, detailed usage), as well as tree views which aren't in MS Project"
 
HOMEPAGE="http://www.openproj.org/openproj"
 
SRC_URI="mirror://sourceforge/openproj/openproj-${PV}-src.tar.gz"
 

	
 
LICENSE="CPL-1.0"
 

	
 
SLOT="0"
 
IUSE=""
 

	
 
KEYWORDS="~amd64 ~x86"
 

	
 
DEPEND=">=virtual/jdk-1.6 dev-java/ant-core"
 
RDEPEND=">=virtual/jdk-1.6"
 

	
 
S="${WORKDIR}/openproj-${PV}-src"
 

	
 
src_unpack() {
 
	unpack ${A}
 
	cd "${S}/openproj_build/resources"
 

	
 
	epatch "${FILESDIR}/openproj-${PV}-fix-launcher.patch"
 
}
 

	
 
src_compile() {
 
	JAVA_ANT_ENCODING="UTF-8"
 

	
 
	cd "${S}/openproj_contrib"
 
	ant build-contrib build-script build-exchange build-reports
 

	
 
	JAVA_OPTS="-Xmx128m"
 
	java $JAVA_OPTS -jar ant-lib/proguard.jar @openproj_contrib.conf
 
	java $JAVA_OPTS -jar ant-lib/proguard.jar @openproj_script.conf
 
	java $JAVA_OPTS -jar ant-lib/proguard.jar @openproj_exchange.conf
 
	java $JAVA_OPTS -jar ant-lib/proguard.jar @openproj_exchange2.conf
 
	java $JAVA_OPTS -jar ant-lib/proguard.jar @openproj_reports.conf
 

	
 
	cd "${S}/openproj_build"
 
	ant -Dbuild_contrib=false
 
}
 

	
 
src_install() {
 
	java-pkg_jarinto "/usr/share/${PN}/lib/"
 
	java-pkg_dojar ${S}/openproj_build/dist/lib/*.jar
 

	
 
	java-pkg_jarinto "/usr/share/${PN}/"
 
	java-pkg_dojar ${S}/openproj_build/dist/${PN}.jar
 

	
 
	insinto "/usr/share/${PN}/"
 

	
 
	doins ${S}/openproj_build/resources/openproj.sh
 
	fperms a+rx "/usr/share/${PN}/openproj.sh"
 
	dosym "/usr/share/${PN}/openproj.sh" /usr/bin/openproj
 

	
 
	domenu ${S}/openproj_build/resources/openproj.desktop
 
	doicon ${S}/openproj_build/resources/openproj.png
 
}
app-pda/osynctool/Manifest
Show inline comments
 
new file 100644
 
DIST osynctool-0.39.tar.bz2 55850 RMD160 98f2e52822f1c097354a218f37f00daa844d3755 SHA1 dd1e50e9a16f57bac77489c62b611238e08e33d5 SHA256 9690bc7720fadd1517c56f04b480d99c87304a43dc6e04b89bf1f59bb7e6764d
 
EBUILD osynctool-0.39.ebuild 507 RMD160 54c5c61d8b3d768e0ce3f5a3ae3f6683e0d3cd90 SHA1 17d1dba33eb688bbc185a47076c60833a08f845f SHA256 7bc9a94bc6c992c63d46ae0fca43939fc0b24edcd59ba492f10eb9c23f0b4b8c
app-pda/osynctool/osynctool-0.39.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2009 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
EAPI="2"
 

	
 
inherit cmake-utils
 

	
 
DESCRIPTION="OpenSync utility"
 
HOMEPAGE="http://www.opensync.org/"
 
SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2"
 

	
 
KEYWORDS="~amd64"
 
SLOT="0"
 
LICENSE="GPL-2"
 
IUSE=""
 

	
 
DEPEND="=app-pda/libopensync-${PV}*"
 
RDEPEND="${DEPEND}"
 

	
 
src_prepare() {
 
	sed -i 's:/etc/bash_completion.d:/share/bash-completion:g' tools/CMakeLists.txt || die
 
}
app-pda/synce-librapi2/Manifest
Show inline comments
 
new file 100644
 
DIST librapi2-0.15.tar.gz 510896 RMD160 67b05c9ab2e25fed563104ca02507ac48135814b SHA1 6473dcf11b4ff05bfed25fb93e4f8eed1d81adc1 SHA256 d5aa19c8d834665446697a6c8ecb6ecff1995c5ba00b79a1348f4c3689317fc7
 
EBUILD synce-librapi2-0.15-r1.ebuild 913 RMD160 bc6b6e9f5396fc221d1cf2ebdafbb35f42756bc5 SHA1 2cfcd0e3f019e17e7c30680a53e17d010f9f4e49 SHA256 4e053dd4496767a3d9a638ab491759343a2b98ba0ace0845adc077d63caf9316
app-pda/synce-librapi2/synce-librapi2-0.15-r1.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2009 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.14.ebuild,v 1.1 2009/08/06 12:25:25 mescalinum Exp $
 

	
 
EAPI=4
 

	
 
inherit eutils versionator
 

	
 
DESCRIPTION="SynCE - RAPI communication library"
 
HOMEPAGE="http://sourceforge.net/projects/synce/"
 
LICENSE="MIT"
 

	
 
synce_PV=$(get_version_component_range 1-2)
 

	
 
SLOT="0"
 
KEYWORDS="~amd64 ~x86"
 
IUSE=""
 
DEPEND="dev-lang/python
 
		>=dev-python/pyrex-0.9.6
 
		>=dev-libs/check-0.8.2
 
		=app-pda/synce-libsynce-${synce_PV}*"
 
RDEPEND="${DEPEND}"
 

	
 
SRC_URI="mirror://sourceforge/synce/librapi2-${PV}.tar.gz"
 
S="${WORKDIR}/librapi2-${PV}"
 

	
 
src_configure() {
 
	econf --enable-hal-support=no || die
 
}
 

	
 
src_compile() {
 
	emake || die
 
}
 

	
 
src_install() {
 
	emake DESTDIR="${D}" install || die
 
	dodoc BUGS README README.contributing README.design TODO ChangeLog
 
}
app-portage/findcruft/Manifest
Show inline comments
 
new file 100644
 
DIST findcruft-1.0.4.tar.bz2 16636 RMD160 73e0266e9a83bf7aacfd0a3a3659da179d23b040 SHA1 148f39c562cafccbc1d6f6a9ec0f66c811b381fe SHA256 6fde43f77b83f95dba65174de0505b2914f6fdabd583e039d1009902b21aeed7
 
DIST findcruft-config-20050807.tar.bz2 8125 RMD160 3caf0db0f7931a72ad8d095bddf7e08fea222c71 SHA1 6dac7604b1029f1dce1777a1af592eda3f373a97 SHA256 12577badc39daa00a34ba9935a0a07371d80376bc3025cf43a46e17f86823b01
 
EBUILD findcruft-1.0.4-r1.ebuild 879 RMD160 50974ded249249c30eca53ed01ff187d23a80ec3 SHA1 7f5de28737698df92c514d588ed802089f6bcbc6 SHA256 041a605ee8cd19c49d2ba5435486278652259ad914cac45285f2fc322168d63d
app-portage/findcruft/findcruft-1.0.4-r1.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2005 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
inherit eutils
 

	
 
DEPEND=""
 
DESCRIPTION="Yet another script to find obsolete files"
 
HOMEPAGE="http://forums.gentoo.org/viewtopic.php?t=254197"
 
IUSE=""
 
KEYWORDS="~x86 ~amd64"
 
LICENSE="GPL-2"
 
RESTRICT="nomirror"
 
SLOT="0"
 
SRC_URI="http://user.cs.tu-berlin.de/~sean/${P}.tar.bz2 \
 
         http://ifp.loeber1.de/findcruft-config-20050807.tar.bz2"
 

	
 
src_unpack() {
 
	unpack ${A}
 
	sed -i "s#/usr/local#/usr#" ${WORKDIR}/bin/findcruft || die
 
}
 

	
 
src_install() {
 
	mkdir -p ${D}/usr/lib && mv ${WORKDIR}/findcruft ${D}/usr/lib || die
 
	insinto /usr
 
	dobin ${WORKDIR}/bin/findcruft
 
	dodoc ${WORKDIR}/lib/findcruft/LICENSE
 
}
 

	
 
pkg_postinst() {
 
	einfo "Please check the files findcruft reports as cruft carefully"
 
	einfo "before deleting them! There may be false positives!"
 
}
app-text/catfish/Manifest
Show inline comments
 
new file 100644
 
DIST catfish-0.3.2.tar.gz 35702 RMD160 5f26195a78456e69d988523905fdf3aebe06f782 SHA1 26893bc4fc5947e19289a0d82e214c035ca93936 SHA256 15266b1961ba64552b969c4c84752c931fd29412fe142835cbc3dde6385588f4
 
EBUILD catfish-0.3.2.ebuild 971 RMD160 9dc51b80f98e7ea7f41365407b720210c383db2b SHA1 b748f11c85f3d8f3f854c793d7c41eb8d65adc1e SHA256 adae05bb0f8f0b5daa7736810f1b7799b507c985f4c05622657739ef083b6432
app-text/catfish/catfish-0.3.2.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2008 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header$
 

	
 
EAPI="1"
 

	
 
DESCRIPTION="GTK+2 fontend for different search engines (daemons)"
 
HOMEPAGE="http://software.twotoasts.de/index.php?/pages/catfish_summary.html"
 
SRC_URI="http://www.twotoasts.de/media/catfish/${P}.tar.gz"
 

	
 
LICENSE="GPL-2"
 
SLOT="0"
 
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
 

	
 
IUSE="beagle slocate tracker"
 

	
 
DEPEND="dev-python/pygtk
 
	dev-python/pyxdg
 
	>=gnome-base/libglade-2.0
 
	sys-apps/dbus"
 

	
 
RDEPEND="${DEPEND}
 
	sys-apps/findutils
 
	beagle? ( app-misc/beagle )
 
	slocate? ( sys-apps/slocate )
 
	tracker? ( app-misc/tracker )"
 

	
 
RESTRICT="primaryuri"
 

	
 
export PREFIX="/usr"
 

	
 
src_compile() {
 
	sed -e "s:PREFIX=.*$::g" Makefile.in > Makefile
 
	emake || die "Make failed"
 
}
 

	
 
src_install() {
 
	emake install DESTDIR="${D}" || die "Install failed"
 
	dodoc AUTHORS ChangeLog README TODO
 
}
 

	
dev-cpp/xsd/Manifest
Show inline comments
 
new file 100644
 
AUX 3.3.0-disable_examples_and_tests.patch 2198 RMD160 97c4c410d1bd5f43ad26872ec9503b2e99d66ca0 SHA1 4cd446cd57f1f1fa7a70ba126fb743cc9afddf16 SHA256 03bbbd8253082dd4f843a39e6642257baa6efe6501206e445b24e123ba1e3803
 
AUX 3.3.0-fix_include.patch 510 RMD160 1678b00d6c3903d96ed799c0940da80c19cdb3b0 SHA1 9e3fc1f220613928f6b44712ffbe9c959ae101b7 SHA256 55edb0523f7bbb94ca488990a57442507fdb89a7b74edeff52a053223194b516
 
AUX 3.3.0-fix_tests.patch 518 RMD160 cafe63bb542e6c37d44bcbac3858ded394b18506 SHA1 1e9947f8033290c7d5ee5291f523f522e3763ddd SHA256 c108b896b1c3a3f4da115a89c2e1ef3593a4aaef10639efe7a6072def28c4668
 
AUX 3.3.0-xsdcxx-rename.patch 3825 RMD160 2413da93c44d404fe6242ea885d58d8492f4776e SHA1 f28eb03fe1255758a20060bf944b9fe640885a92 SHA256 d0b9193d9501c6d1d718a3b45de8d6e2a0e20ce11b6f68a4d73d2f77dbe3ceca
 
DIST xsd-3.3.0.tar.bz2 999479 RMD160 881aa481bb3c31a5b913450b7dd33e4f94441f78 SHA1 ebd8f13f164dafa7c4a107686a1402bbfb61c2c2 SHA256 6157e3b0f3108f69a8d9344956020c234841d4a1de28745b19e45f8ee34b0c66
 
EBUILD xsd-3.3.0.ebuild 4102 RMD160 db2a95b652a3dc2213ec573c9ce708ae5b3fe47a SHA1 84fc07e75d37bd133bbd1a718cc88c419834f263 SHA256 b486d6b04711df93ee16595d5dbf61f4d7a523fa5cca17e4d47efbc4e00d52bc
dev-cpp/xsd/files/3.3.0-disable_examples_and_tests.patch
Show inline comments
 
new file 100644
 
diff --git a/makefile b/makefile
 
index 0c07b0d..32c2c93 100644
 
--- a/makefile
 
+++ b/makefile
 
@@ -14,8 +14,6 @@ clean    := $(out_base)/.clean
 
 cleandoc := $(out_base)/.cleandoc
 
 
 
 $(default): $(out_base)/xsd/      \
 
-            $(out_base)/tests/    \
 
-            $(out_base)/examples/ \
 
             $(out_base)/documentation/
 
 
 
 # Test.
 
@@ -27,7 +25,6 @@ $(test): $(out_base)/tests/.test
 
 #
 
 $(install): $(out_base)/xsd/.install           \
 
             $(out_base)/libxsd/.install        \
 
-	    $(out_base)/examples/.install      \
 
             $(out_base)/documentation/.install
 
 	$(call install-dir,$(src_base)/dist/examples/build,$(install_doc_dir)/xsd/examples/build)
 
 	$(call install-dir,$(src_base)/dist/examples/cxx,$(install_doc_dir)/xsd/examples/cxx,-name makefile)
 
@@ -43,7 +40,6 @@ $(install): $(out_base)/xsd/.install           \
 
 #
 
 $(dist): $(out_base)/xsd/.dist           \
 
          $(out_base)/libxsd/.dist        \
 
-         $(out_base)/examples/.dist      \
 
          $(out_base)/documentation/.dist
 
 	$(call install-dir,$(src_base)/dist/examples/build,$(dist_prefix)/examples/build)
 
 	$(call install-dir,$(src_base)/dist/examples/cxx,$(dist_prefix)/examples/cxx,-name makefile)
 
@@ -57,7 +53,6 @@ $(dist): $(out_base)/xsd/.dist           \
 
 
 
 $(dist-win): $(out_base)/xsd/.dist-win           \
 
              $(out_base)/libxsd/.dist-win        \
 
-             $(out_base)/examples/.dist-win      \
 
              $(out_base)/documentation/.dist-win
 
 	$(call install-dir,$(src_base)/dist/etc,$(dist_prefix)/etc)
 
 	$(call install-dir,$(src_base)/dist/examples/build,$(dist_prefix)/examples/build)
 
@@ -81,9 +76,7 @@ $(dist-win): $(out_base)/xsd/.dist-win           \
 
 
 
 # Clean.
 
 #
 
-$(clean): $(out_base)/xsd/.clean      \
 
-          $(out_base)/tests/.clean    \
 
-          $(out_base)/examples/.clean
 
+$(clean): $(out_base)/xsd/.clean
 
 
 
 $(cleandoc): $(out_base)/documentation/.cleandoc
 
 
 
@@ -91,6 +84,4 @@ $(call include,$(bld_root)/install.make)
 
 
 
 $(call import,$(src_base)/xsd/makefile)
 
 $(call import,$(src_base)/libxsd/makefile)
 
-$(call import,$(src_base)/tests/makefile)
 
-$(call import,$(src_base)/examples/makefile)
 
 $(call import,$(src_base)/documentation/makefile)
dev-cpp/xsd/files/3.3.0-fix_include.patch
Show inline comments
 
new file 100644
 
diff --git a/xsd/xsd.cxx b/xsd/xsd.cxx
 
index 1c66a8a..dbbfed9 100644
 
--- a/xsd/xsd.cxx
 
+++ b/xsd/xsd.cxx
 
@@ -18,7 +18,7 @@
 
 
 
 #include <xsd-frontend/parser.hxx>
 
 #include <xsd-frontend/transformations/anonymous.hxx>
 
-#include <xsd-frontend/transformations/enum-synthesis.cxx>
 
+#include <xsd-frontend/transformations/enum-synthesis.hxx>
 
 #include <xsd-frontend/transformations/restriction.hxx>
 
 #include <xsd-frontend/transformations/schema-per-type.hxx>
 
 #include <xsd-frontend/transformations/simplifier.hxx>
dev-cpp/xsd/files/3.3.0-fix_tests.patch
Show inline comments
 
new file 100644
 
diff --git a/tests/cxx/tree/prefix/makefile b/tests/cxx/tree/prefix/makefile
 
index 3317161..77b4b0a 100644
 
--- a/tests/cxx/tree/prefix/makefile
 
+++ b/tests/cxx/tree/prefix/makefile
 
@@ -35,7 +35,7 @@ gen  := $(addprefix $(out_base)/,$(genf))
 
 
 
 $(gen): xsd := $(out_root)/xsd/xsd
 
 $(gen): xsd_options := --generate-serialization --generate-polymorphic \
 
---polymorphic-type foo\\\#base --root-element root
 
+--polymorphic-type foo\\\\\#base --root-element root
 
 $(gen): $(out_root)/xsd/xsd
 
 
 
 $(call include-dep,$(dep))
dev-cpp/xsd/files/3.3.0-xsdcxx-rename.patch
Show inline comments
 
new file 100644
 
diff --git a/documentation/xsd.1 b/documentation/xsd.1
 
index 8b97b14..213f6f6 100644
 
--- a/documentation/xsd.1
 
+++ b/documentation/xsd.1
 
@@ -1,16 +1,16 @@
 
 .\" Process this file with
 
-.\" groff -man -Tascii xsd.1
 
+.\" groff -man -Tascii xsdcxx.1
 
 .\"
 
 .TH XSD 1 "April 2010" "XSD 3.3.0"
 
 .SH NAME
 
-xsd \- W3C XML Schema to C++ Compiler
 
+xsdcxx \- W3C XML Schema to C++ Compiler
 
 .\"
 
 .\"
 
 .\"
 
 .\"--------------------------------------------------------------------
 
 .SH SYNOPSIS
 
 .\"--------------------------------------------------------------------
 
-.B xsd
 
+.B xsdcxx
 
 .I command
 
 .B [
 
 .I options
 
@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
 
 .I file
 
 .B ...]
 
 .in
 
-.B xsd help
 
+.B xsdcxx help
 
 .B [
 
 .I command
 
 .B ]
 
 .in
 
-.B xsd version
 
+.B xsdcxx version
 
 .\"
 
 .\"
 
 .\"
 
 .\"--------------------------------------------------------------------
 
 .SH DESCRIPTION
 
 .\"--------------------------------------------------------------------
 
-.B xsd
 
+.B xsdcxx
 
 generates vocabulary-specific, statically-typed C++ mapping from W3C XML
 
 Schema definitions. Particular mapping to produce is selected by a
 
 .IR command .
 
@@ -203,7 +203,7 @@ For example, if you have file
 
 with namespace
 
 .B http://example.com/hello
 
 and you run
 
-.B xsd
 
+.B xsdcxx
 
 on this file, then the string in question will be:
 
 
 
 .B hello.xsd. http://example.com/hello
 
@@ -1877,7 +1877,7 @@ option. With this approach you don't need to worry about shell quoting.
 
 .\"
 
 .SH DIAGNOSTICS
 
 If the input file is not a valid W3C XML Schema definition,
 
-.B xsd
 
+.B xsdcxx
 
 will issue diagnostic messages to
 
 .B STDERR
 
 and exit with non-zero exit code.
 
diff --git a/documentation/xsd.xhtml b/documentation/xsd.xhtml
 
index 4acf822..af630bf 100644
 
--- a/documentation/xsd.xhtml
 
+++ b/documentation/xsd.xhtml
 
@@ -50,19 +50,19 @@
 
 
 
   <h1>NAME</h1>
 
 
 
-  <p>xsd - W3C XML Schema to C++ Compiler</p>
 
+  <p>xsdcxx - W3C XML Schema to C++ Compiler</p>
 
 
 
   <h1>SYNOPSIS</h1>
 
 
 
   <dl id="synopsis">
 
-    <dt><code><b>xsd</b> <i>command</i> [<i>options</i>] <i>file</i> [<i>file</i> ...]</code></dt>
 
-    <dt><code><b>xsd help</b> [<i>command</i>]</code></dt>
 
-    <dt><code><b>xsd version</b></code></dt>
 
+    <dt><code><b>xsdcxx</b> <i>command</i> [<i>options</i>] <i>file</i> [<i>file</i> ...]</code></dt>
 
+    <dt><code><b>xsdcxx help</b> [<i>command</i>]</code></dt>
 
+    <dt><code><b>xsdcxx version</b></code></dt>
 
   </dl>
 
 
 
   <h1>DESCRIPTION</h1>
 
 
 
-  <p><code><b>xsd</b></code> generates vocabulary-specific, statically-typed
 
+  <p><code><b>xsdcxx</b></code> generates vocabulary-specific, statically-typed
 
   C++ mapping from W3C XML Schema definitions. Particular mapping to
 
   produce is selected by a <code><i>command</i></code>. Each mapping has
 
   a number of mapping-specific <code><i>options</i></code> that should
 
@@ -104,7 +104,7 @@
 
 
 
     <dt><code><b>help</b></code></dt>
 
     <dd>Print usage information and exit. Use
 
-      <p><code><b>xsd help</b> <i>command</i></code></p>
 
+      <p><code><b>xsdcxx help</b> <i>command</i></code></p>
 
       for command-specific help.
 
     </dd>
 
 
 
@@ -174,7 +174,7 @@
 
 
 
       <p>For example, if you have file <code><b>hello.xsd</b></code>
 
         with namespace <code><b>http://example.com/hello</b></code> and you run
 
-        <code><b>xsd</b></code> on this file, then the string in question
 
+        <code><b>xsdcxx</b></code> on this file, then the string in question
 
         will be:</p>
 
 
 
       <p><code><b>hello.xsd. http://example.com/hello</b></code></p>
 
@@ -1575,7 +1575,7 @@ namespace .*
 
   <h1>DIAGNOSTICS</h1>
 
 
 
   <p>If the input file is not a valid W3C XML Schema definition,
 
-    <code><b>xsd</b></code> will issue diagnostic messages to STDERR
 
+    <code><b>xsdcxx</b></code> will issue diagnostic messages to STDERR
 
     and exit with non-zero exit code.</p>
 
 
 
   <h1>BUGS</h1>
dev-cpp/xsd/xsd-3.3.0.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2010 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.2 2010/10/21 05:49:02 dev-zero Exp $
 

	
 
EAPI="2"
 

	
 
inherit toolchain-funcs eutils versionator
 

	
 
DESCRIPTION="An open-source, cross-platform W3C XML Schema to C++ data binding compiler."
 
HOMEPAGE="http://www.codesynthesis.com/products/xsd/"
 
SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
 
LICENSE="GPL-2"
 
SLOT="0"
 
KEYWORDS="~amd64 ~x86"
 
IUSE="ace doc examples zlib"
 

	
 
RDEPEND=">=dev-libs/xerces-c-3
 
	>=dev-libs/boost-1.40.0
 
	>=dev-cpp/libcult-1.4.6
 
	>=dev-cpp/libxsd-frontend-1.17.0
 
	>=dev-cpp/libbackend-elements-1.7.2
 
	ace? ( dev-libs/ace )
 
	zlib? ( sys-libs/zlib )"
 
DEPEND="${RDEPEND}
 
	dev-util/build
 
	doc? ( app-doc/doxygen )"
 

	
 
src_prepare() {
 
	epatch \
 
		"${FILESDIR}/${PV}-disable_examples_and_tests.patch" \
 
		"${FILESDIR}/${PV}-xsdcxx-rename.patch" \
 
		"${FILESDIR}/${PV}-fix_include.patch" \
 
		"${FILESDIR}/${PV}-fix_tests.patch"
 
}
 

	
 
use_yesno() {
 
	use $1 && echo "y" || echo "n"
 
}
 

	
 
src_configure() {
 
	BOOST_PKG="$(best_version ">=dev-libs/boost-1.40.0")"
 
	BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")"
 
	BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")"
 
	BOOST_INC="/usr/include/boost-${BOOST_VER}"
 

	
 
	# Maintainer notes:
 
	# * xqilla is not required, this is only whether or not to include the xpath
 
	#   examples which require xqilla
 
	mkdir -p \
 
		build/cxx/gnu \
 
		build/import/lib{ace,boost,cult,backend-elements,xerces-c,xqilla,xsd-frontend,z}
 

	
 
	cat >> build/configuration-dynamic.make <<- EOF
 
xsd_with_zlib := $(use_yesno zlib)
 
xsd_with_ace := $(use_yesno ace)
 
xsd_with_xdr := y
 
xsd_with_dbxml := n
 
xsd_with_xqilla := y
 
xsd_with_boost_date_time := y
 
xsd_with_boost_serialization := y
 
	EOF
 

	
 
	cat >> build/cxx/configuration-dynamic.make <<- EOF
 
cxx_id       := gnu
 
cxx_optimize := n
 
cxx_debug    := n
 
cxx_rpath    := n
 
cxx_pp_extra_options :=
 
cxx_extra_options    := ${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2 -I${BOOST_INC}
 
cxx_ld_extra_options := ${LDFLAGS}
 
cxx_extra_libs       :=
 
cxx_extra_lib_paths  :=
 
	EOF
 

	
 
	cat >> build/cxx/gnu/configuration-dynamic.make <<- EOF
 
cxx_gnu := $(tc-getCXX)
 
cxx_gnu_libraries :=
 
cxx_gnu_optimization_options :=
 
	EOF
 

	
 
	cat >> build/import/libace/configuration-dynamic.make <<- EOF
 
libace_installed := y
 
	EOF
 

	
 
	cat >> build/import/libbackend-elements/configuration-dynamic.make <<- EOF
 
libbackend_elements_installed := y
 
	EOF
 

	
 
	cat >> build/import/libboost/configuration-dynamic.make <<- EOF
 
libboost_installed := y
 
libboost_suffix := -mt-${BOOST_VER}
 
libboost_system := n
 
	EOF
 

	
 
	cat >> build/import/libcult/configuration-dynamic.make <<- EOF
 
libcult_installed := y
 
	EOF
 

	
 
	cat >> build/import/libxerces-c/configuration-dynamic.make <<- EOF
 
libxerces_c_installed := y
 
	EOF
 

	
 
	cat >> build/import/libxqilla/configuration-dynamic.make <<- EOF
 
libxqilla_installed := y
 
	EOF
 

	
 
	cat >> build/import/libxsd-frontend/configuration-dynamic.make <<- EOF
 
libxsd_frontend_installed := y
 
	EOF
 

	
 
	cat >> build/import/libz/configuration-dynamic.make <<- EOF
 
libz_installed := y
 
	EOF
 

	
 
	MAKEOPTS+=" verbose=1"
 
}
 

	
 
src_compile() {
 
	default
 
	if use doc ; then
 
		emake -C "${S}/documentation/cxx/tree/reference" || die "generating reference docs failed"
 
	fi
 
	if use test ; then
 
		XERCESC_NLS_HOME="${ROOT}usr/share/xerces-c/msg" emake -C "${S}/tests" || die "building tests failed"
 
	fi
 
}
 

	
 
src_install() {
 
	emake install_prefix="${D}/usr" install || die "emake install failed"
 

	
 
	# Renaming binary/manpage to avoid collision with mono-2.0's xsd/xsd2
 
	mv "${D}"/usr/bin/xsd{,cxx}
 
	mv "${D}"/usr/share/man/man1/xsd{,cxx}.1
 

	
 
	rm -rf "${D}/usr/share/doc"
 

	
 
	dohtml -r -A xhtml -A pdf documentation/*
 

	
 
	dodoc NEWS README FLOSSE documentation/custom-literals.xsd
 
	newdoc libxsd/README README.libxsd
 
	newdoc libxsd/FLOSSE FLOSSE.libxsd
 

	
 
	if use examples; then
 
		insinto /usr/share/doc/${PF}
 
		doins -r examples
 
	fi
 
}
 

	
 
src_test() {
 
	XERCESC_NLS_HOME="${ROOT}usr/share/xerces-c/msg" emake -C "${S}/tests" test || die "tests failed"
 
}
dev-lang/haserl/Manifest
Show inline comments
 
new file 100644
 
DIST haserl-0.9.29.tar.gz 135230 RMD160 a598f37767cd392a89a66853ca7cb95212912132 SHA1 21a9191a97b2b7cead9afbf8117f52b70861cc79 SHA256 0f6569f7af6eaa448d3daf72914c96835a3b1bb62bd53dec8de3571edbdff22d
 
EBUILD haserl-0.9.29.ebuild 720 RMD160 d03aeb7f1719243d5a204eb22a65b68afe14c946 SHA1 119b2c3fb708a78561f704836ee01761758b7100 SHA256 98c84b0f5bfd7399b8a842609cf0303ba1e70a408371f6ffe2360a86a29bbf30
dev-lang/haserl/haserl-0.9.29.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2008 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
# Source: http://bugs.gentoo.org/show_bug.cgi?id=76213
 
# Submitted-By: Nathaniel Copa
 
# Reviewed-By: rl03 2005-12-11
 

	
 
DESCRIPTION="HTML And Shell Embedded Report Language"
 
HOMEPAGE="http://haserl.sourceforge.net/"
 
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 

	
 
LICENSE="GPL-2"
 
SLOT="0"
 
KEYWORDS="~x86 ~amd64"
 
IUSE="lua"
 

	
 
RDEPEND="lua? ( dev-lang/lua )"
 
DEPEND="${RDEPEND}
 
	dev-util/pkgconfig"
 

	
 

	
 
src_compile() {
 
	econf --prefix=/usr $(use_with lua)
 
	emake || die "emake failed"
 
}
 

	
 
src_install() {
 
	emake DESTDIR="${D}" install || die "install failed"
 
	dodoc AUTHORS ChangeLog README THANKS TODO
 
}
dev-libs/libg15-gnome15/Manifest
Show inline comments
 
new file 100644
 
DIST libg15-1.3.0-with-gnome15-enhancements-g510-fixes.tar.gz 313934 RMD160 b3255f20749abd93d5fd0f277c1dbf0611a33d5c SHA1 8a79d1ef7b1893b06f4aeae40003a044feaca285 SHA256 8eacfa63f5290fda502fd8c9e6cc27670e924067b0d638f6e380a66a7f0f5621
 
EBUILD libg15-gnome15-1.3.0.ebuild 657 RMD160 43cedbd457d8decb788601aa230ba215c4e0ba6f SHA1 0351e9714f8b77a34b51e2fd963844bd1540c8a2 SHA256 04ab9deabb975dfcb0623e2ef5dbf1acaa9484b58eca6c04ba3411ff822a055c
 
MISC g15-debug.txt 149581 RMD160 cd345a9cd50fad130429f24f0e0b888f107901b3 SHA1 50702bdcc40c056057c0a518b1ab45809fb31dad SHA256 6666899bfd895fd2441537daa8635bee6267adde2796a1ff37dc4faf448b623d
dev-libs/libg15-gnome15/g15-debug.txt
Show inline comments
 
new file 100644
 
chain@richBOOK ~/portage/dev-libs/libg15-gnome15 $ g15-desktop-service -f -l DEBUG
 
/usr/lib64/python2.7/site-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
 
  import gobject._gobject
 
INFO:12:05:09:MainThread:driver:Loading drivers from /usr/lib64/python2.7/site-packages/gnome15/drivers
 
INFO:12:05:09:MainThread:usb.core:find(): using backend "usb.backend.libusb10"
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.enumerate_devices()
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634810>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634990>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x263d090>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x263d150>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 1, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 2, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 2, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 1, 2, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 2, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 3, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 3, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 1, 3, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 3, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 4, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 4, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 1, 4, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 4, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 5, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 1, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 1, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 2, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 1, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 1, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0, 1, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 1, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 1, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 1, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 1, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0, 1, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 1, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 1, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 1, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 1, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0, 1, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 1, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 1, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 1, 1, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 1, 0, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 1, 1, 0)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
 
DEBUG:12:05:09:MainThread:plugins:Plugin path /home/chain/.gnome15/plugins does not exist.
 
DEBUG:12:05:09:MainThread:plugins:Plugin path /home/chain/.config/gnome15/plugins does not exist.
 
Xlib.protocol.request.QueryExtension
 
Xlib.protocol.request.QueryExtension
 
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
 
ERROR:12:05:09:MainThread:plugins:Failed to load plugin module /usr/share/gnome15/plugins/cal. No module named evolution.ecal
 
Traceback (most recent call last):
 
  File "/usr/lib64/python2.7/site-packages/gnome15/g15pluginmanager.py", line 215, in <module>
 
    for mod in ([__import__(fname) for fname in pluginfiles]):
 
  File "/usr/share/gnome15/plugins/cal/cal.py", line 31, in <module>
 
    import evolution.ecal
 
ImportError: No module named evolution.ecal
 
INFO:12:05:09:MainThread:usb.core:find(): using backend "usb.backend.libusb10"
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.enumerate_devices()
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599390>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599450>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599510>)
 
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599690>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599750>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599810>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599990>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 1, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 2, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 2, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 1, 2, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 2, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 3, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 3, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 1, 3, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 3, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 4, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 4, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 1, 4, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 4, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 5, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 1, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 1, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 2, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 1, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 1, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 1, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 1, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
 
DEBUG:12:05:10:MainThread:service:Starting the DBUS service
 
DEBUG:12:05:10:MainThread:dbus:Getting Session DBUS
 
DEBUG:12:05:10:MainThread:dbus:Exposing service
 
DEBUG:12:05:10:MainThread:dbus:DBUS service ready
 
INFO:12:05:10:MainThread:usb.core:find(): using backend "usb.backend.libusb10"
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.enumerate_devices()
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599490>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599510>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599610>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599650>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599710>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599890>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599950>)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 1, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 2, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 2, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 1, 2, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 2, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 3, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 3, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 1, 3, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 3, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 4, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 4, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 1, 4, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 4, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 5, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 1, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 1, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 2, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 1, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 1, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 1, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 1, 0, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 1, 1, 0)
 
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
 
INFO:12:05:10:Thread-2:plugins:Loading tweak
 
INFO:12:05:10:MainThread:root:Starting GLib loop
 
INFO:12:05:10:DesktopService:plugins:Loaded tweak
 
INFO:12:05:10:DesktopService:plugins:Started plugin manager
 
DEBUG:12:05:10:DesktopService:dbus:Sending starting up signal
 
INFO:12:05:10:DesktopService:uinput:Opening uinput device for mouse
 
DEBUG:12:05:10:DesktopService:uinput:UINPUT mouse event at mouse, code = 0, val = 0, syn = True
 
DEBUG:12:05:11:DesktopService:uinput:UINPUT mouse event at mouse, code = 0, val = 1, syn = True
 
INFO:12:05:11:DesktopService:uinput:Opening uinput device for keyboard
 
DEBUG:12:05:11:DesktopService:uinput:UINPUT uinput keyboard event at keyboard, code = 0, val = 0, syn = True
 
DEBUG:12:05:12:DesktopService:uinput:UINPUT uinput keyboard event at keyboard, code = 0, val = 1, syn = True
 
INFO:12:05:12:DesktopService:uinput:Opening uinput device for joystick
 
DEBUG:12:05:12:DesktopService:uinput:UINPUT joystick event at joystick, code = 0, val = 128, syn = False
 
DEBUG:12:05:13:DesktopService:uinput:UINPUT joystick event at joystick, code = 1, val = 128, syn = False
 
which: no jstest-gtk in 
 
(/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3:/usr/i686-pc-linux-gnu/gcc-bin/4.3.4:/opt/android-sdk-update-manager/tools:/opt/android-sdk-update-manager/platform-tools:/usr/games/bin:/opt/cuda/computeprof/bin:/opt/cuda/bin:/usr/lib/wine/bin:~/bin:/home/chain/src/pdtoolkit-3.16/x86_64//bin:/home/chain/src/tau-2.20/x86_64/bin:/usr/lib/wine/bin)
 
INFO:12:05:13:DesktopService:uinput:Opening uinput device for digital-joystick
 
DEBUG:12:05:13:DesktopService:uinput:UINPUT joystick event at digital-joystick, code = 0, val = 128, syn = False
 
DEBUG:12:05:14:DesktopService:uinput:UINPUT joystick event at digital-joystick, code = 1, val = 128, syn = False
 
which: no jstest-gtk in 
 
(/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3:/usr/i686-pc-linux-gnu/gcc-bin/4.3.4:/opt/android-sdk-update-manager/tools:/opt/android-sdk-update-manager/platform-tools:/usr/games/bin:/opt/cuda/computeprof/bin:/opt/cuda/bin:/usr/lib/wine/bin:~/bin:/home/chain/src/pdtoolkit-3.16/x86_64//bin:/home/chain/src/tau-2.20/x86_64/bin:/usr/lib/wine/bin)
 
INFO:12:05:14:DesktopService:service:Looking for devices
 
INFO:12:05:14:DesktopService:usb.core:find(): using backend "usb.backend.libusb10"
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.enumerate_devices()
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599310>)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599390>)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599450>)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599790>)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599910>)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599250>)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 1, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 2, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 2, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 1, 2, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 2, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 3, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 3, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 1, 3, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 3, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 4, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 4, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 1, 4, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 4, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 5, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 1, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 1, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 2, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 1, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 1, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0, 1, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 1, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 1, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 1, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 1, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0, 1, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 1, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 1, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 1, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 1, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0, 1, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 1, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 1, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 1, 1, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 1, 0, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 1, 1, 0)
 
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
 
DEBUG:12:05:14:DesktopService:dbus:Screen added for g510
 
INFO:12:05:14:DesktopService:plugins:Activating plugins
 
INFO:12:05:14:DesktopService:plugins:Activating tweak
 
INFO:12:05:14:MainThread:service:Attempting to set up BAMF
 
DEBUG:12:05:14:DesktopService:plugins:Activated plugins
 
DEBUG:12:05:14:DesktopService:dbus:Sending started up signal
 
WARNING:12:05:14:MainThread:service:BAMF not available, falling back to polling WNCK. org.freedesktop.DBus.Error.ServiceUnknown: The name org.ayatana.bamf was not provided by 
 
any .service files
 
INFO:12:05:14:StartScreeng510_0:screen:Starting g510_0.
 
INFO:12:05:14:MainThread:service:Connecting to system bus
 
INFO:12:05:14:StartScreeng510_0:screen:Attempting connection
 
INFO:12:05:14:StartScreeng510_0:plugins:Loading sysmon
 
INFO:12:05:14:StartScreeng510_0:plugins:Loaded sysmon
 
INFO:12:05:14:StartScreeng510_0:plugins:Loading profiles
 
INFO:12:05:14:MainThread:service:Seats dbus.Array([dbus.ObjectPath('/org/freedesktop/ConsoleKit/Seat1')], signature=dbus.Signature('o')) 
 
INFO:12:05:14:MainThread:service:This session /org/freedesktop/ConsoleKit/Session1 
 
INFO:12:05:14:MainThread:service:Connected to system bus
 
WARNING:12:05:14:MainThread:service:GNOME session manager not available, will not detect logout signal for clean shutdown. org.freedesktop.DBus.Error.ServiceUnknown: The name 
 
org.gnome.SessionManager was not provided by any .service files
 
INFO:12:05:14:StartScreeng510_0:plugins:Loaded profiles
 
INFO:12:05:14:StartScreeng510_0:plugins:Loading volume
 
INFO:12:05:14:StartScreeng510_0:plugins:Loaded volume
 
INFO:12:05:14:StartScreeng510_0:plugins:Loading macro-recorder
 
INFO:12:05:14:StartScreeng510_0:plugins:Loaded macro-recorder
 
INFO:12:05:14:StartScreeng510_0:plugins:Loading weather
 
INFO:12:05:14:StartScreeng510_0:plugins:Loaded weather
 
INFO:12:05:14:StartScreeng510_0:plugins:Loading menu
 
INFO:12:05:14:StartScreeng510_0:plugins:Loaded menu
 
INFO:12:05:14:StartScreeng510_0:plugins:Loading cairo-clock
 
INFO:12:05:14:StartScreeng510_0:plugins:Loaded cairo-clock
 
INFO:12:05:14:StartScreeng510_0:plugins:Started plugin manager
 
DEBUG:12:05:14:StartScreeng510_0:screen:Requesting attention '[Errno 111] Verbindungsaufbau abgelehnt'
 
DEBUG:12:05:14:StartScreeng510_0:dbus:Sending attention requested signal
 
DEBUG:12:05:14:StartScreeng510_0:dbus:Sent attention requested signal
 
DEBUG:12:05:14:StartScreeng510_0:screen:Rescheduling cycle
 
Traceback (most recent call last):
 
  File "/usr/lib64/python2.7/site-packages/gnome15/g15screen.py", line 1094, in attempt_connection
 
    self.driver.connect()
 
  File "/usr/lib64/python2.7/site-packages/gnome15/drivers/driver_g15.py", line 397, in connect
 
    self.socket.connect(("127.0.0.1", port))
 
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
 
    return getattr(self._sock,name)(*args)
 
error: [Errno 111] Verbindungsaufbau abgelehnt
 
INFO:12:05:14:StartScreeng510_0:screen:Attempting connection in 5.000000
 
DEBUG:12:05:14:StartScreeng510_0:root:Queueing ReconnectTimer on default for execution in 5.000000
 
DEBUG:12:05:14:StartScreeng510_0:root:Creating job queue default with 1 workers
 
DEBUG:12:05:14:StartScreeng510_0:root:Queued ReconnectTimer
 
INFO:12:05:14:StartScreeng510_0:screen:Connection for g510_0 is complete.
 
INFO:12:05:14:StartScreeng510_0:keyboard:Starting g510_0's key handler.
 
INFO:12:05:14:StartScreeng510_0:keyboard:Starting of g510_0's key handler is complete.
 
INFO:12:05:14:StartScreeng510_0:screen:Watching GConf settings in /apps/gnome15/g510_0
 
INFO:12:05:14:StartScreeng510_0:screen:Starting for g510_0 is complete.
 
DEBUG:12:05:19:MainThread:root:Executing GTimer ReconnectTimer
 
DEBUG:12:05:19:MainThread:root:Queued task on default
 
DEBUG:12:05:19:MainThread:root:Executed GTimer ReconnectTimer
 
DEBUG:12:05:19:default:root:Running task on default
 
INFO:12:05:19:default:screen:Attempting connection
 
DEBUG:12:05:19:default:root:Cancelled GTimer ReconnectTimer
 
DEBUG:12:05:19:default:screen:Requesting attention '[Errno 111] Verbindungsaufbau abgelehnt'
 
DEBUG:12:05:19:default:dbus:Sending attention requested signal
 
DEBUG:12:05:19:default:dbus:Sent attention requested signal
 
DEBUG:12:05:19:default:screen:Rescheduling cycle
 
Traceback (most recent call last):
 
  File "/usr/lib64/python2.7/site-packages/gnome15/g15screen.py", line 1094, in attempt_connection
 
    self.driver.connect()
 
  File "/usr/lib64/python2.7/site-packages/gnome15/drivers/driver_g15.py", line 397, in connect
 
    self.socket.connect(("127.0.0.1", port))
 
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
 
    return getattr(self._sock,name)(*args)
 
error: [Errno 111] Verbindungsaufbau abgelehnt
 
INFO:12:05:19:default:screen:Attempting connection in 5.000000
 
DEBUG:12:05:19:default:root:Cancelled GTimer ReconnectTimer
 
DEBUG:12:05:19:default:root:Queueing ReconnectTimer on default for execution in 5.000000
 
DEBUG:12:05:19:default:root:Queued ReconnectTimer
 
INFO:12:05:19:default:screen:Connection for g510_0 is complete.
 
DEBUG:12:05:19:default:root:Ran task on default
 
DEBUG:12:05:24:MainThread:root:Executing GTimer ReconnectTimer
 
DEBUG:12:05:24:MainThread:root:Queued task on default
 
DEBUG:12:05:24:MainThread:root:Executed GTimer ReconnectTimer
 
DEBUG:12:05:24:default:root:Running task on default
 
INFO:12:05:24:default:screen:Attempting connection
 
DEBUG:12:05:24:default:root:Cancelled GTimer ReconnectTimer
 
DEBUG:12:05:24:default:screen:Requesting attention '[Errno 111] Verbindungsaufbau abgelehnt'
 
DEBUG:12:05:24:default:dbus:Sending attention requested signal
 
DEBUG:12:05:24:default:dbus:Sent attention requested signal
 
DEBUG:12:05:24:default:screen:Rescheduling cycle
 
Traceback (most recent call last):
 
  File "/usr/lib64/python2.7/site-packages/gnome15/g15screen.py", line 1094, in attempt_connection
 
    self.driver.connect()
 
  File "/usr/lib64/python2.7/site-packages/gnome15/drivers/driver_g15.py", line 397, in connect
 
    self.socket.connect(("127.0.0.1", port))
 
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
 
    return getattr(self._sock,name)(*args)
 
error: [Errno 111] Verbindungsaufbau abgelehnt
 
INFO:12:05:24:default:screen:Attempting connection in 5.000000
 
DEBUG:12:05:24:default:root:Cancelled GTimer ReconnectTimer
 
DEBUG:12:05:24:default:root:Queueing ReconnectTimer on default for execution in 5.000000
 
DEBUG:12:05:24:default:root:Queued ReconnectTimer
 
INFO:12:05:24:default:screen:Connection for g510_0 is complete.
 
DEBUG:12:05:24:default:root:Ran task on default
 
INFO:12:05:26:MainThread:service:Active application is now Firefox
 
DEBUG:12:05:29:MainThread:root:Executing GTimer ReconnectTimer
 
DEBUG:12:05:29:MainThread:root:Queued task on default
 
DEBUG:12:05:29:MainThread:root:Executed GTimer ReconnectTimer
 
DEBUG:12:05:29:default:root:Running task on default
 
INFO:12:05:29:default:screen:Attempting connection
 
DEBUG:12:05:29:default:root:Cancelled GTimer ReconnectTimer
 
DEBUG:12:05:29:default:screen:Requesting attention '[Errno 111] Verbindungsaufbau abgelehnt'
 
DEBUG:12:05:29:default:dbus:Sending attention requested signal
 
DEBUG:12:05:29:default:dbus:Sent attention requested signal
 
DEBUG:12:05:29:default:screen:Rescheduling cycle
 
Traceback (most recent call last):
 
  File "/usr/lib64/python2.7/site-packages/gnome15/g15screen.py", line 1094, in attempt_connection
 
    self.driver.connect()
 
  File "/usr/lib64/python2.7/site-packages/gnome15/drivers/driver_g15.py", line 397, in connect
 
    self.socket.connect(("127.0.0.1", port))
 
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
 
    return getattr(self._sock,name)(*args)
 
error: [Errno 111] Verbindungsaufbau abgelehnt
 
INFO:12:05:29:default:screen:Attempting connection in 5.000000
 
DEBUG:12:05:29:default:root:Cancelled GTimer ReconnectTimer
 
DEBUG:12:05:29:default:root:Queueing ReconnectTimer on default for execution in 5.000000
 
DEBUG:12:05:29:default:root:Queued ReconnectTimer
 
INFO:12:05:29:default:screen:Connection for g510_0 is complete.
 
DEBUG:12:05:29:default:root:Ran task on default
 
DEBUG:12:05:34:MainThread:root:Executing GTimer ReconnectTimer
 
DEBUG:12:05:34:MainThread:root:Queued task on default
 
DEBUG:12:05:34:default:root:Running task on default
 
INFO:12:05:34:default:screen:Attempting connection
 
DEBUG:12:05:34:default:root:Cancelled GTimer ReconnectTimer
 
DEBUG:12:05:34:MainThread:root:Executed GTimer ReconnectTimer
 
DEBUG:12:05:34:default:screen:Requesting attention '[Errno 111] Verbindungsaufbau abgelehnt'
 
DEBUG:12:05:34:default:dbus:Sending attention requested signal
 
DEBUG:12:05:34:default:dbus:Sent attention requested signal
 
DEBUG:12:05:34:default:screen:Rescheduling cycle
 
Traceback (most recent call last):
 
  File "/usr/lib64/python2.7/site-packages/gnome15/g15screen.py", line 1094, in attempt_connection
 
    self.driver.connect()
 
  File "/usr/lib64/python2.7/site-packages/gnome15/drivers/driver_g15.py", line 397, in connect
 
    self.socket.connect(("127.0.0.1", port))
 
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
 
    return getattr(self._sock,name)(*args)
 
error: [Errno 111] Verbindungsaufbau abgelehnt
 
INFO:12:05:34:default:screen:Attempting connection in 5.000000
 
DEBUG:12:05:34:default:root:Cancelled GTimer ReconnectTimer
 
DEBUG:12:05:34:default:root:Queueing ReconnectTimer on default for execution in 5.000000
 
DEBUG:12:05:34:default:root:Queued ReconnectTimer
 
INFO:12:05:34:default:screen:Connection for g510_0 is complete.
 
DEBUG:12:05:34:default:root:Ran task on default
 
DEBUG:12:05:39:MainThread:root:Executing GTimer ReconnectTimer
 
DEBUG:12:05:39:MainThread:root:Queued task on default
 
DEBUG:12:05:39:MainThread:root:Executed GTimer ReconnectTimer
 
DEBUG:12:05:39:default:root:Running task on default
 
INFO:12:05:39:default:screen:Attempting connection
 
DEBUG:12:05:39:default:root:Cancelled GTimer ReconnectTimer
 
DEBUG:12:05:39:default:screen:Requesting attention '[Errno 111] Verbindungsaufbau abgelehnt'
 
DEBUG:12:05:39:default:dbus:Sending attention requested signal
 
DEBUG:12:05:39:default:dbus:Sent attention requested signal
 
DEBUG:12:05:39:default:screen:Rescheduling cycle
 
Traceback (most recent call last):
 
  File "/usr/lib64/python2.7/site-packages/gnome15/g15screen.py", line 1094, in attempt_connection
 
    self.driver.connect()
 
  File "/usr/lib64/python2.7/site-packages/gnome15/drivers/driver_g15.py", line 397, in connect
 
    self.socket.connect(("127.0.0.1", port))
 
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
 
    return getattr(self._sock,name)(*args)
 
error: [Errno 111] Verbindungsaufbau abgelehnt
 
INFO:12:05:39:default:screen:Attempting connection in 5.000000
 
DEBUG:12:05:39:default:root:Cancelled GTimer ReconnectTimer
 
DEBUG:12:05:39:default:root:Queueing ReconnectTimer on default for execution in 5.000000
 
DEBUG:12:05:39:default:root:Queued ReconnectTimer
 
INFO:12:05:39:default:screen:Connection for g510_0 is complete.
 
DEBUG:12:05:39:default:root:Ran task on default
 
DEBUG:12:05:44:MainThread:root:Executing GTimer ReconnectTimer
 
DEBUG:12:05:44:MainThread:root:Queued task on default
 
DEBUG:12:05:44:MainThread:root:Executed GTimer ReconnectTimer
 
DEBUG:12:05:44:default:root:Running task on default
 
INFO:12:05:44:default:screen:Attempting connection
 
DEBUG:12:05:44:default:root:Cancelled GTimer ReconnectTimer
 
DEBUG:12:05:44:default:screen:Requesting attention '[Errno 111] Verbindungsaufbau abgelehnt'
 
DEBUG:12:05:44:default:dbus:Sending attention requested signal
 
DEBUG:12:05:44:default:dbus:Sent attention requested signal
 
DEBUG:12:05:44:default:screen:Rescheduling cycle
 
Traceback (most recent call last):
 
  File "/usr/lib64/python2.7/site-packages/gnome15/g15screen.py", line 1094, in attempt_connection
 
    self.driver.connect()
 
  File "/usr/lib64/python2.7/site-packages/gnome15/drivers/driver_g15.py", line 397, in connect
 
    self.socket.connect(("127.0.0.1", port))
 
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
 
    return getattr(self._sock,name)(*args)
 
error: [Errno 111] Verbindungsaufbau abgelehnt
 
INFO:12:05:44:default:screen:Attempting connection in 5.000000
 
DEBUG:12:05:44:default:root:Cancelled GTimer ReconnectTimer
 
DEBUG:12:05:44:default:root:Queueing ReconnectTimer on default for execution in 5.000000
 
DEBUG:12:05:44:default:root:Queued ReconnectTimer
 
INFO:12:05:44:default:screen:Connection for g510_0 is complete.
 
DEBUG:12:05:44:default:root:Ran task on default
 
^CINFO:12:05:46:MainThread:service:Got SIGINT signal, shutting down
 
INFO:12:05:46:MainThread:service:Shutting down
 
DEBUG:12:05:46:MainThread:uinput:Closing UINPUT device mouse
 
DEBUG:12:05:46:MainThread:uinput:Closing UINPUT device keyboard
 
DEBUG:12:05:46:MainThread:uinput:Closing UINPUT device joystick
 
DEBUG:12:05:46:MainThread:uinput:Closing UINPUT device digital-joystick
 
INFO:12:05:46:MainThread:plugins:De-activating plugins
 
DEBUG:12:05:46:MainThread:plugins:De-activating tweak
 
INFO:12:05:46:MainThread:plugins:De-activated plugins
 
INFO:12:05:46:MainThread:service:Stopping file change notification
 
INFO:12:05:46:MainThread:service:Informing listeners we are stopping
 
DEBUG:12:05:46:MainThread:dbus:Sending stopping down signal
 
INFO:12:05:46:MainThread:service:Stopping screens
 
INFO:12:05:46:MainThread:service:Checking state of 2 devices
 
INFO:12:05:46:CheckDeviceStateg510_0:service:EN device g510_0 = False = <gnome15.g15screen.G15Screen instance at 0x35aeb90>
 
INFO:12:05:46:CheckDeviceStateg510_0:service:Disabling device g510_0
 
INFO:12:05:46:CheckDeviceStateg510_0:screen:Stopping screen for g510_0
 
INFO:12:05:46:CheckDeviceStateg510_0:keyboard:Stopping key handler for g510_0
 
INFO:12:05:46:CheckDeviceStateg510_0:keyboard:Stopped key handler for g510_0
 
DEBUG:12:05:46:CheckDeviceStateg510_0:dbus:Screen removed for g510
 
INFO:12:05:46:CheckDeviceStateg510_0:service:Disabled device g510_0
 
INFO:12:05:46:CheckDeviceStatevirtual_0:service:EN device virtual_0 = False = None
 
INFO:12:05:46:MainThread:service:Screens stopped
 
INFO:12:05:46:MainThread:service:Stopping all schedulers
 
INFO:12:05:46:MainThread:jobs:Stopping all queues
 
INFO:12:05:46:MainThread:jobs:Stopping queue default
 
INFO:12:05:46:MainThread:jobs:Stopped queue default
 
DEBUG:12:05:46:default:root:Running task on default
 
DEBUG:12:05:46:MainThread:dbus:Sending stopped down signal
 
DEBUG:12:05:46:default:root:Ran task on default
 
INFO:12:05:46:MainThread:service:Quiting loop
 
INFO:12:05:46:default:jobs:Exited queue default
 
INFO:12:05:46:MainThread:service:Stopping DBus service
 
INFO:12:05:46:MainThread:root:Exited GLib loop
 

	
dev-libs/libg15-gnome15/libg15-gnome15-1.3.0.ebuild
Show inline comments
 
new file 100644
 
EAPI="3"
 

	
 
MY_S="libg15-${PV}"
 

	
 
DESCRIPTION="This is a library to handle the LCD and extra keys on the Logitech G15 Gaming
 
Keyboard and similar devices."
 
HOMEPAGE="http://www.gnome15.org/"
 
SRC_URI="http://www.gnome15.org/downloads/temp/libg15-${PV}-with-gnome15-enhancements-g510-fixes.tar.gz"
 

	
 
LICENSE="GPL-3"
 
SLOT="0"
 
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
IUSE=""
 

	
 
RDEPEND="dev-libs/libusb"
 
DEPEND="${RDEPEND}"
 

	
 
src_configure() {
 
	cd ${MY_S} && econf || die "econf failed"
 
}
 

	
 
src_compile() {
 
	cd ${MY_S} && emake || die "emake failed"
 
}
 

	
 
src_install() {
 
	cd ${MY_S} && emake DESTDIR="${D}" install || die "emake install failed"
 
}
 

	
 

	
 

	
dev-perl/Acme-Damn/Acme-Damn-0.04.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2009 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
MODULE_AUTHOR="IBB"
 
inherit perl-module
 

	
 
DESCRIPTION="'Unbless' Perl objects"
 

	
 
SLOT="0"
 
KEYWORDS="~x86"
 
IUSE=""
 

	
 
SRC_TEST="do"
 

	
 
COMMON="dev-lang/perl"
 
DEPEND="${COMMON}"
 
RDEPEND="${COMMON}
 
	dev-perl/Test-Exception"
dev-perl/Acme-Damn/Manifest
Show inline comments
 
new file 100644
 
DIST Acme-Damn-0.04.tar.gz 6134 RMD160 0a9bcd57cabab4e198f67a612748a59f8b0f1b0d SHA1 2f9f3d44f947b1f78195aa1d589e237da3051838 SHA256 1765c02fc886b636e00dd57c341f447863a57b40978c2e22a88f67fc27bbec9d
 
EBUILD Acme-Damn-0.04.ebuild 336 RMD160 184918ac16777969ed566ddcdb9c52a9a4c31c66 SHA1 169cc39a732d7e5b4612e2b5818167e2e5a5d7c3 SHA256 6d4d5731ba61a2cae67956480b41861d8a2352c6fa14d3f55e13466937729f61
dev-perl/forks/Manifest
Show inline comments
 
new file 100644
 
DIST forks-0.33.tar.gz 110777 RMD160 2e5f8da249cca7fee7108f9c6e23c9a90659e229 SHA1 99531ded1068fa9c0046512815a7df89e254d141 SHA256 e946baccef3b37be05e24bf9b6a52e0e05a0805c1c6c4f09be8ee7ed62112017
 
EBUILD forks-0.33.ebuild 466 RMD160 109f39958f416b2e79614c4944e2adf71a01ff99 SHA1 f04190c39f2c6e69529c919809bf14f04ae0be2b SHA256 035f1d38d60810b7f7a9254fd5345c1ef1de6bfc061a061e03586f5b0531a531
dev-perl/forks/forks-0.33.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2009 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
MODULE_AUTHOR="RYBSKEJ"
 
inherit perl-module
 

	
 
DESCRIPTION="drop-in replacement for Perl threads using fork()"
 

	
 
SLOT="0"
 
KEYWORDS="~x86"
 
IUSE=""
 

	
 
SRC_TEST="do"
 

	
 
COMMON="dev-lang/perl"
 
RDEPEND="${COMMON}"
 
DEPEND="dev-perl/extutils-depends
 
	dev-perl/extutils-pkgconfig
 
	dev-perl/Devel-Symdump
 
	dev-perl/Acme-Damn
 
	dev-perl/Sys-SigAction
 
	${COMMON}"
dev-util/papi/Manifest
Show inline comments
 
new file 100644
 
DIST papi-4.1.1.tar.gz 3596962 RMD160 a243a807400ad0401943477d323ee5ac728dca4e SHA1 c287052a371fb69c09c1349cd403618de0fdda47 SHA256 8dcd7bbb9edf9f00df397315cd5ae4be41423357733decf1106ff132a81006d0
 
EBUILD papi-4.1.1.ebuild 1191 RMD160 2c61f015b7b6f23ba3cca2e193f13a74334f8fbb SHA1 609dfc95cd8621a93eafd220a4be4a34051eab4d SHA256 f40bc0b82d20d4511346adbe89828af0de20a15deef5dc65b2c5e6b1ec0dedea
dev-util/papi/papi-4.1.1.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2007 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
inherit multilib
 

	
 
DESCRIPTION="Performance Application Programming Interface"
 
HOMEPAGE="http://icl.cs.utk.edu/papi/"
 
SRC_URI="http://icl.cs.utk.edu/projects/papi/downloads/${P}.tar.gz"
 

	
 
LICENSE="BSD"
 
SLOT="0"
 
KEYWORDS="~amd64 ~x86"
 
IUSE="debug"
 

	
 
DEPEND=">=dev-util/perfctr-2.6.37"
 
RDEPEND="${DEPEND}"
 

	
 
S="${WORKDIR}"/${P}/src
 

	
 
src_compile() {
 
	local myconf
 
	if use debug; then
 
		myconf="${myconf} --with-debug=yes"
 
	else
 
		myconf="${myconf} --with-debug=no"
 
	fi
 
	econf ${myconf} \
 
		--with-perfctr-incdir=/usr/include \
 
		--with-perfctr-libdir=/usr/$(get_libdir) \
 
		--with-perfctr-prefix=/usr \
 
		|| die "econf failed"
 
	emake || die "emake failed"
 
}
 

	
 
src_install() {
 
	dodir /usr/$(get_libdir)
 
	# there's something wrong inside those makefiles,
 
	# so lets use the old and ugly way
 
	emake \
 
		DESTDIR="${D}" \
 
		LIBDIR="/usr/$(get_libdir)" \
 
		MANDIR="/usr/share/man" \
 
		install || die "install failed"
 
}
 

	
 
src_test() {
 
	emake check
 
	emake test || die "initial test failed"
 
	#if use fulltest; then
 
	#	./run_tests.sh || ewarn "some tests failed, continuing anyway"
 
	#fi
 
}
dev-util/perfctr/Manifest
Show inline comments
 
new file 100644
 
AUX udev-rules.patch 328 RMD160 c8299db2eb7e8c08fc9c078e11ce46adfe9cb781 SHA1 e270ed440d1937e0ed8b44d816f34fe72953afa0 SHA256 c6224b9db6ead5c0628fed4d88bc30a8d02c1673a24bb29b1c8f701742e43ad2
 
DIST perfctr-2.6.42.tar.gz 268074 RMD160 4d49441061695690fe3c5ecfec79fac7d9bed6e6 SHA1 6909d46b002e34020c337cc16f715f9e493d99e9 SHA256 b195f0a9894445d7e4bb0540a7c9fa2099fa9d546c1850b3ac150cbe64704b7d
 
EBUILD perfctr-2.6.42.ebuild 1506 RMD160 ca3df070bd72afc2586841cdc3e75c1639ecb3ea SHA1 cf8a6542c80b8e07b1d6cd41b2d2df521b638fcc SHA256 03030844439b5b2378d645ed6c0a208379e594edd97cd761277858f9fa0c026a
dev-util/perfctr/files/udev-rules.patch
Show inline comments
 
new file 100644
 
diff -urNp perfctr-2.6.38.orig/etc/perfctr.rules perfctr-2.6.38/etc/perfctr.rules
 
--- perfctr-2.6.38.orig/etc/perfctr.rules	2007-04-09 14:50:36.000000000 +0200
 
+++ perfctr-2.6.38/etc/perfctr.rules	2009-02-17 19:44:05.524194241 +0100
 
@@ -1 +1 @@
 
-KERNEL=="perfctr",		MODE="0644"
 
+KERNEL=="perfctr",		MODE="0660", GROUP="perfctr"
dev-util/perfctr/perfctr-2.6.42.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2007 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
inherit eutils versionator toolchain-funcs multilib linux-info
 

	
 
DESCRIPTION="Linux Performance Counters"
 
HOMEPAGE="http://user.it.uu.se/~mikpe/linux/perfctr/"
 
SRC_URI="http://user.it.uu.se/~mikpe/linux/perfctr/$(get_version_component_range 1-2)/${P}.tar.gz"
 

	
 
LICENSE="LGPL-2.1"
 
SLOT="0"
 
KEYWORDS="~amd64 ~x86"
 
IUSE=""
 

	
 
DEPEND=""
 
RDEPEND=""
 

	
 
CONFIG_CHECK="~PERFCTR"
 
ERROR_PERFCTR="Your kernel needs support for perfctr to use this package!"
 
MY_SRCDIR="${D}/usr/src"
 
MY_SHAREDIR="${D}/usr/share/${P}"
 
MY_DIR="${P}"
 

	
 
pkg_setup() {
 
	enewgroup perfctr
 
}
 

	
 
src_unpack() {
 
	unpack "${A}"
 

	
 
	cd "${S}"
 
	epatch "${FILESDIR}"/udev-rules.patch
 
}
 

	
 
src_compile() {
 
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
 
}
 

	
 
src_install() {
 
	emake \
 
		PREFIX="${D}/usr" \
 
		BINDIR="${D}/usr/bin" \
 
		LIBDIR="${D}/usr/$(get_libdir)" \
 
		INCLDIR="${D}/usr/include" \
 
		ETCDIR="${D}/etc" \
 
		install \
 
		|| die "emake install failed"
 

	
 
	# Cleanup
 
	mv "${D}"/etc/rc.d/init.d "${D}"/etc/
 
	rm -rf "${D}"/etc/rc.d
 
#	mv "${D}"/etc/udev.d "${D}"/etc/udev
 

	
 
	mkdir -p "${MY_SRCDIR}"
 
	cd "${MY_SRCDIR}"
 
	unpack "${A}"
 
	cd "${MY_DIR}"
 
	rm -rf usr.lib etc Makefile perfctr.spec
 
	mkdir -p "${MY_SHAREDIR}"
 
	mv examples CHANGES COPYING OTHER TODO "${MY_SHAREDIR}"/
 
	cp INSTALL README "${MY_SHAREDIR}"/
 
}
 

	
 
pkg_postinst() {
 
	elog
 
	elog "To use the PerfCtr framework add your user to the perfctr group."
 
	elog
 
}
games-emulation/dolphin-emu/Manifest
Show inline comments
 
new file 100644
 
DIST dolphin-3.5-src.zip 28805192 SHA256 b95cb6f487c1f77471c08cfb52bc9844bb2385f0ffd8fb45416b4c5095eb8d9a SHA512 4e607f9ed15c19967382a178c725a015fa8e2db4f624e9b54c50af31bdbae333989be8397cd32d0aa3b5283caf85a67e5529583be4423ada5c6f098ca7c309ef WHIRLPOOL a840f15153eff2edb5f2c75410e6fed3cca7fbffe2eb05bbf6441b914f7b27c6d9ee90de27fb9a773b601c44311828b95e3c597000cf607ff12d1141266e50bc
 
EBUILD dolphin-emu-3.5.ebuild 4036 SHA256 bd8aba47af7e6ea08ac9c61fc2dbebe92533b00af5cd2ddfd1a641b02d0f76c7 SHA512 0ef5a078f4a0d1f7bd803bf2e6c194f43e5b00ad245969ce9df664bd719dff9aadb8003842aaae77583dd5692c81633235267fc0aca84abeb135e56b7d2c0dc1 WHIRLPOOL 12a1872a78eec60f3d3a2beb5c25d7645ab451e120a73b4f577763bf9671f8c1699e8ec89c8e28da14ded82dcda7b2b29d2f9998de532c2f8a7bf7817125d593
games-emulation/dolphin-emu/dolphin-emu-3.5.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2012 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
EAPI="5"
 

	
 
WX_GTK_VER="2.9"
 

	
 
#EGIT_REPO_URI="https://code.google.com/p/dolphin-emu/"
 
#EGIT_COMMIT="${PV}"
 

	
 
inherit cmake-utils eutils flag-o-matic git-2 pax-utils toolchain-funcs wxwidgets games
 

	
 
DESCRIPTION="Free, open source emulator for Nintendo GameCube and Wii"
 
HOMEPAGE="http://www.dolphin-emu.com/"
 
SRC_URI="http://dolphin-emu.googlecode.com/files/dolphin-${PV}-src.zip"
 

	
 
LICENSE="GPL-2"
 
SLOT="0"
 
KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
 

	
 
# NOTES:
 
# - wxWidgets support relies on 2.9 branch, which is currently masked in main tree
 
IUSE="alsa ao bluetooth doc encode +lzo openal opengl openmp portaudio pulseaudio wxwidgets"
 

	
 
RDEPEND=">=media-libs/glew-1.5
 
	>=media-libs/libsdl-1.2[joystick]
 
	<media-libs/libsfml-2.0
 
	sys-libs/readline
 
	x11-libs/libXext
 
	x11-libs/libXrandr
 
	ao? ( media-libs/libao )
 
	alsa? ( media-libs/alsa-lib )
 
	bluetooth? ( net-wireless/bluez )
 
	encode? ( media-video/ffmpeg[encode] )
 
	lzo? ( dev-libs/lzo )
 
	openal? ( media-libs/openal )
 
	opengl? ( virtual/opengl )
 
	portaudio? ( media-libs/portaudio )
 
	pulseaudio? ( media-sound/pulseaudio )
 
	wxwidgets? ( x11-libs/wxGTK:2.9 )"
 
DEPEND="${RDEPEND}
 
	sys-devel/gettext
 
	virtual/pkgconfig
 
	media-gfx/nvidia-cg-toolkit"
 

	
 
S="${WORKDIR}/dolphin-${PV}"
 

	
 
src_unpack() {
 
	unpack "dolphin-${PV}-src.zip"
 
	cd ${S}	
 
}
 

	
 
src_prepare() {
 
	# Remove automagic dependencies
 
	if use !alsa; then
 
		sed -i -e '/^include(FindALSA/d' CMakeLists.txt || die
 
	fi
 
	if use !ao; then
 
		 sed -i -e '/^check_lib(AO/d' CMakeLists.txt || die
 
	fi
 
	if use !bluetooth; then
 
		sed -i -e '/^check_lib(BLUEZ/d' CMakeLists.txt || die
 
	fi
 
	if use !openal; then
 
		sed -i -e '/^include(FindOpenAL/d' CMakeLists.txt || die
 
	fi
 
	if use !portaudio; then
 
		sed -i -e '/CMAKE_REQUIRED_LIBRARIES portaudio/d' CMakeLists.txt || die
 
	fi
 
	if use !pulseaudio; then
 
		sed -i -e '/^check_lib(PULSEAUDIO/d' CMakeLists.txt || die
 
	fi
 

	
 
	# remove bundled libs, except 
 
	# - SOIL, which has not public sources now
 
	# - Bochs_disasm (do not know what is it)
 
	# - CLRun ( some part of OpenCL )
 
	mv Externals/SOIL . || die
 
	mv Externals/Bochs_disasm . || die
 
	mv Externals/CLRun . || die
 
	rm -r Externals/* || die 'failed to remove bundled libs'
 
	mv Bochs_disasm Externals || die
 
	mv CLRun Externals || die
 
	mv SOIL Externals || die
 
}
 

	
 
src_configure() {
 
	# filter problematic compiler flags
 
	filter-flags -flto -fwhole-program
 
	append-flags -fno-pie
 

	
 
	if $($(tc-getPKG_CONFIG) --exists nvidia-cg-toolkit); then
 
		append-flags "$($(tc-getPKG_CONFIG) --cflags nvidia-cg-toolkit)"
 
	else
 
		append-flags "-I/opt/nvidia-cg-toolkit/include"
 
	fi
 

	
 
	if $($(tc-getPKG_CONFIG) --exists nvidia-cg-toolkit); then
 
		append-ldflags "$($(tc-getPKG_CONFIG) --libs-only-L nvidia-cg-toolkit)"
 
	else
 
		append-ldflags "-L/opt/nvidia-cg-toolkit/lib"
 
	fi
 

	
 
	local mycmakeargs=(
 
		"-DDOLPHIN_WC_REVISION=${PV}"
 
		"-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}"
 
		"-Dprefix=${GAMES_PREFIX}"
 
		"-Ddatadir=${GAMES_DATADIR}/${PN}"
 
		"-Dplugindir=$(games_get_libdir)/${PN}"
 
		$(cmake-utils_use !wxwidgets DISABLE_WX)
 
		$(cmake-utils_use encode ENCODE_FRAMEDUMPS)
 
		$(cmake-utils_use openmp OPENMP)
 
	)
 

	
 
	cmake-utils_src_configure
 
}
 

	
 
src_install() {
 
	cmake-utils_src_install
 

	
 
	# set binary name
 
	local binary="${PN}"
 
	use wxwidgets || binary+="-nogui"
 

	
 
	# install documentation as appropriate
 
	dodoc Readme.txt
 
	if use doc; then
 
		doins -r docs
 
	fi
 

	
 
	# create menu entry for GUI builds
 
	if use wxwidgets; then
 
		doicon Source/Core/DolphinWX/resources/Dolphin.xpm
 
		make_desktop_entry "${PN}" "Dolphin" "Dolphin" "Game;Emulator"
 
	fi
 

	
 
	prepgamesdirs
 
}
 

	
 
pkg_postinst() {
 
	# hardened fix
 
	pax-mark -m "${EPREFIX}/usr/games/bin/${PN}"
 

	
 
	if ! use portaudio; then
 
		ewarn "If you need to use your microphone for a game, rebuild with USE=portaudio"
 
	fi
 
	if ! use wxwidgets; then
 
		ewarn "Note: It is not currently possible to configure Dolphin without the GUI."
 
		ewarn "Rebuild with USE=wxwidgets to enable the GUI if needed."
 
	fi
 

	
 
	games_pkg_postinst
 
}
games-emulation/qmc2/Manifest
Show inline comments
 
new file 100644
 
AUX qmc2-fullscreen-native-res.patch 2016 RMD160 31317e3b48062de99642e9d99798bc26ee15898d SHA1 a56c83d35e6cf585a49827c3ed3422fd00b8bde4 SHA256 6774411666b68d93d1f26d3d4dd223ca64c6106e0b6729e73996e614cf520f57
 
AUX qmc2-new-makefile.patch 1352 RMD160 5d711f12b19cea39cc5b1acf627fdd0d6168155f SHA1 ccff4f94fb2b09d01318bf56cdb6e39143bc1276 SHA256 7ac029d82774d80d45ec7bfbdf903f0abf1672426601aae3fd34cb30e88b9220
 
DIST qmc2-0.2.b16.tar.bz2 2782301 RMD160 03cf4847b6462a5ee7c5a2cf2deb26fabca7b7a0 SHA1 fdac3fa89995cc7ffc03adf371ed21ecf07b6093 SHA256 b923e4693379337bb0c809317b818e7015e8ed9a16a1e029bf34a811c56834c1
 
EBUILD qmc2-0.2_beta16.ebuild 1576 RMD160 218dfa87294486bb57c8ff4e12f1ddad5af5a86c SHA1 984141624ff1dc2123bd1b9b0096134d4a5c3036 SHA256 733d9edc14423691b0a9694c41f2c0676497caa03527a9ccc0cd0343fa2aeea3
games-emulation/qmc2/files/qmc2-fullscreen-native-res.patch
Show inline comments
 
new file 100644
 
--- data/opt/SDLMAME/template.xml	2008-11-02 12:29:45.000000000 +0100
 
+++ data/opt/SDLMAME/template.xml	2008-11-06 09:35:19.000000000 +0100
 
@@ -227,6 +227,12 @@
 
       <description lang="pl" text="Pokaż wydajność obrazu SDL"/>
 
       <description lang="fr" text="Affiche les performances video de SDL"/>
 
     </option>
 
+    <option name="nativeres" type="bool" default="false">
 
+      <description lang="us" text="UNOFFICIAL: enable native game resolutions in fullscreen mode (-video soft only)"/>
 
+      <description lang="de" text="INOFFIZIELL: Native Spiel-Auflösungen im Vollbildmodus verwenden (nur mit -video soft)"/>
 
+      <description lang="pl" text="NIEOFICJALNE: włącz natywne rozdzielczości gier w trybie pełnoekranowym (tylko z -video soft)"/>
 
+      <description lang="fr" text="NON OFFICIEL: active la résolution native du jeu en plein écran (-video soft uniquement)"/>
 
+    </option>
 
   </section>
 
   <section name="rotation">
 
     <description lang="us" text="Rotation"/>
 
--- data/opt/SDLMESS/template.xml	2008-10-31 23:07:37.000000000 +0100
 
+++ data/opt/SDLMESS/template.xml	2008-11-08 00:18:27.000000000 +0100
 
@@ -232,6 +232,12 @@
 
       <description lang="pl" text="Pokaż wydajność obrazu SDL"/>
 
       <description lang="fr" text="Affiche les performances video de SDL"/>
 
     </option>
 
+    <option name="nativeres" type="bool" default="false">
 
+      <description lang="us" text="UNOFFICIAL: enable native game resolutions in fullscreen mode (-video soft only)"/>
 
+      <description lang="de" text="INOFFIZIELL: Native Spiel-Auflösungen im Vollbildmodus verwenden (nur mit -video soft)"/>
 
+      <description lang="pl" text="NIEOFICJALNE: włącz natywne rozdzielczości gier w trybie pełnoekranowym (tylko z -video soft)"/>
 
+      <description lang="fr" text="NON OFFICIEL: active la résolution native du jeu en plein écran (-video soft uniquement)"/>
 
+    </option>
 
   </section>
 
   <section name="rotation">
 
     <description lang="us" text="Rotation"/>
games-emulation/qmc2/files/qmc2-new-makefile.patch
Show inline comments
 
new file 100644
 
--- qmc2/Makefile.orig	2009-01-30 18:22:40.000000000 +0000
 
+++ qmc2/Makefile	2009-01-30 18:27:21.000000000 +0000
 
@@ -272,7 +272,7 @@ endif
 
 
 
 install: bin
 
 	@echo "Installing QMC2 v$(VERSION)"
 
-	@$(MKDIR) $(DESTDIR)/$(PREFIX)/bin $(DESTDIR)/$(PREFIX)/share/$(PROJECT) $(DESTDIR)/$(SYSCONFDIR)/$(PROJECT)
 
+	@$(MKDIR) $(DESTDIR)/$(PREFIX)/bin $(DESTDIR)/$(DATADIR)/$(PROJECT) $(DESTDIR)/$(SYSCONFDIR)/$(PROJECT)
 
 	@$(RM) -f $(DESTDIR)/$(PREFIX)/bin/$(PROJECT)
 
 	@$(RSYNC) --exclude '*svn*' ./$(TARGET_NAME) $(DESTDIR)/$(PREFIX)/bin
 
 	@(cd $(DESTDIR)/$(PREFIX)/bin/ && $(LN) -s $(TARGET_NAME) $(PROJECT))
 
@@ -285,10 +285,10 @@ install: bin
 
 	@if [ -f $(GLOBAL_QMC2_INI) ] ; then \
 
 	  echo "Preserving system-wide configuration in $(GLOBAL_QMC2_INI)" ; \
 
 	  echo "Installing new system-wide configuration as $(GLOBAL_QMC2_INI).new" ; \
 
-	  $(SED) -e "s_DATADIR_$(DATADIR)_g" < ./inst/$(PROJECT).ini.template > $(GLOBAL_QMC2_INI).new ; \
 
+	  $(SED) -e "s:DATADIR:$(DATADIR):g" < ./inst/$(PROJECT).ini.template > $(GLOBAL_QMC2_INI).new ; \
 
 	else \
 
 	  echo "Installing system-wide configuration as $(GLOBAL_QMC2_INI)" ; \
 
-	  $(SED) -e "s_DATADIR_$(DATADIR)_g" < ./inst/$(PROJECT).ini.template > $(GLOBAL_QMC2_INI) ; \
 
+	  $(SED) -e "s:DATADIR:$(DATADIR):g" < ./inst/$(PROJECT).ini.template > $(GLOBAL_QMC2_INI) ; \
 
 	fi
 
 	@echo "Installation complete"
 
 
games-emulation/qmc2/qmc2-0.2_beta16.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2008 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
inherit eutils qt4 games
 

	
 
MY_PV=${PV/_beta/.b}
 

	
 
DESCRIPTION="An MAME frontend for SDLMAME"
 
HOMEPAGE="http://www.mameworld.net/mamecat/"
 
SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.bz2"
 

	
 
EAPI="1"
 

	
 
LICENSE="GPL-2"
 
SLOT="0"
 
KEYWORDS="~x86 ~amd64"
 
IUSE="debug joystick opengl phonon"
 

	
 
DEPEND="x11-libs/qt-gui:4
 
	phonon? ( x11-libs/qt-phonon:4 )
 
	joystick? ( media-libs/libsdl )
 
	opengl? ( virtual/opengl )"
 

	
 
RDEPEND="${DEPEND}
 
	games-emulation/sdlmame"
 

	
 
S="${WORKDIR}/${PN}"
 

	
 
QT4_BUILT_WITH_USE_CHECK="accessibility"
 

	
 
src_unpack() {
 
	unpack ${A}
 
	cd ${S}
 

	
 
	epatch "${FILESDIR}/${PN}-fullscreen-native-res.patch"
 
}
 

	
 
src_compile() {
 
	## This is not as it appears, ARCH means something different to qmc2's Makefile
 
	## then it means to the portage/portage-compatible package manager
 
	sed -ie 's%ifndef ARCH%ifdef ARCH%' Makefile
 

	
 
	# Should really use GAMES_DATADIR, but then it bombs out
 
	FLAGS="QTDIR=/usr DESTDIR=${D} PREFIX=${GAMES_PREFIX} DATADIR=${GAMES_DATADIR} CTIME=0"
 

	
 
	use debug || FLAGS="${FLAGS} DEBUG=0"
 
	use joystick && FLAGS="${FLAGS} JOYSTICK=1"
 
	use opengl && FLAGS="${FLAGS} OPENGL=1"
 
	use phonon || FLAGS="${FLAGS} PHONON=0"
 
	emake ${FLAGS} || die "make failed"
 
}
 

	
 
src_install() {
 
	emake ${FLAGS} install || die "make install failed"
 

	
 
	## Not a big fan of doing this, but it's necessary due to build system
 
	sed -ie "s%${D}%/%g" "${D}etc/${PN}/${PN}.ini" 
 
	rm "${D}etc/${PN}/${PN}.inie"
 
	make_desktop_entry ${PN}
 
	
 
	prepgamesdirs
 
}

Changeset was too big and was cut off... Show full diff anyway

0 comments (0 inline, 0 general)