usbredir-0.7.1-1.29 >  A [Dp9| %mD=H衄"5Ǭm" @60|/('o"b3(PŠ{!AB=n*,W̭x^L=;]  q4694b|zu/y&c(6`:[lX#`sAfCQOLx舁de6 ₪cm3ݾW6䀬Ls4@5784ac7d08244a9dfe6d9907d0b6f597fba07eac8f083d69659de26de818441f81338533927cfd82c5ada0ff012615597eedef30al[Dp9|r)u _`G07ϼWY*L1s8O[!EN~xz:6 @KN MfJҰ4pMbVo+Îkq%Krgb؞ԢN~{fO {ȃq1QJ? ?IGFGT WMHFöZWpOBGنp>"4?"$d   =48DHa    $ <  , T f (8 9 : FGHI(X0Y8\P]h^bcd e f l u $v <w!|x!y!z!!!!" Cusbredir0.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-2uSUSE Linux Enterprise 15SUSE LLC GPL-2.0+ and LGPL-2.1+https://www.suse.com/System/Librarieshttp://spice-space.org/page/UsbRedirlinuxaarch64 F^oA큤[5[6UP}V38UP}[4cd18c71c7c8c8f7cbbc7b29086e84a0660cca496eb0f5c93ac09596e3bcef12f8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643ac5737f0f82565fefb45bab58c1a7c0890ac8bf14dff1f4e62a67c013e420c7cd2a0628b47da96b2561cc2c0e8429513848e74ff291fcc429410b79c3fdd1b5e61090c7d815f218a9d2c35db246e6b07ba6da32bbc988c7499a2cd6c887eca66rootrootrootrootrootrootrootrootrootrootrootrootusbredir-0.7.1-1.29.src.rpmusbredirusbredir(aarch-64)@@@@@@    ld-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)libusbredirhost.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.1ibs-arm-2 15273070630.7.1-1.290.7.1-1.29usbredirserverusbredirCOPYINGChangeLogREADMEusbredirserver.1.gz/usr/sbin//usr/share/doc/packages//usr/share/doc/packages/usbredir//usr/share/man/man1/-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, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=713fc8463652dff9b52fea7ced9a99f2bda6367b, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRDV@Ta;*utf-850ab1db65a6be99dec46a627b5f43f5fb7018adb1f1ff4892aa2791e1745fca2? 7zXZ !t/y:] crv9ui^dܾZCFAm~~_odNr֭L&VM}ʾS@A>[#wA BywQ ({$Gsw>'f`DIɅZ $N/f31iB>SOFU|c \\Nb_)1)'KfK)Kޡ,xHE.ןSK L] V h3N14vdp_bhY7W[]w폡uP <zm_7k}$p#YAhW nӘ}([đO2X hC"Iл:#\;[<#u`}ysD=) OC`| H-WiyqL!'z;Ϙ<@F7Bg!fʓ<I%B¨Zۃ!?tRp&l"k} mHɿ[߹e/wJZa5@G7ಙz8ApyKɳDܰTBiǭGZؙ_lm2n>}u[dd#nT: r||%Zm~>]w =e/Aup U+k|緤p<\JxvE=KN\^#1_&6z{#Wv!t?3 $H|"[ӭ\I 2 hi[~** cJxQPÑN?o Q!1]9>Ȋ1/cr Q-rX\l%%)Ęs6)u.Wib< {r\(wRq*E=1)!K̑׆' |,b$p~PKQ|Eg9ϔykNv'I2hɤoiiޱhv }F^xm9E!̧(J&bdLF33|ߠ#Oת콹 c@cX NA`Nuat6mG6I6†ɿ&ɶEə/Z_"ȃqt8O[R{f1 kMhj_.FѽpDzT_!BSEz[R9M!?աYV%=  *iP=ѱ! A1K7#Wj v'm*"ȜU*Zs'17$WI=ߌ8OuDw&FvqyWNzVLКf? !2-gQÑ7DD _2Є#j ԇIiS}^t m1amn=+vhR;UD+UK砲x,NUZek 9H鐗Uich9HZf jd!i2*V66)IT1v2pu`Z$, SFÀĮc(Ddz+tF܈,DLնG)=,~ճ1-,z1Nn4V cޞE@q}34.URnBQZL[jhȺǙ'o}^$-j`$6!FW\6)nfvJGXP@)n[M|8$ԛ7:?W2פ.+?r85(|+kM-]{b'3 ЦzH DR3Fьl~n5M83mϖ ם5*󒺘9%[ [TE@J)ŔqO!\\ Lu|qCԻZX#':X5嵼E|hD[\&3-cHTΥ1:U9LrZ6R M.txCrw`b@}kyҁ$p?),ʾ)(vH ]Bሱ';*%e)ٻfXxT[`# 4:p[{ qPZIqA$\[-{*fnNX:eNx/MBC $-Zq!qVi)dn",-"KHQ:N#Ɉw$F =ޜvn?/1q 2ˣ/W?^״ {ˌ"%XDt |Y#XPEn*rT{ P )mSs4&%tu<Ul(+*ammE-b&O2{v*/>r|ػl͡ğ/uO>53*x\ 8%dl}Mu7u<7 V %X3Ĝ]+m#т^>uO!g1S Dx@ŧRLМEx:3:ݏܓTCY?c*CՅ|L= =PL6i b2B9e|G8f)˸Ɂx"BYq ІlQ1LL@K a&$$en6tpUCT (룉T`la"E%lD zP0K6~#pg[c$˴_\!N #NԝGTAyCkX8tHnx;z[Q98n*RFdc? 1ݕ) :Dlem1c-B|_xήɋ= yb\sovx)@F55޿sDzK$2Hd(̆|80P.?ʕnJ?e D7>oGY\RUevdk>(E8Yb>ZMظ-w1ln[F|--/W f:L_LW^Qm]T($(.8犝Q[Ǩ\NCoB6, t|uo{r#8*޵#wڻ<ד3,NץG9GIf*b7,>F^x@> HSxαD;0E&MH^g:#G֌6C^x"rLqEB IqF̨Ke~I˒yNw_ɚ#=bsاڅbV5)ZlfM7H9.`-_9kRhrR `GD/2 +NK ;KS%j:kHj4>;PTG>fCF R:%tFZ$p3˷ 7mJzRě]?(H=6iB0T$J.Z`&BYVӟ N6gqB 'N}'$P|]tb>FΤʡ`R 1>Q$xDgWKw%g!@f-?6)]d6՚ॣtiV̨& AP#/t">(tt"r2%7nr:. S *)Vs]\BKۺ?X.~sTY\9o<). <@t{wh;q]- J4~}#BX?Swzío#7qߍa@#`> ^ȃ4(0-iO NJ* ɛ)SLd2BB'wA_/mI{yHB'-[ Sˊ$MR ux2䐛iJ ohT׾59hD)8QQ+w+,s2hɐv3v}`o4G9D%$#Z1Drr%8;i_^ByTI[ϢHOlub2 &>y:G/^ռ%QU!P,d`x-T.ƋeM׃ZrH;GW ,8 @J̭?۵R-18(y;rB/",b<,,8XTR{0zÎr2귆"LjmJl$-]|ʢͽ.J,"5%7,#˸4)l^\q# {cs#<h cz"sɠu2Nꂪ &qa]zYo7b$s+4dܝkXx.zn/Π7T0\ u8R[͌4=^l-C C]GLح`ھAVhYqQYŔЖ N!KW'5)x3ɝSǪLdGV{!PL|W#[w6s$.2cǴ;<2]~6LMYbP4U8%X^՞ K ŎM2tSV$ן N%,e`;"sGʶ'[*ع[NJ9I%PwRG&N MkD}xz ` =ر-}w/i58k*#>brծ.NV#LS cGk5cb/fc !a( (׹̮R<) '{.'RX;!E&Ù<8^|B  ]O(A)X AFj M7A9H DXU\g)s:=qxJG8G:kO4'gy[ڝ99ݍ9=G|퓰5DXMA! +@T ,ty8bV9$D_1ٸ'p e9&:Q9o 94vY0eV=L/! qrx7~3N,x:Jt_fg?*x wհ0#B”i͙MxˣPv/あNEF[ᔟ« 1SXAhxl Q]PV`bpKpΑ7ԝg@ڿ08wA^p+82a C\Syrwy3g1`הF#wkK M(*aS hC4xXccM&_|35 6nQy{l/Ā0KK[a(',/~HŢ*P5[w9&miH馑#8rƧa4$;+ގ[ +RTH1'z-TI .Ptob} :FR .[Y*ܐVX/F^ǭPz?+7BoCV}*&uj<<˥}Z+e On){έҟsb㚭Be[/#l tuit(6W3lk4qPDvm6jvQI7}ꁥ/;p墚?rf+G`+eNHAQ)Εؿ1ΥF E͕RS 5TS^e(?tmԐn1?B*0P`J 8,NNF#Y3LxS)pGU;C [*5g]G+}(vr]V9s4^|Ȫ3%;E?֢# e'<<#s<( kn%[u؂E]#ct)AvήƉI%sYTB Z/!c`A|g.*6kޕ ~3JaW{9nhJq{y<;HT%5O7FZA Ĥ-[^9Y$lB'^C`jo'JdEO Tg/"wܵ(h3?<XK-ltE˕6&9K\Aض'!n)7up9O'DrѩR:HPy)Agr!SEµhxu>U]bqHa/Wámr5F3RΐjƶFRG84 %[ fNֳd>R"P[IńLDeӒŅY66lٚ='Va딃S#Q ':axuџf| [^KG§3pWSX}׌[`浊}ҵIUS.qmߡ03AXg+DwW~NNt6kDK0B0("XYQB{{4xMK{.2 \2trDA5]hr ;5QޖNvDCDKD 0JE{/1@7URQܙMg+dQDM s%hHB_Q.F[{Xe5g;D_wcs--L{me.6(;˥GBhH]ۀl%[bMP>rN ]{d6q./A'lWj.Lݧ<\ I|~s :R+5cSL ÂYi>%o $wX]5À[=+D3u2xpɼM@ xPa廫"xtx4^䬵Ҋ;;UQ}3Z$E/)K :mWN; nyƅPbO߬*ǻջS$a/"ALU r1:jԹ"X1:6'EU +6DtyW~[3Ј"!Ri'>rh>\| ׄ c+'y6pBQK҃ NQ١ )0/T.(Cۛ(FӶQ2[U~A|shuO[-G=!B;G9î+$e..aFoB U_*ziL=LٳL~[亶JAU*UZ1W. zަ>JܕeЄA烝ϊ@T,QY@h!=VU:PXS"B2z6Rhb/ T4۷6!KˤUy_Z J ӊpaW ܂#R+W9Yf@?}_OIz ӇX^=WDy c,p`@)n$c6r 5󀦝UIjo0P'zW:otXѡgtw p(3BZ)QDC3ϵ勊2 %T.b+[>H|Pa+q]Eq*_3 2.uć kA9IwPJ|+j AZ+xA=6F Y ?0@Y|9JG{TgmueoT|ŗ%kpԵM-NN)79$f0=܍II]ij\0l.uGS Mh2i"N.!`.D C'If'4L,6L%vt}3Ŗl/JGp*)DL5.E)yx )<Uzּ i{B<)s8pi!4?8&*%Gk2 R7ypxEFhz=xOh7) u{n{7le@r0 ,ȃ;<>Fp3>3)Sr1%-U_40H PV-ˍ2GT^Q'Ijr-}ADuxa?=E8h1r+GGT.ⶀp ^R3~\D *1"{h@^ldh ]~dZS(Pz2NmjYR>ZYpĮ-2= IK,FGF"̛}L_:f攴$l*fIrƗוCSa/-$_}t ufrD^7O~F٦*Vg-13/<Ϟޠ{xOnYXzֳ*AtV̳֨Q>;2;8mh|abCTgkc.k\jPUE?ܕǘwf8ф¸|M![lͬ%XDk2>@pL0{ ]IJFq8U[Vx^bb* 8`'}J@ R ~E`Q. 1QG* S1e`s{qMI==x@- ʆEqɼyOMǡw%ehoMOܞƒ-o#5P7P N[s[ø B@C eP:U.kx\x +wp<ޥh%†^x ?] YIPyaz.Eq 70h.ןpG]krd1}V:~{H*0AG^ jԦsHz"VBґW$1i,?U2Jt}Fg*(ۣ=CRZh:4`BQ܆ӒDAH 2"F(u>nʼE RPсvM82,QB/2Hxuc؃L|*ކR.N^T1TR4EwĿMnc`ĺk@HF)mD]pT: w[0x iII|P;UP_vLЗb!r62p"#7?K!PS[PzBOo=2~B4,&,5j-7r#Qp+\䅪 Os2|̸N,'.vt z s$,fjEȎWU ;!1`HWAVBGs~x\+Ye"u'ѓ\dG4URKCAhUéV(^V&~qX"F+%@oH%+:P}3vw.|$`2ccNl @!ұ-?9mkOK)F #53RKt`a\{&/QͺNZvzxfxDz}: rEևe8`#|8GFAX1禎|Y!LmПckxd٩oJ! @d=903l/@!{:/m8a61;@RۉN\^9J Է+‡v4!#U yXDF Ĥ>zٯf,MEW3[q~Vw@:PzpS5rüï4m;b]s§o"0%Zn!cO+~z64esuPeFѷ-2+}Mќ*k#u ^RDzC|Q= .?*v_`$^OWnsW0d:#96dHv4\d:]v= ,Z|]Gl%x8gk_GvՂV9L7$ϼ.AW!S2̄|fBn#< |ϩIdvCƵDt¨5 .k0N] U(0DR*r`* &u4HE/ս2w6ã8vvne$$'TYm -*a,2kh \.$h+cŧ! ,p1Wtuv 3ݷ7؃eD >\,,7{p?踘o|ZW]l˘ފcvE |M,9z]d_-L nn6CFQ7 P|&/ȋU,n\|8ҵ 7M9o4K)]HZf3t\I^u#D.Go0-MPH?8^]K>**>2?Z@kL§ט)mP*\_ʤ'5^sVu_Al4>$fOf+9oFB߳1ۏL1 Lʺ-[\֜OR<"ӄs|2+ RE5Td١cZ=Y3]GZۗe!uJ v03Ch)Yĝᓬx y7_b&C"1sˉh6dL1ĒBQBEkTYЊ$;PKaJ{7?kkr% 3Ę X@]_"rmvpC.W/w rdC3dxXiQF 2Z'd kpr.O@K eiF3᲍OrOFH7c\_ w3Q,sENYnqȣ&GNDX`D@J2e0?6ot|Tpf[h$qd: AJsu̗%z[ s\ŸVT;66}Oe =?AM4hL5kr"W8OWfq#kh/EZlS$ػJSB'b{8^rDy`}_\/#h!kUCՙ('鳶򱒍AO8M'W|PyTyN pS_-f$,&}݄p5",a7a"W<#Õ؀ʎ楌ؚfWu]W!BPVP:Hr;v =A YZ