libusbredirparser1-0.7.1-1.29 >  A [Dp9|9FTY5 Jmlͷ9@vI@hU|d(C5,TX3NƎ[?6 $nUrke3¨*9$ҠeLͳ!g*!]* H"Tv޼pBVgރas|1`IaL)GŜ`UEpF Z.8.}C--m^hSe2d1f2a1247db9988d987567479c078f9f4f1637261736bc9951b58d28a92ed1e03472f57259075ee96f125e1c354887ea6d521cOh[Dp9|:SbSps}U#>,bŴ%fɒ4磌$-e;4_fA|{:O=B ' ]ڗᨌ"-sgNV4QʷNw,_VcNsO}{q΍ ,r`QNJlL ,64zb#1pC?d  G<@LPi      V t| @ 9 ([8d 9 :q >@BFGHI XY Z@[D\L]T^bc;defluvwLxTy\zpClibusbredirparser10.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-2hSUSE Linux Enterprise 15SUSE LLC GPL-2.0+ and LGPL-2.1+https://www.suse.com/System/Librarieshttp://spice-space.org/page/UsbRedirlinuxaarch64h[3[5cc625d652c43bc2e822433cc1934a24908ff461ce5ef06c20aba8f28279ce707libusbredirparser.so.1.0.0rootrootrootrootusbredir-0.7.1-1.29.src.rpmlibusbredirparser.so.1()(64bit)libusbredirparser0libusbredirparser1libusbredirparser1(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)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/ldconfiglibusbredirparser0ibs-arm-2 15273070630.7.10.7.1-1.290.7.1-1.290.7.1libusbredirparser.so.1libusbredirparser.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]=21adbeaec1d75b89597dcb833d2f664c2ba54448, strippedPRRRRDV@Ta;*utf-8c2117c247a6489ae5d2ee3bb7880077041eb026acc15191f8b057c6566755b45?7zXZ !t/ +*] cr$x#vJHYLP&9m.&| 7fJ'TƉ40"JlD@m=m@/MV1z02Y7 QL4) CKϓ+4Ԩur[BMN-Zp(؏[H[7T6LLqvwхV~1w8[?k#q tVi3ʳ f(Pd$o}f4rfFǂ~yݐ@6E IDixf%aKf+z,vª/^Ms4Pk**LFNwNPD6GYgX[f6ρǸAxtmKӋW\DHmH.0*aWm@9fUևN~=(333p!#Cd4 hXe|53@~6<ڣt+Mj7(xw顋=mLȠfMuW]2e| NVUc2QSJ_M5ړ~#*+<o >j1Bux A2Y:荰/M-< Yaߏc @2P1/dΜVXa"oOa|T[`XcN3xjul~ے+bFKs1p wݒԱ{{}϶"d"6_pj%}1q OP:6ӽއ1EXS%+`p/n1B`4.`ǖ7C4w  6͸B>w16lFoi^C(*85dWg6B.8zM+?4<0m8a`Xޞj WtiRB ;fhӿ :6C >d0їwMIL?ۑH>B~޴fn 5-sdOS۱B׬\(94&q/߬A''c/@^B _nl QX SS 1/-y36 r_#A,J1 `SF#!s}EZм' d>]HxWR ᢻb>䌡ƢҚ'>C|fW[ǁ6K/ZRʭkdb3t sX4j h0)PSKC.G_VǚSc}v{A ?KZgA$eFsj%y;LCA/Hɫɩ7qC$#_ܠG*m'?lq^!݀ՋԮ"Qõ8SPJiܜsIAUXS^THTb5LFY7Qjkg@"0SJKoK& L#ckmֹDzZX!,bV[ބM~HlGAj9lx{=z43`0v2xRHz(t*t[}y}]?N\k4F&:@:GsU.. MW- ~RRamW)sJȣ4,XxHfo.vdHب鰞@Qnp Tぎ_,4/c=ؔD^i*?sܥHEltp E9@'&ܙ \,_ pQ52ji#ZciXWKvlۖ*\SZbǧ^ptczoo, 6r:pq&Lrmےj)^OutӦA4ѫDZjWnueG7q=<ʤnjAv 7-y[+OU6ʵ장@<FbwPË؁gaUηB<vF(|%#6ZSW($)(6 S?wnk#zdYr>Yt2#Z E듣+`oz`܇RPߗM2sO5>  {Gū.>0/D0_ޘB}HJWl!–.g6m3pgxYJ+-4qVZOyUT*FNͅP/ُ; -xgч7-E^>$R]Ga! =n!# Q5>Y0J#A e~'6oDtMߛ^Fadx{W7,<F'g//`%Z^ X4ہB7"GG=VYA$zV\f7$_Eߧ3bVFZ@3bi֡$mz_-s%lUAeqR_YDvlyyƋꄣ'Y}Ϛa`H]7SZY{z6 O^f9~MhX\}Sk vԭqxl)٘ am4[$`r\ t8d-.tֹWIi%*B/,yk hCFKD9ѳɜ xĦ7G[_:I08RoHhVZ>HF+g޼H8:UƜ*/{N e=4=3*vpvN[&ټ .=c-9s8= &xmÂ`}G}h $ܦBmak.^؇(1JNwr'd:uOxt n1g(1p %DiT Ed4Pā붷CL2OU-dU =_AaSƤfW1QѮIl}SnqhKdAuZ۲ҥ9Ȯik{bDr{UCaݎ("`3?֒5/@MfVJ/6Q?*Wӿ5E}d~ߒH  ,͑2R,M >uZ`fG<:voۤokӰO j΅=ēV.b.M/[w dqtj,{F2fdm0bOn)qm?IȫiGE xR/rYs]6[E|¶kBM0)Ufv %AAW>i%UqjϬ-l!g+ߵ${=TG=%,̸TQpMY]s<h}ku1yA/GdXrT}(ׇ&^BxWs^i1[n7f(Yg iv|TqQj>o6mA "p1T\Ԙ 1S)=[F<-7@'5n! w }],4Fʉ(Q+EArm-n?uf]j!->b6cDES!GII+aRs(vi6TC̣9Zu2ߟS ] >`7ȘkJ"l$9۔xa螂m^p|r+ʚ~(IM*ShQ Rg6 #;;r y&l'[Npz5̈́wz:y=$Mo]2P8:?K%ny~5SŽ=S͸Z{S{CSʅC! #uwө8Gȭ9(ygA{E~58(@+F[e w@d.#UO ]/Pm&\{/Oxf]xO[* p>o ֕|BvcF`;nC{\hayfkYc(<Z(+XsVV112x]rHM5ReōR):0W@&+ g$)0U֖3F/_?题At[j  y默} *rus7ՠ!TP[u%j%7{0Lj83'0ɄIL[f һrn# rnώ{;)1B5,Kr{qP1<|YJJ[2faT97=5_&aC7^ݣ$3HvAdSN2y]z2v`$`8`DH9% VrJpf0Y[Sægi 6PoF'̄OtYY ٣o(%ibp>CPZ *M1l'+O &0) {6IfAQ6+:I1[*e6&oZH T{nF'$^1[ìWu<2DیN5r<2{ކyzܗR%8#QdF |;'w~z[F@pXndvyе]JUUUe9M͏nˈ3鉏=/Pd ?olh[Aқђ9s1齐bd\@ 䧮'+6!IFV4$xZxt!r6`j2Z8gڠ̋|\P |e4 7\3SUî&dy9$fYf<1}:=&4|̸i)+*Bkn*L?Y<)޷|JF鑓Щslhw`ZK˛Ky:3qt{ TŭBk 8#?+R)$ gߊ&&2Ӓ1V[ |:?WQPmny}eO4kseTC+:NbU]x tFWyN"ܤs`[?eO2Ḡ&'`փ1߷f9&,_[6 R<ƚtEl;ah-e[wҶ:Z3!n BFhO.!o dv>,5$pķIk,Kx\\0aN*OIl&#T7O#ZE3>eN!5r{tE]7\Lj7iG>ܾBP9ge 4*nYn ,.V:m&5%QG!FGz#ǿWw5Et̻$*fZ7'Jpwߐ y3Z.o2wdBa/KqFŨ\ǁgyXk8_G޵9Sj 'bjɕr`GׯdP7{Hk&Z- p:?p@?  (U%$"@摱k<퇨m jz4rK*؝1 +[K5wCGT˞xX+:xR=w\wFcD6r ҹw\/Z/" W<%ѿmCaKR1).NAP` _qt 8J hZdkDAp=Qey廋aٸwǣi,&97>=b9`Ɣ(i UP [|PǥMOqoZLqIf3aF(-0EtP7.K6n~8*>̫Pn4c#HcY4囘ɔ?E -ayX_*?Zڿ])a;= –E8f%#bAŵۺ T9zz,2E{mG$M܆~-;bmD9:z=,M .W uNkBna0 EYʄK08m8hH̻>Ln2h$՜VH+`Es(.-c˻ Qε\Xueݽ'W LmvZ iE$f+fF؟*%ell1.9iv[1UkU?IoSk8;zymomV!f_o۾lPAz81A z暑rj_9#E>zGSW`~@$hg}&~|0kOt uxmI@-(ey|cy-@fA1~@g"qWk x{r ~WF;o`T=DHK[ %BBr+}pa@uCBA|zt}{zVcӌ鲈,9aQܿeQere 1㦲r{uu. 82uQx~0U6X1F˚ɜ)3+ޛ!oVmFsXn!tq`C^~0*Z.W҅Ucc&n2Oh3T&v% H ]1B &g⽄ۨsnMw tF>P8T$QRZ=s"qM~& \"/i]?ΏBHͻb9d[5FjA@JK@*[+EjVC'˫fxeP]3ψV7ácE@1pny#ݰn{+jCQz=+2]wFl8a)X}'hHh < ]X=PC]& ;n_tS_qf<("ZΜHn81puXXoidpD պS4@fijKX윍Ţvxv{ 7kl/[S3}y+X\ar6cWܷpu[:jmohFr8ꬠ:dyh럳 m ;JtQ9rGt@:&hI2NEpUd:1QSf4tM@Ixb/g&lmۖO~~9ѹ<ˤu\krL~b,( D͘YP[9 < ^Rs"Rث"(ۮ<9a1/m:weȮO\ɂ n)sL57,],:O2ϵ(&&WiIk>N,xփɂg^ku?`EW%.ڞ~}E'>MLۭi.z߇^U~ՂCZLa)3Dx_q|$O=M{m!Js񣯑G=LJ J"sɴrE';qvӲlnej f0Db UQiG]|MFcɦmf?( ~SGDf2G#8w Jw91>*OQ*~CxWj3 ̲ A.f57iiVNkwlr:hjT ȪF=e p;qٓ* ) V- YZ