usbredir-0.7.1-1.29 >  A [W,p9|*)5[ 4%8 d2Β&k ;i!GP ,Du}WΐBD3iʅ6M`b헯G&RA4“Bik3:]%#EG ]3a.u+6/:3 B ֲv*J&.?^Q#j$¸S$V9H\%aR|"DK6)gOsy @jX cto$aA-r37b80053bffd8a8cb9aa876010a2fadd81856745145d4502d59aa1c0b00be12b2e72b5bb88b0e39b75f2a2fc95aa0996a880de25`[W,p9|p Z5ErUp%Ws'nvunh^̉h]ίYSeԣd>` 8#BjGpYjt:. TEŃM_!Q&]9@5RcE"$0!oLڥ9=띱 @Ȁב3} /(?ddG\$y/fmO'Pd8 p3MӔW1?F33MB?S[~̈́aC'򏼡=a@>p>"?" d   =48@D]~     8 ~  ( P V (x8 9 : FGHIXY$\<]T^bcdeflu v (w!dx!|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.[W#sheep27BSUSE Linux Enterprise 15SUSE LLC GPL-2.0+ and LGPL-2.1+https://www.suse.com/System/Librarieshttp://spice-space.org/page/UsbRedirlinuxx86_64: F^oA큤[W![W"UP}V38UP}[W!d0d44716ff3504dee5f64ff14d08e2d63d982cbf60b175d8d7bda24b69455ce38177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643ac5737f0f82565fefb45bab58c1a7c0890ac8bf14dff1f4e62a67c013e420c7cd2a0628b47da96b2561cc2c0e8429513848e74ff291fcc429410b79c3fdd1b5e61090c7d815f218a9d2c35db246e6b07ba6da32bbc988c7499a2cd6c887eca66rootrootrootrootrootrootrootrootrootrootrootrootusbredir-0.7.1-1.29.src.rpmusbredirusbredir(x86-64)@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(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.1sheep27 15272732510.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-usbredircpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=97bf719879a3470e5a06929d9d2026279fd59b4c, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRHDwe۷Duutf-86e0b67c20436eaafdfa2503b7ea5d060d2328e8630c1e90de8b224c39b3456d3? 7zXZ !t/?:~] crv9ui9#݂M-Zu}\Ԩ' M@>BY@ܘ,h1a5VyRPoHXohH5EB#~ddXVb_|wGQGd5 [h91?[-I]ݺW2 /gȁ4εX2փEݣ?iUu.z 0!*}x(&؍ЂMk-TM"~5 ia aU?N)b0o1=[X$L#ۿBrmA1e/Fb|!~o?٥7K7ٛA˶ex7 @Nߠϐrxx1]fSi$^4ٮWxQz!,~G9'IF4fc)8G?{nf:A~ Naylط)C<ሹ>䛾TG'Ji%>i6 U㛵ks;`,TJ-BYu.o|>:|\< Ѥp4j'<DGkwZDd K<=Pby x:vuF MU! Hgc,JQ󺹎f]V|ĨvODы&Z$m`ك0;lI=9jlI,:dh[CZyw3@muVi.28G vAc\s<3=gDXZV[؇p7y+^x| eW94 &:cvy9r}(?R2ʙrFkR% }!'F!M-aBǮU&6Nt6Bd8Xetң2#:8nqv\e* ,z0gU&$J1'bXGRVeܪx*, !,o^M_)2[HV `ևO$O8z*Az Zl 1"8> iQPQbnG`wpTn] g\ѱVըRjy %["(-$翡iq2ċo&.PL_Yz\kC6.U ~p@;?Рҕ?p/ݡ|#^ ~KZ LЁ?O;3l"`PY#/$6ܤhZX3-)^dUqKK 4D ^ 6Oca,bk?lw H=qa莣)Ǡ?`MtwUwa)+=]K8w8*:$Y36ʘx4JRo:}fnc Ya}ԇ@ouI| ^Pg iFo@6I F-֬$OGg Y^M&}ctQ{緭FAl)ڏcX}ڛ &/ўe5Z4rWႜ4gGXO0N.õ %iGbt~rݤ/qѐz>+_h'L ~HTpK]l=]$ax.dF: -˺bլ\4PmvEd}ڡ3`et3y.fhT[oHČ\6s!c}s6 H֦q΅w 3J?[,QbC{ꝙ\%.NڛaM՗؈eR$0+wL{uǽ.`Qręwh'/,$4jurA# [,P q~辶R.|-EN>5<PxGZ0xfՍ'jCJP<1 g¢f2,ߓxwcioDK,\6tx;K(gy>z:`ݣ/zF.tYN{XwÅch2$ܖ81i$~sJQr 2Tw),{X뙈Y GnJOjxU&.W>HN_[@BJM\oV!=pbcOB:H$<}v^ٺWD\nXюf5}_Fӹ"dR3_cHRrLH%'FfVH*#MWCð[{4cSnCIܣXo[`2ؚL! %p^Hb_}q#6e6]A9̯ PQѣ(|!a?\y͖1$n$reDi;x[D.x~Vy겔Fqv-2^6֋qȦ?a\M (b=xȑd9,iLW^H/hYĽ,b7=_KHOؤe 9A X *%>y #3cs;䁗a1pM gu?ίeK2?=bלI|qF>nѯA]"Q" _Uq4$5LL:'#&@6޸9Od,87i'S״Nv~V%8`v&<\b-Sv!WvGY@9JxHSY@npCَiNK^ ·$ tIHD]>f4nIag /o,1@2&5 m/"4 @/a@hd]y Cۆ+L扏F&\RIq~d]-7  jjc,1_)B#>ԕxԛ=Hg,v3,i2畮knghd^!5c2ZSv ]> ېR{]DG?t=\ ǞLշjuTNTQkD ڷ!χl!5=1т0o8 /; M. xzhCl>bq $1P!xo .KlTV`REw9"E}1ӬmITH@ɟҖcv%]'!Y@s&m ~|1}jf 1Epl`V%up[`*xy 4E~HX9-eOzIMúZc6AlxF4QZFԿV85|4~'7ޚ,جAAvc1ϭ[ƔEE,k f{q`І<["NCYI\}VГb$?Vx`A ;|t׼6 dkcH RHPe:&?m0-]a^򶊣y@`^ /8knXTIE 6-v#nB. ?/op|i:\ mqOݮg횖adF-<ǟ_VYTR}@YP̠C%BΌ\~ 2٪oȤfA;*z_W]6)z.*{, Fa̩VpWAp2X!u:74_c[+5 LowndAV94(Q+ː <ͧ"7rQ;%}z/7_}6k0£*ft`[*cb0ҒN5w[wL W5`;y7TGQT|ꏨF0RX4`+j;rݐ7dFcBk T8΂CSM '{|:$'P?{R,*ذ8!WĮNmnH<ªŮ}S]HGƞMK\Bi⩹*iޞyT-}l0_z⼱g0̓[&~S]U/NJ؎t#ȧ"YpG8\?xk(KHmYZ$Itt'V}]?kW $9caj=J83;ca blU*5^8E*Q_֋^\8<SVC7.oʱwѬEZ`?מrDx# . eɂBzC3p;mqToK}T042,[75<æUİkL~r1D :ozg&6 h8-9FeWW,m:ٜ'd"5kXP))~b43"i]"!p+Oi*Zu9L1ۏ}BʧV2Dq5 A?H^Gk&qw8T4;5taҝA ]1WZ' . tet]TIl]rpqTk@r B3S)n0SL+k WOZ"G!e݉CJWօr69 r4^ρm#5ҹFd=fVܾǟlnP\F9i#&%~fMv#_DNyztUND_ Ww dAƲ C~7OMIdS:I] (b*u!ud@?sO9/Epiӆ;&;Bԑ N eu:΀IJPmAヒ" E-.0t+Ȳ4A8ع{*vaPu QsyM)o6XtgqT ZŸ8m<@48~X~f2`ZK ~̵atg0$c0d{עJb0^rKU '@o,\"ǁ^IŽ/LV&1ȮѿW35}ֳz{+U&imB(3-L#ISs9t WP742L5jldYa$(%U]:눵9c>, `W=i&z6h&\[M2<}>ϖ/Jϫ3бDX)MWu ؛7ohln)u!@mNgzEfSH%¼g^XsQ;[HDI7S ag>Ig}o3oKaޅ})DB/ȅ, $!FӶFId%/cEDc+>, mCgI]vpjF.fϞdss6CgJ:M >`\ iobh?=Ѵp)eYH9rfJ<#"1I_8X#.B<#ISu(^r SHEbJ/r  h9}v(D dks]:OU[Ϻu Ng$ 3OsD5ڑ 4#x|+"ȹ]Oi&`n&yW)px0j=L؎t5r['92|0IW6SpOI,Aa|f|cyzO {0v_B+mM2UC腔a>)j(w(lUp2rV ?HzbONr|:w&EЋU?HҧI*J&0}N1 1U*xz*qv3GBqh$ -!zY},=˱D$TNEIŖh>GA$ͯb4p #͗ r+䙈*l]-,9_ g6\N^nJWx gxkU:j d˛5W]A=Ƿwa>aK /+*Vx~? z=SJjƧ"ͣ}T} A?^9 P3 S(O:aq4;q#T/SB7a9uZf @[HBRwA}BоT4N!q ݆ t(Ci;VDH% D(PQr3=)*<[(|}1¸KT+>]ء?WK), WFٵE#nJ$)^=;G_ؘC6V8S+s(~l= oKFO䍯J;+z / -q,G}Z= H6`~Y VSCx%,%;r_ÙZ§hL仲^g!?Quќ{fUI?wum"q3 HfHX'I|sXVL1xNbRq/ O ێ3qK3lȍc|G$IBen؟]Ԓ.CMUQ2ٰP\ȔF$IY)6k{TոWh!P$UD~UV>QgIf`5ˤt^X[@=rhUWOQcGć&+H5h̺աB)Sd#!pDg>Qꩲ3a5ԧ g]@82*1DwDL HqqM'S9GfC13ZqTqcːe#|SJ\`w(Mg?\é t&*unȌF E뾪#h#/gw q~pTyFhhkX!x={2Fb=>ז"=gD9Gmb *8OIFQ>NiC@([vmOuZ<* "?j!ᤑPg껾c/푶̢Dg06aA-V{*XfW@EaK!bL X* |6˚uA80֖:~}^uDqY|5eK#!µS~y!1Ӷd68+ 4d@qa]T/a/b:}B$ȕNnVc>0}ZUq8+ juhH])ZcmUEXVcBo:qJq旔'%LhO%C][+q3*$6ZC=uE@QHftcn(5ɱsJZlqʁZUh/qEte\)9xErWJ(lNսe58 7:p͏d=Mu.g6xwTNgڱL )ay5yl]#i;SWzcD! ͶG~FO(Y yf*]g֍2?'z_R`fR~Ae@PڲFΤg=6}.uTGTZ+po9ZN kԮX#{}D'^Uɖ"DFKo L! 38`۩jfN䏎@k~1~H-SEsq,W̮;e>w@?a?mǭsԫ߸*,=}h/LNsI|jQ+ ׅ@&bדe3;T>].A+:ߓuҋd x{Ÿ@A*3Y%fd3O+~`tM>>pmP׍{{$j'spF^$ε 0gN纶;#`~6"7 eia 4/V/[%2 _g]SXa?mwY@zt @kQ_+5zkB)"S1&p 2ws0OB0x0o؇6hqQEc:쁑}"-}fpmAv2OTP ?u1ݢρof3̋{ZK븎Вd*Vi5hqau_ Š ;&î~0- Y3hV$($rgx%$eQd_A3gn"髅څ EBIDZ$nVU{bl zٕ]S`V_jՒL™l Z , bLFOҨhLY+>w^6CJ%zYVƔը Yf 䳠4VHaZC] vU |Vs2H/jlxo*K9dyt`S>WZw޺6 oM QiYSӂﳵF iHҰK| 85~I<#4no=s#OC8A`_Rt/{ˈ(vOAS8vN q3.`x50-\]ͻ;tEMn6+!c1'Y~ddr1ެ!nScQI3Q<'mq<1:u,V`ʹNJ14Ϝyr 8{wT攘[w6yvX: ?AeB_EPDV^<޳tf]ɦ~pj+G Ю}# ۢz) NcG8(lichk꬯d0WGs`rY M|Unγg}ZPY`O@V HH|cK*R㐷R4V,&5n!~0Iad%qμ}rTC#+޶Wu}Na ZA0mܷ ^;Bmb#t${=GH-vv1I99N/WyMvhS'cqA?`TƤ<Ѝpj>,x"r)^.[D64 ,nz1D;3;Î| qS87`{7Da5*|fHwpNVZQb8ljsaGĉv&sBrKrCin&~;əb?5{we IJit+Pb@{yqHSMzbT툻O@р_owJt S:T c 6 b(#>owv3kH6Y0$h={F,{ԵjIiGmJ, l,|s-5f88W(쳂! 6vR(iu朆?Lr%@~7ؓC4禉ߍPHdٹѿ룝4=_3'zYIy٧HJI U-#7e]yNP>Аv>xUwU43Oi_5D~H'I:N&sn2Kf#ˀ9ᵔ7Qjl/3ƺCrvYH~2^]8xW+vѷ| &Һ쫳=hzV0gߝ{~C SMt7qZY]I!n?Sb"h[sE{(2,}\ tv&lk \n1U\c0[;G-- RK q$]mAOwfI YkμXR[yK1_^;Wd1 M=d[לё}{i좍8 ~ߵYȡOsg4'D6˫5e.ŗ]J*8yP;Vޖ_5QjiWKP25k='_fN~Lҭ ݭH;p*"Pk'/ 3]w-됉֥.=JLb4s%EV~lM F/Koh)!i`qCJ4T /ӑa7vruECɪ$*&b\lU qkٵ_)g X컈 o 9T&Hc橘N,aϾ +6!] Qy6gr䓳 u]#t!5vpyvd苮B|`K&e(D2aC paT@܊= f:N^E pׄvPrЍjoY_gk0vֱؗ~lamsa,A2GZ.4~S]SCٕv#_?YQ,а'EJo35R6?*)U47$y;qU]|\)sVqYM1]TJ:#JzZˬ3 +ʹB^`{wsȌ3lJ)ʲ_ y?Y/&zC@ y51b_@H8t& ^Ы4*ofV&c^&ȗn/q&}*؍Т-W N0 8=jf HaُUxO7)Gӟ$ap## ׉+MǸWi3|$nӿ \.ڵؑVm3%!& o|pGCJ̽ `] P[Au;=.бMN JfAXˋFLԢXt,nÒ@q>ZJL b)YqzM3ѽ25LD[KdȾWk7hьKkSr+9'Qr./ E AGJJeǀ7rUEeOIiO@42vp0WA~Yz٭Sr2 Ia8@9WM<ON 0zĤ1~(bw>`!}(T?i J$vBoG>0{L*ܜTO/$cxXw_P9j<K0ӕ4 YT\iҺ;+WuILRN'<3 CI:]'WkBL 0䜏.͗LjQo<+r$LE~UE m2BXһI` x~;,>ZPb챃l5?_aZi7)e4hQx8a<7g<; GlwUcSBH xvYsa0b&<>XGxuKvѧIaz7P[cmp²L994DG=kG[!0q#z4}c/OݑN ڨVn#G>N w ZRS.[6HltYBuhmtz|-3b~{l7@Qʨnmd qe98{nx[ג`c J^]/=jKFpoMK}2G5l؊KbƤet e _0\N}ߘ»p0JL+vTGfE@8p˦|ExM&?.0 EF |! H^GIC^qXm(فŰ"zџ~?Nz8vMw͵~DK4M֎gYG c?ܪ (-JٌFרc'dք%J `vu=^"ݮh+{ڙ}APŃ< );6HGGCD Ӓ}{P֟/jT.q"hBvU߹$;my{+#HsU8ZU`e ,-0_CXΝ5} -v5, X)0DQ=K!ZX$