libusbredirhost1-0.7.1-1.29 >  A [Dp9| ;%]8KD"F'V7YS gB/H7dNbj|OQv'_A2}fł,ĠW9Mי/hE*WGn3$Y.ܤ |L5ɝpt1[*_9V\C 2=_/$Bt\>Ax[ΐ RvN\EߟiʥRL,L^R Q~HT:#(m3"ERAcxɎm6bb0d43740fb228e19f54608b44cbc10eb86811b90e968aac58a4541edc4ba21588a75d9ebe048795450643ef936ef93f45aef8d_[Dp9|-P59PSFtf *H%26|$- `nJ*&s:$ɭ*Ҷ_t.ĞGEq^H ʎU7+h_I|?2;vVcfεe+}=U˒&.SC1}zxF(/f6 \?pݚɏ`ϰX0(}- u:FR{nM?$U}2jgtK3g5@rm4H1o p>p@?d  E<@LPi      V px , ^ (8 9 : >@FGHI X$Y0\H]P^~bc3defluvwDxLyTzpClibusbredirhost10.7.11.29A protocol for redirection USB trafficusbredir is a protocol for redirection USB traffic from a single USB device, to a different (virtual) machine then the one to which the USB device is attached. See usb-redirection-protocol.txt for the description / definition of this protocol.[7ibs-arm-2 SUSE Linux Enterprise 15SUSE LLC GPL-2.0+ and LGPL-2.1+https://www.suse.com/System/Librarieshttp://spice-space.org/page/UsbRedirlinuxaarch64 [4[599246ff4edba692272d41d138b2a97e3b7f112e9947b57c4e4c68d489413b259libusbredirhost.so.1.0.0rootrootrootrootusbredir-0.7.1-1.29.src.rpmlibusbredirhost.so.1()(64bit)libusbredirhost1libusbredirhost1(aarch-64)@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libusb-1.0.so.0()(64bit)libusbredirparser.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1V@T>aP@P@P@P@P@OOOYO'N1mkravec@suse.comzaitor@opensuse.orgzaitor@opensuse.orgp.drouand@gmail.comp.drouand@gmail.comp.drouand@gmail.comp.drouand@gmail.comjoop.boonen@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.org- Update to version 0.7.1 + usbredirfilter: - force check to device which had all interfaces skipped. This fix a bug which allow a KVM device to be redirect when it should not + usbredirparser: - allow missing capabilities from source host when loading a USB redirection stream during a qemu migration + usbredirhost: - new callback to drop isoc packets when application's pending writes buffer size is too big; The threshold calculation aims at 10fps as worst case to give at least 150ms of continuous data to application.- Update to version 0.7: + usbredirproto: - The usb_redir_ep_info_header has been extended with a max_streams field, this is only send / received if both sides have usb_redir_cap_bulk_streams. - Change bulk_stream packet definitions to allow allocating/ freeing streams on multiple endpoints in one go, technically this is a protocol change, but no-one has implemented usb_redir_cap_bulk_streams so far, so we can safely do this. - Add a USBREDIR_VERSION define so applications can test against which version they are building. + usbredirparser: Fix a bug causing parsing breakage when receiving a hello packet with 64 bit id capabiliy and another packet in succession so that they both got parsed in one usbredirparser_do_read call. + usbredirhost: - Use libusb_set_auto_detach_kernel_driver when available. - Add support for bulk streams, this only gets enabled with libusbx >= 1.0.19. - Stop iso / bulk streams on reset. - Make cancellation handeling more robust. - Reset device on release. + usbredirserver: Listen to both ipv4 and ipv6 addresses on ipv6 capable systems.- Update to version 0.6: + usbredirproto: - add support for bulk packets with 32 bits length - add support for buffered bulk input + usbredirparser: - add support for bulk packets with 32 bits length - add support for buffered bulk input + usbredirhost: - add support for bulk packets with 32 bits length - queue multiple transfers for interrupt receiving - add support for buffered bulk input - only apply mult to max-packet-size for isoc high speed endpoints - add a do-not-reset device blacklist, populate it with 1210:001c - Changes from version 0.5.3: + usbredirparser: - add support for bulk packets longer then 65535 bytes + usbredirhost: - add support for bulk packets longer then 65535 bytes- Rename libusbredirparser0 to libusbredirparser1: The lib version has changed- Update to version 0.5.2: + usbredirparser: - rename libusbredirparser.pc to libusbredirparser-0.5.pc This should really have been done with the 0.5 release as API compatibility with previous releases was broken there!- Update to version 0.5.1: + usbredirparser: - usbredirparser_has_data_to_write now returns the write queue depth, instead of only 0 or 1 + usbredirhost: - usbredirhost_has_data_to_write now returns the write queue depth, instead of only 0 or 1 - when the write queue gets too large, drop isochronous input packets- Update to version 0.5: - Windows support - Add support for 64 bit packet ids - usbredirparser: - Add state serialization support - API and ABI changed to use 64 bit ids, - usbredirhost: - Remove bulk packets time out, this fixes various devices not working - Ack packet cancels immediately - Now supports 64 bits packet ids - Use libusb_error_name instead of logging raw error codes - usbredirfilter_check return -ENOENT rather then -EPERM if no rules match a device, this way the caller can differentiate between a deny caused by a matching rule, and one caused by there being no matching rules.- Update to version 0.4.3: + usbredirhost: - Don't crash on devices in unconfigured state - Restore original device configuration when releasing the device - Significantly speed up reset handling + usbredirserver: - Add a manpage- Update to version 0.4.2: + Add usb_redir_babble status code + usbredirparser: - extend the usb_redir_ep_info packet header with a max_packet_size field + usbredirhost: - Ensure we always re-attach kernel drivers on cleanup - Make set_config handling more robust - A set_config or a reset can cause us to loose access to the device - Changes from version 0.4.1: + Brown paper bag release, fix a return without value in a non void function - Changes from version 0.4: + Add usb_redir_filter_reject and usb_redir_filter_filter packets and an usb_redir_cap_filter capability flag + Add an usb_redir_device_disconnect_ack packet and an usb_redir_cap_device_disconnect_ack capability flag + usbredirparser: - Add an usbredirparser_have_peer_caps function + usbredirhost: - Allow re-using a host instance with multiple devices - Quite a few bugfixes- Update to version 0.3.3: + usbredirparser: - add usbredirfilter code, to help apps exclude certain devices from redirection. + usbredirhost: - add a usbredirhost_check_device_filter helper function. - Changes from version 0.3.2: + Switched to automake/autoconf/libtool based make system + usbredirparser: - limited multi-thread safeness, see README.multi-thread - extend the device_connect packet header with a device_version field - Add a hello_func callback which gets called after receiving the hello packet from the other side. This can be used to determine when the caps from the other side have been received and it thus is safe to call usbredirparser_send_device_connect. + usbredirhost: - limited multi-thread safeness, see README.multi-thread - properly handle clear stalls send from the usbguest - try to keep our iso buffer size near the target size - implement usb_redir_cap_connect_device_version - Call configure instead of exporting LDFLAGS and CPPFLAGS; this is now possible as upstream switched to auto*.- Initial package, version 0.3.1/sbin/ldconfig/sbin/ldconfigibs-arm-2 15273070630.7.1-1.290.7.1-1.29libusbredirhost.so.1libusbredirhost.so.1.0.0/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15:GA/standard/6bfec528a98aa53039bb0b3d2b2fca26-usbredircpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=198943ad4610b178e1778c3a712d7c7d975b028d, strippedPRRRRRRDV@Ta;*utf-85e79bc509876ae770a823c3711a34fc31c94eb3fd1080100ff31827ff2aff172?7zXZ !t/ o:] cr$x# ʹ);W6-4lӸ5~UD>7#=å}Wџ\ p\[:g)v#i&!kKz]TVX%TBkd?^%n}fXO;#j[lP)NU,3µF~+n_ژ o7oCq)}߄˧pb9qᖺGhT&DjtiUKbx#P-ś!3 XjxY!v? U/X0i!;sJRڀ8f)_p\Nka/Qh1dZ9c8ᲯD4OMSo61Thw#fz`ZcH5ϒ B2b((mu `Rc/-/j[ARn:ID==Qof 1vA=Iɨp"4*aMT |ʼn9NX"\/qRM%pqvkUdYMPsB5 ;Z}_e!.Jqo`G?kv<6uR[ 9z\T +!P::5,j{l>v*&ORL]ESR1εXan=:Ў+.u aCRKb68BV#%3#`()AVRm #+Hv{LIR=f 郟5 0 ]s!92X ŀB^h_=f` eVvxVAme JciVMZz4[PpISo_MH6A׋Xӱ<Ɵ=QŸ #, HHL'Zr%T[}'?I8–BIվy:g Ƹׯ//OgZ#\S`ح8.eecAKc1%*Wf|b[rz]x84BɋJlPSۊUe?"˶bnkqܮ %Z ܋(eU`=䡖yD2/5@u*Cv&bY CP h}}&'zA4/v*jZ JϚ QqP4yfrOZ/sg N8.G>;5R`4-p6JjEhêK Zuͫl`J$cn1 @zQj<tFޔ.ܱFհLw|b:V{)j%]:T.wmZUjo xa(rr0 ToHx_`įɤnR)1[΢ 8ԋGuR^>m+p8@pePqBT.0[6+Gl=QXQ~##P`yԩ!#| X lG;?ت?T+-+|qƉ݆Qɺ!lKBٳ@2 'vԼP9UBqHrz)Y#ȝRXYK0vqV(@9amƦn3?LۛMM7օڤGuC/sNgZ\%hP|@bHU@} b h819<@+*iw! 3i.-Y]Ƭ*m+r}f\@Vd^V#}]2ш:;7+`#4Vn2Wp+MeRߌ}C^_*N`-ΗWc|MՖ|2Y>ʨ i7 DՕgm}Rj5=VPRh7^u$[gXxO ʞ76A&Gc }ƸS|$ XffI;Nഌi&(;l T),I`6mI;^ p7jRl=y87 _'~<_,M#NXp=};f'sy@:巼\JlB{%UtςEN$S!M[uudh{9nb9,12ȕwK!"(b"DɓVJ*HJłI (e\d6o SpR51du|tlKzU P|" ({]&eLq7 )@rZ[=Lʌ?Hԍq~\Q<")i&l@ׯEƈnb7PrXxv:P feT6~Cl"6saD{^\XX,`khSraq¼a ଏeL^J(ǞwQ jөh!4ҳ(Pܺϴ}V1&MbtCJ#UMuXH wFOK(׶ ϰ/_̬뫞"_?u;QK׎ ]r<'$ɛ_;szg}x&6?Y@-ܪ;@џ`gUg;/bNMEkg~d+7v.;6N))sQ$xc"h*1"g h-'f[R_gq&97ߙ3b@Bo<+~eV_g yAcE}*ca ߂EG _xlNIDR. ,+_%x_e*ě `Zwt`nƪAtD[n"Ω ûd/}r86Vi[M . +2dGӬd(]zPS:A*N0&TfW]mk4"h ;a~uuK^RaV2Fw^|ҝW8<' یM|$+rpx_mQFF%R2gVBCŵy/.F{W6#y͗s6sPl!JȚM4? %$՝p>;4wI|2 RdAtLSƩA'SꜗmJ\]ܢy6Oma=]k褨ً9U&=x6hNG$~dxWiCsmt'4zT-e0wuYCBᥙ! ^uk>ZiD<W#cP i3Wo¡p&>Uvnќ嵂vONĞ6ᙵNbiT&!-j-e TP >Oa٢Y]YvKu"*=.W̲#a4b ~b H1IkR7}B9Fڲ󁛍`:p-YdT7@i$ >J4tg|oDt#H6pjq39{5MzP/\@xRɀ6/]4%юב;oted0 } F_B+k =Fֳ7E_"2IiK=M~i$U 3`ʲC k"[eAetEϯ*3cl+WceuLUU| U)ٴ3(]{8cRglr\^ TŚ^[IB+-'Z0> ?*}b{0V +/@?)1kSdgs^':헅.ОVq{ Tb. Cxl5ȩ_B]pf>WzxExD3.yM2CnÊ]"|QE [_Ecy|O@I cd\|Va&?mW؂A?<\~j]a6-;#StGu81B ӕhn Q vIJ9H'tl)zm4=$,>)aI"&YiTFŬ@}gڄp Uy E-NIl|)w:Xbe]n!y^r>$OMa`v0cX=,9Vd'ycA_h_~5wݵVġgl](4|-] SGk6x]P:H:512U$rOQizUogLAŦJXJqfj-&Hyϫj3X5sCۂ02y}Wz:)h*O0w*R|z00<?ݛQllu e&-|R^UR&")O@fEntRz +^sN[<ΜմnLz<]{ s:xW'zQ1d/2@^r0ՅC(w[,@ MHtJP\,@8se}h7m0F`zQd(uFA8'z-8=hΩ':eT 8<+<[0:?W NłH!f9ҫ/WǷuTdžr=߰X|;B:a;l)z|gE؜S08F6i(ʅ.# 7wwFtD2[^+,֦ &pF:jtaP#GVk?\P"qt0ڞt92§)I⩂'bO'(o=lD^0_H,` ';Q9fy_FVTldHP-FDg?TEIos-H}"Cbb\\@o @D$,m#9W7 y).~mruzՏ-`8VY9J3*F^GflE?z\6KֹG>s2lYWs!P#bW$ `FQ0aü9wXf|vI\7cUkKUuyXpժLDHY1ez{*yh d)qeޭ+!"»\A&.[D RiҞv)"Zh ZGQz@6J]1=wׂ?hTLÃќκRՓ؞lyS5q*I_[5b9쿽?S[zѠVhDQwnVQƮmm -c ˜Bp1)C[Rt24_)eCLFAFJ>?ZBU_rJQ_xjaNB)yAT49 W<m Bj]HlF>z|J3(ȋIz7| OSƥdz`W^{puU{E UQvʼҢ h=S?a4k/Fb}'z^>PGe@m{GT4(18ҮpT~ȡn1Zd~2H湉KrSo> q5zb o^bGXW3t0+F:z/ i# t$wmnɆʛZ)}"FI1AHP!D##a`=s@{QwblA@CM;^ߝ~xq$wߠ ^|&ggLe/}yFKQx1:}͇퐁xj/Ti`#~^zrE$[Jbc\HvyΨmnFʾN&^dyطF(`tHQ-smJ |HHLN]qx!$'^e@G6UF\ b-,w4F׳@O#JYER= I '[F1tV2;r`#@);؀)dYOvukw2{[t7D"Q^usEsU⽑f,n#f%UaG]OxJ{ob4R#TvTC(DAMC┓$,-keOr|Sv\kՒhpz$e{ի-[wC[ǒئ a9_`4K#跆,bP:[ 7л3WףX+DQ[ͤ `n1pi@)X}#|axH-4MFўJs>=kfLr#N/uzQ7^^[l uH81HvXs^#a~7w 4EJ +GJ$5ձVB\HډRȸ2rDz%)r؊+0 XLdXO\%!d C-o7#>o4'k^cA:L>) VYqG4-d9g7+j~ں9hƣÂޅ1xנu{*tK*N 9vҺ~|~! $gB4]$*Em 1܉6rZ(JX^k}q]c!5eZf8ɍ87n*jClp ܫ?y(uQpC!nuJpj%90/o(^CVE?Ψ) AXG/rvh'l*G1g4Y9yCA6:עPWƌ\Pz&; ^30"y;%:EAFC0I )5M6d4NqB* 3ՓH&Ӧ(':o[W#Cd0CgC 8,1,6+v7N2?"DrpBfʨ˚:P0 kE)lA {FN58-u08j f-apvԝvp7 ,?cdlgof5իt #{7eNjIF]7iL(/sh3K\4R'ֿm4LG! cH'`YOfy `?T#nZzwPsq}E)/~;<Ԍq.+܁lΈLnc%EU 7TҠfCJq0$ZgxjǗKɃt8gs1_BqEl1R^ DXWoO+Zﳥ o( yVz "BO}\Cw@3o-<thO %gΓ9p/CJ<2=arLq=|P@2?"--eZ7/|b)4^H1:U ؈eҍ-! Y3iLatL4brD~'{V XXYjcU]oPo$"o gwQ߹]ڌwUDT'dnXάBImɈ6X~I BfVCDY)y]>O@) &yE饳ACJ|< aw|7ɏRE1PX/V[dh^7EOde/+z-uӟ4: Fdk*vX*0 8%ix m˕Fpmҥ:œ P)L_tk%'Z"_o~+n \>)u8XcLNs"6qyY.> \!{{I9mĎ}WA4>9CIɱJCq$KD=Oa38_NNB8pMoF[dym y[6^1XnX}4" KqQۑEf_yэk~WXV)0޹?˳d~JW%po?^إ3XgY`[( πz,ď2;$T^ f9LK@:;x4+tAxˬ2_(ax%'% tDe4ԡacDKst"@7+%Ha۸\ڳzf;9١S,=i5S}݅%cw6\򱂌^o8AۯKCX> ?c{k)W*n0iѲQH25RSÚrچL`()]LXC=3EfIa3 NDWw8boɝl׶(.:kqll{$T~ؠٗde3" ~ҭVH- '34/%iu7{Ff:ΦBOFiz.\R #ysɃ=Y7Y*=R'Ih*9 ѱ)9:R3![F#8EvNu!tN%'L{#"}mJѝH68;p|.[³|$r0<GO/ OTmV:2UU[VJҪxk\QxkMSZ̽#+ؖbp.9Y_c:&A^]ǙwLeP)͎ lF #IoèZS>q5-DqJ{'hqxJ# ^Xr ^YE^! #ak__yEp@D˙oWpn .|KW&\ + B _L瓸(g, CօssjG`]~1Y2aZ1yEo1ɫ4ѳN Zr\ Us#E%zxz Ȓ3ti(_ hሄZ "Sm[C42E P_Je1hP!7a&4޽)<=Lƿ(& -Lju&%ـ;*6T' c/&~8wbJZzimOl-oD/C$P0nQ$Zm.S!o6Ckm_H^V|l"vWxF:hÉ^S*ud-Z݀Pg&ҾZR1[tNdhÌZu{a럩ɛ;B/M 2a^*(Eg o'L$n|Kκ/fCfd;FASAݬxK1Nfju"i0X=9\TNhEi M{JM,Bޭ0d!dPkboof֑?R.X?,*tOaD!1O)ɭmA9M"W)r d;fhquq%NXѼL5+#V FDւFu "=,̡im"74-^zb+*L+`hϨ@;DUv54g1[TmO- ja[hZ fB̍a,YLub$%'&{@ 2 -@%J܀4sz̞݈b*rD͛CX>":@Ϩb\ (aN'{&S?)ʼn'1Ķ>QN1ZŘ-l\jaF<Vj`nrAŞ .m :΅ Ƅˤ\HୃrAYB['a3z Ҳձ+$*qĹ hYCpKG~&]2e)9˄Xt;(AJv (LrQ9Gz 1EVgk"ԔP}e 0n)U68OtLsz@ueBcܕZ5䖚x"A,m\j ׅlO;1F [&J`tkf3Z4e p%GQm~Mif3(: {o=/Y#[NAP;l,H}KIAsiw ׬] =hٜ\pq6<6O>w6a-~nHUPL[>^NZTe=5(ؗEWDMvF۴YSJ>gf_AM4ݵ6ۈNQlע>l$ ZUAw LK=K+W7int$Q1.D[S!I`bPHP>HNm,6u㸿|W@]DY #D'B%].^7qftiSv҂}podgԼq,ȧŖY%/'S Wg5ɴMԉdxw/XlmrIOh [ga$$b/٤^k7?mHưL8#Y(|k `Ks@g@ajNW|4+qu|{t bO*>*`4nY YsKaIg5l;]}p(ur ޥ s#U ݕ+o45mK̔[jMa ~R # >`<32=u=PL7 (Pc9*MP+w[X4tʏg: .[Xn{d3̆ns\qEFS~f j)̓3勞e܃{_POS}ESp4=(JBV<+5iq 3"!]m4y,BYk,b*>x=3Щ?81xۀOtGf6D|Zia4r#p6?XZM#rHIikv%w6 YZ