libusbredirparser1-0.7.1-1.29 >  A [W,p9|]0]gDnMڗb:*Py"VSCh泯d!ƛYcO5d~ t^7c_QoHMdpZ_bf݌' %nn@yXzH*BhvA~w2Walُ#رAwլjֆ@8n[T* q >)͍>jD]%9س^?5+3ʩ@cЙ܏2!vuYaVa.?MJ_>LRPjz|>pC?d  G<@HLe     R px @ I (l8t 9 : >@BFG HIX Y0ZP[T\\]d^bcKdefluvwXx`yhzClibusbredirparser10.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.[W#sheep27xSUSE Linux Enterprise 15SUSE LLC GPL-2.0+ and LGPL-2.1+https://www.suse.com/System/Librarieshttp://spice-space.org/page/UsbRedirlinuxx86_64x[W![W!169fb19464f8d63bc97265181c9a4394f4c9d7ff2445cc50f125f2abd2bf6784libusbredirparser.so.1.0.0rootrootrootrootusbredir-0.7.1-1.29.src.rpmlibusbredirparser.so.1()(64bit)libusbredirparser0libusbredirparser1libusbredirparser1(x86-64)@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(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/ldconfiglibusbredirparser0sheep27 15272732510.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-usbredircpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d533d6159666a88424951c4a13198f28b446cd1c, strippedPRRRRRHDwe۷Duutf-8dcca3d64b53513106e757d790b472eeb3f947d25b11ca098414b0ab05912fad5?7zXZ !t/z{*] cr$x#&Sǝ/{J'-)^jj <6A)t !lg݆NHwڸ8]C;4k,GXSS~+J.BZ>N(n\:f9H+L4WSp<ƓdHP159 .ifd[ VY 5kx8U*fNnϚQR1>'L2C%e27y8 -ךfe1D$hW-&p8rjfxoP]ʼn*)/E)-K !$Dǁƴ6̬x+Jhz<i̮UGԻ6 ^D _8KRΈb)C+P@[ǛUˈ mBgye-G~ǞU(헀]X |D8huxaPh".Y5y<;Ds_SŋYt* ~&EO_SenI6B+8$< |\QCfa=29='O%}5ϠFVޝ74gx"4OOxMUO:oyUAOٍ=9|!mܛ pXz yIm[W[ J Bɭ[ mŘc coQ&eq !Gq+H#x5WGVgYiIJmcҦ]) 'krq_%橖ps)Ht@dXuQɱכ-326T 1X(#ʴq~P,JOSw9{ԠD+>ukp{WgʔrUJ~s0$vv% bO?ѶX3)C m 9>_1Gr {Kt$v0õT|"u1峫GRQY:Mhe{ewӏKeoл*NԼ5%Cbx%d%Xa>el3W#c| 6Ir8ZB{]Z=tRXpLanلI(;Y ƤU+6:m"P-qU-tMArI2Va5.Gcg-OTUGv\T+,ۻ܁UX>Zj?!_(drGPB2g,xOJ%:6̊58sƘ+̴)'PΠ:`3V}JQ^bEoCɧ\Eˬm0 UjΘ+^2f51^KC0=Zmq l05Y/&%=C3X1*jN%qEA{b_UgxU=ϜM)3~(^#|OqX=`k_Vts3$kwP퀈ra|G>nUl(CeCHtw)92Dw M v:%*Ԁ u. c"ѢN8Jۖ7>wq4Ev+}K6@g>oZ°uMq@ugwlAĒy, eo?2oCAp41K춈x|e;3L,r# nBi" {4e;`8+cS,aI\K)e]ZKqx.TUv`J *fG GgzN׍fq*P_05 _)vMڰ;XX.4b$>[`kn_q0WiS[PA /V4zFgzGiEOs%;"(=dLny5c7j7C]sðӬ2۞]0Ǣ^H^] !w ITxgTzA"PM^R4}fѤ`G'0Xո&bD\%;dMm5HLGM+>SԷxs=ݜ{@& f5FVgGxо{sP,{e~&%Lꦽ^1fq$cݧ8jfD07)BTO=:ub?nz/r hu&g`xtI!"nׯs&)eښ|`n-UJyvIgBL0N @+z+nSJ6 0~꛿([lwH y1u2v' |;쥣9`'[>4lj)grBуب%Y<&DϦvkX VKx5tu 8K$AEJs?h1B Z)6۵~;}4PEG%?yNo |bx:\ϣ%]hP ٹۄ9Y3F\qy  HQZ90(ԃz֦]¶zSlM4dwh2c@Y{'HwG6{˨O}@ſ`_܇WTu6w,L)4F^1.vj6(v;G<ӒeJpPA>!T;1W& rDftyeOACwh^y$^4pߌL%)PHi65222BqZ]F d~Ik\ [O/NF !Tls0KTW[rex}EB`]縛q f\C%&ElNGTd,_xZ/Pe0uF4@:n~]ę;|4d` Ua;Df{QnL}[1gx7Q,6+n"+?K.~Ϧ$03*BջtqFj%ή; `xs4u$@}%.mF]L߼N~a_lMI"SdK^h%>Ofl! Eɡ~tԬ+Nqvư ߉)uYyhUux:K96Df=f 89TÆ粐rrf\:7XGYϪiΆwƜR1nE~E>c펵&781n޿M,U-}|bHt"l >mǑT.#jUu`vtI -ݮTxGRe=5UUSsRr=NfCra*1BXT-V/bM|`ukh+n4!_)4x8;\}t="BwGA874Xbd]Τn*gX>sY@奜L ?^6‡1 U: h4(O3jmpR@d@cRz+FEZ U$;@;V̹8{> 7O1vA+'[T_UcDEbXEYڥ1Skðu2":)1 "C3l%)>~$O[rKf* 1 mkCIJ9ȓAjki IeKt)j&p*kzy5{˫B^xm3co$\ oD9!OD`c-w(xgN {h>WKƏ w'6<3]ԬgXdI>}db2k:6A(Bp4lR3e 9UVvAc-i4} ]+G7JqRzsZxS6b/t s95̓b{h{ ~ٴ)U~O9{ )`h2bY# ^>#T͡{qve_ϛ >aO,%BnA߻NNPUK@lc]o:m%wSRT@^SI.&˩6`"zBATFA9wgjq}^^Q$Johs)Mr3s NɩވCb8 "bssK'&!,Y:Mm%M6at:z3i!HZR<=o,_Wv&OKBFΖE~j&{|ZOuY8 X:[{ܹT*C+^<ɱt)"oZw[9"W){Qs pcp@-jJE3 6@A[Sc&n4"kز<./Y:#1[?nx{Y@b| wQ)˸o]N8' 1OBPFK e*jٷQ a)<ɖ~ ӓ痺u(!ɦHſ}80_`ʿˎW E=>pOS >fC$1~)Ww=MY]K-֫]E4r-]2,<1 R:SCWХ&.RY OI{u;,VI֕I! ;6DUbW q`&N GKv={3X$(uD߾OUȊ!m#:0:c5{&|w_%GK(̇kM4]B^*ܓG4A o5}P)I;ӑ?aEAX. ySKhUevZWT Ү Hg&mM$p21?Q2aS]ZS"Gc bA-Vg Y+$ v4cZMK~ R'Fy_ rEsdey慁kZv<x|wahu~ecNpWx'!/3ABF(ٝU4 x @~wuEFE @14=8IPNT]脊vJ ,}h4eoC/`xmԍf^y5"[i=*,62qPq(eX{ZVSt'*crMWRzM6}u,؅]‘qR>qсi B/q "._! :(=>\wHaLiKmXF.Js"R~R^ycVehagҧWI#c Ȃ ek X92NaSu7i>h5Ty܎W2c{PwUn}pGulN$e7ߜ T]˰-[N鍫ҫ~D;9K]ﷂ]hd\BObTlVΨhDV@~4T9S's*mPjh3z3A7]37%na¹[׼蠗R0)}q^DC^:y gĚlPRPB(J5jV ݘkw/6\d {-}r(P<}d|CqImU2InՑ/\M3f%^Su!ọu!s$dUw2M[2}o ² S85Tm$R=t K'LJ'J4߮}SQA_YɹP#z^~Rs}O;QY |܊z_:2~FjGs…C(-%;Y^a§䅣Ej𛂊}"džߺg×xiEMs,J *D~J8w5=%=w1߆\4r]RGr03~x I#ŌMnsBK%_tAD:聵ڮ9[jvl, 3:E?9Ȗ!7`79KYv7AщǷ E^5^Bb礹V6:Q3Srۑ"PSLe6UDߓ]"4&Ӕ,?2ɦIy,3$ *C=1%DRH ]Q-wFMɓh~eoSU!kbm3sDᙌ~PsphDՏ$V K,O^ұ@y.2k {X'Wr@u3Cش'i->N$bn~!_u|+*qb]xAghVZ{"]26 c;Uedu6 Wm~ = zeH|Vr wLן%gHmQt_Q4EEr)678]un Wbm9˓t2?97a/ N\yx$h!eZcd56p8W%(d{9DplF|1tX72&JwDLbTJqZok .ՊmȜ%@G&5UςQKCesXc9oKhkh+i d;t.1l\vS4yNHݱ4֦jbv{_y=x|tJẊB5z<"A ;eEȌ"':ym;^q ?ܻglT5SX v\ 6yDoW Gl ;* SQ JkBx2yE9B!Hˁ(Nv9ȼ1ܧOT D}r_v kLmP5>WIegwT[oLtAųJ ̦ydڲc4PpQO߬gm`B}G^d43EYiwY/<&vT$> )!Yl寵ʍhgfb,'8ߘ2s_y=[B͍vMؚBN5n*htGH /*K}<4;%տtI .2e=˄@䐹 t\yAP!9D`g;҂_6MKv1;ac F+'RZQȍМoBFj4w~-3R+ xc; .}#+6Wq掊]ZC :FIfqK( vpPTQ }P_qA?@*8:-v},]RFG>Tu3܄58D/&3EN "NɊsshp˥9[@@GWG Вbxfr EQWV T~=7ѹ?uL:ao jcݺ1=*B.JZ%$h[4 Ta_%|'鰔9FJ*umδh%N˿4 .%c|qE0 dЋ7ڱj^ڌDkz(Gۮx":j4h/XN?az"^Q:&QJx`AZo? vbG71jn芷Rthl A"?8 t|E>ƿMbC \TSoonE֯ϙaB9 4q>du>y.Y-.g0 1Tq~&9ҸP3gԴ_ [w \~d<tql"\„j22>4s"1q3ض$z&~RTx&y9f12wj/9JÇ=-?~4(ܷ>"#忹3~TdXl[ Z3I6"tQۨ.Kd0?oVKW@T&UbDUG&r4dQ¥X&<&`%4_*z!Fȅ,+#3A@Ϫ2x1k'@JtG\ͩFpn2`} .S< ) ƖwU=KqUZ&  ~xrV:0zDi)\;*yᯔ@Z˗5jawNlH{au\le-kۖe3sP(i32y>u&nL Lr_$dr>"z 1 \Nbla;؏A\! mwx8)%>_XV6ѰTB-aJ2\t4IJM\d >z }3fMэ TX]\!o1 U]q~_i@G<