libusbredirhost1-0.7.1-1.29 >  A [p9|:hXG`P2?k*S zxV{5qˡs6M'!JB("y[Ně5B蕶oiluXDZ5yU*1}Xe!pӰ!xX`>aOio bL#txު8dce29251ce6fbc4c7f28b1ecdaada9515f45e57da680be3e94e5ccb7831a1c830a1ce47b5860ee0237d3e2abdafbaa38617c7709Zt[p9|ў+\ #XW9y30. pen^jiV׻P8mg&~j:,Ws-uQ-HZYd\#iy3Xh'9wS}ߣߐI=X5'(4CNg.G[Vc'KoK~ԁu\0TK66\MfWҠ|$Bj$Ö8`9iC He/8tӳ`SymJN o*&̆|^`(/M_3P>p@?d  E<@HLe     R lt~ $ ) (L8T 9 :a >@FGHIXY\]^FbRcdQeVfYl[ulvtwxyz0@DJClibusbredirhost10.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.[s390lp4SUSE Linux Enterprise 15SUSE LLC GPL-2.0+ and LGPL-2.1+https://www.suse.com/System/Librarieshttp://spice-space.org/page/UsbRedirlinuxs390x[[00a3ebf00b4182cc475f7e613fb4ae84504c168ee2bf4f0ed4892a0ce705982alibusbredirhost.so.1.0.0rootrootrootrootusbredir-0.7.1-1.29.src.rpmlibusbredirhost.so.1()(64bit)libusbredirhost1libusbredirhost1(s390-64)@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(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/ldconfigs390lp4 15272969560.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-usbredircpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f21722ff1fd3379029fc04102bec170d3433d9e1, strippedPRRRRR ct/i\`sutf-8aed9966f2a7cc844b7f47786cd0394bb59388e256c77ff9317c8e4e3f172f258?7zXZ !t/O6k] cr$x#ԌɌehh@g 2$`zHqQ[`EkW;=YmD=$9lؼǽvcms鴖h=&*4$3,j,\{hBl9|Ώt9ƩTVtϻw)p0w.on.DP(j_/j M.>]Z-2V0@hk_Ok3md]敊um_Hud'k:\Dg֯_ src MqI MdWR[P겧l+cG f?W>+TיwsʳŽ5L*38g56)XFf&KPW.G uلK؆٩A401剓$YQ[ њuIݹ`)T_yOz$e3 **&:oP2L!X ot#:+c.],5=&~Mhx4 k]7}MV&`K~lP-l]r Zg,>,g)eMJCPVo>!Og*O-Ďd7Qvanfîub4 υz]=sS! z4S*5?6}vv$ `>I \WDÿ#BgAr5=7fY .`T>5QUu[]bs=*ڈn D`4+BmHɫdT_Oˑz`q]ܺ %mP- Ɍ6NlnWɉOWr> \f*ŕt⣪فf^:b$cϜ46pLf ΥOfRf<_"C{ (^?$׸l{W6 k!+]G.Za`,@v^ 2q t׻7@yדyqECtDaKn|w^:HRqUu;9@gwIۚ"ǒ>.\DB?(%?m '?Qxvs;L,3X( DlM3(9pG 2 M$,[OdWij+//_QuZThk]4N5/PLQ,*$ 3751` Uk+XBWMg`Du{|>uפIXFGC(A mZ<Ӛf4/XYTmS߉s3Âk7vUٖFns}ju#2ƊIz88~U}Q~&M (Q W1R/SdovKߙb ,APOv<[IsghmYckLeU|1H&=Vy߁1Y#h]mΫW CiYF$햐.>;<n6rIV8+.[4VZq::V`wJf}uU )9숌ŀɉ>D}v;~3?Uʔk)2:mI5~򥸨3i)?!2Bb%WMks!85J˪7aa2JDEw"هLĻf@BERTOY7ձUm"JFcXG 11?+ GM dG?:n*BCeUs&:f 1 [\}G%ԫXM=ׂ)xH\U8Ý"QMMI-9qI+huwol|gbQ qGƓ'g܆a'8]0/mw]Q7/P4B폦+9x`mK"d4.3e ]uV;Zkgj59[um<^ Bj-kX.X@A89n@04D^eP(NN 1` ]^W,}Dg+0粀sΞr4_#"Jz=ʦp/yt@W E|уm´e2ɼ;gDP8D{y#Ӭ ArF ID(P6Mi_[` ko0dY3 #K*!U!~F ,-WRqVRqDP$7GuVWs HP0Vohc8(xSǶxt)&8$ җtp Q=Ǣ]yp#veA+cN?H`(Uf/8Qm8;I ĸrT<68Q>Ț{%Jྂ8(LJnvM'@5M_c<`U4XX)㷇 K< kV-$BE qE@MD'NP)(59፵ffŒ׸Ϩ~plDCeTE})r6E$ʕqTv-2%&M^g:4qxBw ?+TK})c TFK1@!reA$}A?4:a!"ߍ[7j1k` gem<(57@ՙo S:#}hFຫrz;Rh"p-LTywW٩u"7w0բaZɈE^+Õ?K->r qd4%2ȻX# IYbWɥo+M>vx1\g?Hq^H@R&07<; PYzoF] :@߀JMeg rP>ҌGbR hl] 2  ;aﲤ|‹3H`b. i%K)Yz!515ǴfMX^:g4 :ٙu~ES)meN<SYﳻRH*oWdRyhv@GMW$DŽ$ K,^"78S*¬ڽ,M0 en |H zJbzOгrLH &uf}&ry!iAQK$Mµ+k-?>w0M^<)6g!<4P>i=|>2[K%'1- ۴ÊM2Pw遠v=#śpFȂBX;@D{*j{P1`I-f%~_Cb V¿kVR^k$vYNʜuae$ :{d~ŏ |-&,nq"ue \KPҰRѓ:L=_n.+ bm M.qc.{"=J\Ore?oDqe=zL7Pd&s 0c* PPDIfr>oĒTA7@,5QN}dNj{`#-P9<3wO3Aach'dUZ4e$_nBJNL`!0C[ܑw$W ST+@2.;>fƦ ;xTl`U0\2;79fgk2eR%A$3$-R?zBD!ky*ar\ :MƼ5Qf>dשǛ$w e6?tU3o؃d20v{ ?#.LcY gĘ`AO(ƆG* ޟ@^;ӖX8,}vl|%9Z-cɸ a(Z8ބM('5[,+VQDrFtI\bd~aB76pd%|o.; p >9c{kt^ mz>;].Y3 DZ+{sc=.rCmbZTRS/nLteD].9]E7@dY",<+"Lm]gH٢DW@!ūlwnuKr+ r+wFa 3)ɘr4[L#4JӈOƳoEvj{;9=fAPwG7C!ʆK$hpo'YόNV'p T͟ARSeD+nSodrumRvGc{~3[Ԗ(Rp[Nٶ .EA'Ȁ\y^ǖh8 }&9F|>b^VoǺ@yE%&pkY QNJ$э>yR9S(:'`hs#.!w/Oi@@fDR@(VK vP!cU|ٹHuhg['u%p0Hu]M^= fv UPaѭ*ٖ6`Ε{ƅ' ZͿ)Wo5-d8Ǣ>fĨ%S3'?r ݭahc%a ()C?k>}/L1aנ92\AV%*q/v vpFWv ZTw(_ PP[5*KӻnJǚpa^nt;C5ꘛtkWOq}K@:SӍNGГ l{#/e"wנG 5U2ig:?a46Fn WH \t!cu3Ҕ0u7@@s2K̑E]0@f9g^j^] GMxɬ{ fguu6T9}ً8CЍS {Ȍ>ZkVe-VbBHwZJ1ߞ/cɪ{G7/J(CXF!v3󴢍FxuDģ5$I~Ef͔b D[~:MidAkT9U7J;`j:6FaPfcE 62$C >Ϭr5嚤w>Ld(Oq㺵\a3 6"Zr&q3mA}Sd5m<<6ADhP6oGC>t 3kAX6tP! C[\G@H <] _Ϟt.>A[;H}zUT8oi4Xw.D)m Uy)\ߴͥ"g(_S̃;OڤFa)d+Ŷ*H_괡c-RH§+Dtß->gtp='WndžO sݭ(%55 ֎>Ź|' Be![ ߮eơ]18Tŭ2Bm$O?{uw9 x'*X[< 'Oժe)TiBL(RhѠ/1@3 ɘTҍ$rEܭ4rb^ʔ4|VExu79_oh656( S'cbOh]P.fFG!٢BJ$~*s*Gk q]QOT|ʿ}~_͊&\j mPȧ&mHsȰ7?Wue"BfmAKn/ 04YW{_nz#=L78d%A;Vi.m#seެG$R,0]P ֟ާabTJT#37TWvgcnFǪD#J"ahdν;.sL:IUw&֊6߃$6u+DdPOJ+4)5;0 3>wϛ"I$R~QF]8M!1$I4{!pTۃ_h󙃚ln+ p3"'c*yvnUΥ`j< UO0@tnppxJE.0o||W11j))ZIO@q>;tm2 -owEPvX,O `+~rv!1lvR0h Ί2y޳ I(7aJPz WZ(MtoTBV"fkO^T<fu)/ɗP+ 8@ܥ;9 N. P2zʞ;%$E7G/,.%¿KEF7#`]3m6Cu9$KZ9 $ԸF=[4#Uڛ x&#¨>M5+}="lna2؏9tZLMz *#cR9Ij[A sfa!Q>G!ɐ_*HQe~n^Ρf"" V`St_ռ Sf?ψj} Q,]J:[fg-n<}9h9ЦJkĵo?i>$]f -ϖOs n_c3crE&cCe-zXLGfp=T < N0kV#ĘS;Rie)_Wk4(̽QUPYJLDhhl sc`#d wc¸iÙߤ+–Ȝh'w+$Ya- c]ךn5A\p&+熲jͿT~:¶W$~&#T~xf`*Q]Z.<V5%g8k׶|[ ɍ6; /1`\̨y_M?'qsJG N@K%ސs+ ͤsl߮s^U2' ?󒑂MƔ[ǏmaH+ %`$xZ "bѝt0cmXMLN͖r`?,#l7xŲP/Kij^$ٗYrJ<6Lʚ6eCngR< Cn\yZ9j;ڊ|W^%{GSdhj30fmU bRo]cr.7s]^ ޣFBh*`Ysҁ?h\& C3Yl0ǍGq8[?ʖE+#h4؏MWrZG^LI+F}zD[N;bRH{iHQ 'BuF}9}PwFmR]bD~8'zƂ8VN*`We&sUP>]I(E vʽ0J.E^w~1^TJ2 }e˟["nt)R*pH,셅R)r|!"Q+HP%C,LF܆Zdk 9&6Õ Ť0}8Bn2 l*d_$-&uD]Twn5إ <ئH-,gfPj4GM?KPX\KzY۸mP;egAHVU3ީJwJYQhF:dxox$l_FL:f=: H˔_$;0T[mvzgL)(>2B(ex*E4<ڃ R_jb* Αnٵރeʆ9gaH'FqC=qQ$wxn%@}u԰noz[{ߵym53&%Q?R1jU tAoW9eAj爬kc|oyq~ɼ/hK'pV"uPȤR{+ٗs*aME(Lz364U}&<_O]9}0$ ƀG/+&xH@fFfut6ytdG mQ莑jUiAsU?[hoLØ9uؽ9~sћt2/:'`zQ擢lAͮ~l:\/3څ,M髚.ttY8qjB$ 52)vr\SyhW#]hYP'cvm6u\-݀7j2VU@O2DF:viyiT|IΠnSh#[j"sC:q(]S"@bjG`J3MmNPlRNTBKǭᡴE[~l"f[?|){e.r4 Cߣ^|zX1<J w=mPq ;zJFrՈd{:$uf`vm4NSکGf\>BQ"yꕴc`qE\sŤRfVȸ#G[}es xAro+ 3͗ 3d?TSKFgA^]K&9׃HBm.i]0AoF19336J.%^ľB)rMzXVw9?]>LL f_uHpg2}/dH͎'} _oJy#0"la^ Qx3`:8 A%"%%r<𙚩(Ʋ)jjEd3Dai0,X4g\w9B*7,1ƫ*xQwP6߇1ٸzZ4Uz2֣߯(ZiǍ{fm~nL2U(^ )(pޢ ĸأa]9Z;kE5Ǒ;7d?0lo =JJV2jdZ3KM [Gl!B b6ܴ`2J%ꄟҙϷDy\M-/I=,G;6m[jC'u\|.t[C+aPn"Ȣ}VW$'J`]9;N8wDlgz*fc5g-pbRH0"~m(Y}:;@l違MA"NS_AN9*CgvXܹ+0{G_>BzB7P|V d4ej$K|siq*84uY9x>:>'R푵܍ w '_a{1 p2Eh<<7\$=66s˲nI#ؐ)JHV!3,X͗o.}Қ+QAk]=gJV"~P=Z#r&U m%܎ TX)Mى_h G< J2.A֬n>K s(?:q5vMPEe5^f3''!m.QӶ YZ