usbredir-devel-0.7.1-lp150.1.7 >  A ZB?/=„H*ec/|gЮ}'p(:ɛm Å[e9@Fb#= ]Tlu_=츏<^6;]ya!,;u5͂^Y}K~e}X.ke dKbVxKz" Lx TEOfˉV l[ a^08g!EFy,JddtO0HjrXTM=zim_PY(Fz:gX Khpmo'rBA[g pO pVj^_rmBJsy)ƄyCcU!;eY-Ͼ6FY`ni>!W m3ȍ .+2^ƹ6-NB>p>#?#d ! \PT\`s|  (  <  P  x  B      0 X   (8 9 : F5GH Hp I XY\ ]  ^ b!1c!d"9e">f"Al"Cu"X v"w" x" y# z#$#4#8#>#Cusbredir-devel0.7.1lp150.1.7A protocol for redirection USB traffic - Development filesusbredir 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.V@lamb24openSUSE Leap 15.0openSUSEGPL-2.0+ and LGPL-2.1+https://bugs.opensuse.orgDevelopment/Languages/C and C++http://spice-space.org/page/UsbRedirlinuxx86_64+Jh VA큤ZB,ZB-ZB,ZB,ZB-ZB,ZB-ZB,ZB0UP}386e43651f6c6a50f14e70c77bf5855ab1f1e4975596e8e2a68f74c34f047ce170cd44183f198855171575ccda277689bdf3183d0ddaf2b89b44316025f4bed9dc132a74140014c6fb2cdfe6099341fab9a366d51d901840c3fedc580360f2b537cabaaed260c4be977adec5e23081fc29d7874a2904ab76092a8cb999a674dd833da6155ddd36f39d0937b6391d3712121e61f18afa48642e1873e47224839b8a1eb3adb70983495c778a6a28dff3e6003ba1a866108cb5ad592b9c42462f369ed42cb07ee4192baeae985ffa3dd4bd0d4511a41707115c44ae5b530c8aaeaclibusbredirhost.so.1.0.0libusbredirparser.so.1.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootusbredir-0.7.1-lp150.1.7.src.rpmpkgconfig(libusbredirhost)pkgconfig(libusbredirparser-0.5)usbredir-develusbredir-devel(x86-64)@@@    /usr/bin/pkg-configlibusbredirhost1libusbredirparser1pkgconfig(libusb-1.0)pkgconfig(libusbredirparser-0.5)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.7.10.7.13.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.1lamb24 1455624000 0.7.10.7.10.7.1-lp150.1.70.7.1-lp150.1.7usbredirfilter.husbredirhost.husbredirparser.husbredirproto.hlibusbredirhost.solibusbredirparser.solibusbredirhost.pclibusbredirparser-0.5.pcusbredir-develREADME.multi-thread/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/usbredir-devel/-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.opensuse.org/openSUSE:Leap:15.0/standard/33d0f0e97b751aa18316a6d606d230d0-usbredircpioxz5x86_64-suse-linuxC source, ASCII textpkgconfig filedirectoryASCII textPRRRPRӂ¨}hY{utf-841e44b9fff2390024bed6fc9e13d67127ab42aa0c21e9eb6a7023e58c9f37854? 7zXZ !t/ౣ#] crv(vX0zdݸ 5+69^$9bBG0¸EYt?meCwvZ/%Ѵo<-Ih39jcҕFmE6\[^uS쾄H4 ЉyKJgI#Gpi9NpJB6L) dh zx%1 Ѹ5}ƕSw⣦%Ζ|￝c|}sqeL >M޹aɁuHMkDGgb*^ t;"$2)԰7<W Fdh9<@|njUg7Ww=~!Rj>_"DC~R6H'H\A4ޅs7shkn$LIu4kSBXϻ3Jn5 jg^1_?at>uXOL}>ZTM6BhmQؙ1RqH(8ƭƒtwlEv&cA^owf:,FÖy\_ݹVkM'V"*GZ@.ti!#nSǾ;Ɨ'NwgJdHk駁]OT>!zXʄ 滕'@!cB7'F"r>w巽$=Xj^"CAyF܇O5M)nZm%Ў3N[ *t6t >zX@wU.xW0[ȿ-X~[eװdlrrЫup@YN쑑V/3A3:6p ?&Iԅd2>yY-#"[GݩdHO;b#^ ) w곢p4i{Xo4Co@*5"{A眨2r\Zܜ_haҟkl1W ӏ ͼ2C'v ی/']`q`9~ZUW&qTdg+}dU 2_Ny`PoxV9si#&ZtA#K<ÂVNPRr~LaURԤ F0{%f~C]yt[%t J)x65t CzH0ID}PƼ H/y~+Y&kns9QC|8]%ĠpɉU0I+S@\! ׸mܭyԇz۩Z^<@!^\p4L2;]ی?/:}%.*4Tl嬷NƲG"]ZV{w6ɝ|S$XeHL2O|q0NE2(;s,y2~QYI#H^ֶ!f'b@DBU/=+[|nN*.YT_2{ɍ_:P= H 5WP-Dmxpx?xhū9VzAlma${]תqq-KkWƻܢau|v&ce@U-R /Qj#@tW+QVz;&I,0Wy*l7>P]l'ِwPP4\LjwPV9˔)_.]~򊞶9=BÞ(u?])hO"z7YY ,B1]φg>M 2sJ Jx [zSSf :PC?Yd]f]hbT9NHO)"0l(ۥ0:1Ie+%M@KՋuJUד$YQm64vx_ngN6n\}mQSX-9<^X9$u(xI'>2ӮtŴ9SQb59ð". Ƌ\>#9JggH 1߃*B}uϓc&46G*{E3L ꚢʖqP"RQ16 >}V?xjǟrP|#W;Һr5Fޕ*;^f+(¼3uB]`OmXXP NO'L#/V4S k(;VRFsz&a黃Pb'/5Y-?Hd&cch#GfLF4dWl?3k͝xW `y H&ӅfYb2F[br_0>Yzwqhu1K5MWѮXi:V^}#Vcfƚ&Ԋ\ R\8H^'m$R3_<)2Y(Ģͪ3Ѝc!X(K@(-l<3+sЩ!z#C.>%*&bb%&k/m4)G3w(11N,jj;#a"3hY iΰK.zfCC679W fD%AC|qRxBx#+!\'2?g <(B`ׄ(o6]ZuptX1d XxK1PޒPZ'2bj=eP6BTnVo|¡4in:{7?Bkq;.X}SjUy&ўzy i:WmP3}g*S5LAGk9Sv "]SHáa!3O:tZ-wΐۘ/Y=r`m].ӭtjd%@;f"(3R1lI% ?7JzBC [k$؆Zmw_ƈtwG, ! B'&Y"58r.OJDr[)sKuY[W)B9  /8eڛ=hgک^T4>Lșytj 2aŬ25%=R(9qȹG)܎{e%e;dojG=WkSFjL1 г"z&!EB+5[Svm͍hYB!49ձrxӚs V^5=:9" NM?p- znzl:b[5}\$>IHuo3E/BjQ,^s N;:]sƣ"E'RPMrI^L&Q5ڨ+q䤗ݰʤ!WLKON$b/?9p *Y iIX*fйǩz웳U 2^3/X~^K Yٲ1_E+T{׈uL5c:)H߄Pdt؁sizBRBb_&GiG4RL0Rifhn^4f#S7#%u HW+T;.k'r| f0\Pi.OTɑƺbto0(c .NV#*`W ^Yy0 IRNm4 "?iDTOGL{.eMD)\5 Ű4S8wLs_Dh.` Ro:H?-Hʯ'/}H>]!rP}͎szx;:PDh€*Dľ{{`gmy섿QPYān\'V֭#4. C(\zL fSs.\>=r)G#(\QS`xZ, &!%¶ڹ8 z[)R"i޵Ey msG:Q Y0@8L[| &O[%LUfQc U+T t;bx6pT]|r EЯ~7FA`reM[X9AC=90jV .1@fJΚYN,Z-9e(pF<͚}ڇj~(ݛhvض(v1CS8fAc2tPaywA\#XҒ2{a"zK 0E3糹_EQCO*6|`=`a*ͼ]If0 IMdVH 1D:$C_P`+*lPWBh^&Ff?U}sZч[Z~͏@Փ JތѣVHMjhv)o!j` ˵$g UhD[M`;"21). {CN⍣[7Ƃ#C6U7/܊.bjt^OAG:Ӥވ)Ҁ=xg7cH5]̆mզ',lqli\}T6_DrNY"3691թ[S[y96A7 F">b籷o'Ģ j ;?elM1Ko96(w{jsKb-Hj;d:婬+hmTc..4+.B9"ש }k-@59Vk (Lk_;]]9r`3KDiSDSh2fgMfY_>%㑘: 7'#RHev@ ӏDryS8C2 o:+:Ғʗ]ZbM~̧2 <\%gJy[{<}{R^#ֺBYJ &Yd k'^_kziPpRz#c0JΖN76H(w޾oя_1";]\g+Atv]lO >X4SrO8 Fhv{Fh&8`!-PZպW }k$_Eg [%pVT*,d]x >2v~MnUPu'<3x~ꢜUR,]N|qM+ߜio ~ͯ> 춘@A%/M'9G%@0q&54O+/9<tB`wڐnFQIF cuQˁ17gdeU\FWD)S@[U#̚iwMZ$*6~U!9ETn©CA5h*_`8VK/B[M[)O|$j:mz*W`S}Ǡ!ثxtH>i}ڀn_ 9Uj#gK*{HCn8?{RdE{Ρjm)! 0yϲlj,TgfE20\㶪灊,/0m02ÁN%jc>(r}|ܙ{:Mv)dޣ\e7!ԃgg Fon-pU ?@ ` O ,TivGevzhDtx#M&D2+נ&%_*pfv6wD"Tvf4nO5+h$;!jM$L1F@+ MKQ/f)F{= s&ݦK[TC_iQn)@z T{xnd;VېpxY]b%)ȑ|`׉-sA{` v!`Fϰ:d+MjR<ߤ|*q})>;¸i SEA14/b'#;P,lDYUytwu4!BH)2 _Ȑ&Λq>X`'IS28c/WVV@qiU>@cZ\PĊK 7m3 mGMyah=U>. 0nˤvH5E꾵0;Sg ؙJKV[jcO1Q?u>L aGo"#YM"qLj2BY*`ݷ_mHPKp11g렃,%$7-WZ6 @U~h}1 + $ ,;W@tԶ&GӝZn?$IIVpd%ӡQVnFr%C!̳?%{e&\R^;O!#(mctBBv2%#ԩڊe9ghYw x[ q0NčDB;TPd jܴR }'_mRo I"NSoY1o`%om^LiI% )} '-p~,M=Msz3e,ָ6>b651 fҢrKq/;r!sHɼ>4Oc z>db˷~5~uֲ:-nΆ$%qo%[>  ]3@&B_C x΂gIU8;FE̕&\+f'0amsL) hAT0 1x_ XO@ÂrPl I_#S';lu\6$"K#M:Q҃\Z>*Y1JLx~n7!7⨋j"}z'o~A܀Ig3`B5xП}p7<_1d]DĹRCkfYtOA*P;ɻHf(YY%=:҉ޭc9 bHvRbd6 G0~õE3vB9hSSRPxt1QXjKxc Lv{Zfg SpK(̱qy脏KPВ[><7+28CGF!kn=HV8_Cbg X#VX08[0ߤM!Op#Ggʡ1'х ӝkUEp!Ex;0LYUo7.ɉ䦳dQFVGC YZ