libusbredirhost1-0.7.1-1.29 >  A [W,p9|[!i M劮BNl%`TPYR١Tm z/,~>P5]~C꓍eșHk˜ФHNOΟ] rSxQb8їϥa@Ԩ}wlo-Wf4LG< ᫯K:lSǪS=/XLF wM޽vCT~͌.;(=l͢elL~9&ІhL<䟢]Oc0}ݜYъLR⨔cx\᫇4j;& M]qrr:lBXxnK //>p@?d  E<@HLe     R lt~ ( j (8 9 : >@FGH$I,X0Y<\T]\^bc?defluvwLxTy\z|Clibusbredirhost10.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#sheep27SUSE Linux Enterprise 15SUSE LLC GPL-2.0+ and LGPL-2.1+https://www.suse.com/System/Librarieshttp://spice-space.org/page/UsbRedirlinuxx86_64[W![W!277e6cfc5c5b9ecf4412c073c096061237fd857420ee547b0b60c5f89b15389dlibusbredirhost.so.1.0.0rootrootrootrootusbredir-0.7.1-1.29.src.rpmlibusbredirhost.so.1()(64bit)libusbredirhost1libusbredirhost1(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)libusb-1.0.so.0()(64bit)libusbredirparser.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.1/sbin/ldconfig/sbin/ldconfigsheep27 15272732510.7.1-1.290.7.1-1.29libusbredirhost.so.1libusbredirhost.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]=73666dcc862802c3da53a6669f93e735012dcde8, strippedPRRRRRRRHDwe۷Duutf-8185cdeee4e3de60fbb9de19cac023682480020bef558b2c74d6b5029d205025c?7zXZ !t/:] cr$x#&8_rRS`|mi^ԔĬ۪M?sV/, b$t|IW"<Edz*L~Whת6 .|XG4 el>xYM%mxȺAsډ@^m_VͬaL_V{QQ+H|I>s2*hX0%ݮQr tp"Kk#Jv[L;6!b=H#0g湯FX΍n@"W9Ma`& |2lCC:ɒH|,#CT:i/RԞ7)mJɫWK?~ٻK0kD&4e~ zB~i֡/0̟UƸ8ιiVtS%X?,.iS=bsf%L r9Qɳ bHb{E-܇e8[puu%._3y1L^J3ǩO![{<SUZ'{(~3@pee|*oIՉ m1TfU(֭935dߘIZ皒IaJ>pIW-GA@z%ѭ?c4h!tj{۽r9<{6,xnP&h@4 F1N .J.l?Wb!.?Pe%c"I˷H%q-ϷfWTn+9 㼾t]e/UT J9Cυ%Xw;^!zb3dWD'k݃A"Z߄PUWtGR!b7喣uP碲?}8\ O&M.siV",EҢ9~#84~[&n<cͼ>مWX9wyC6GQp{+.̴体y-#FkIګ(ކ}bnt{0Uyt!ZH*M{ұ:B{/O%QE+k>?y#[}=IjX3gJpe$CDa sK| pTȻ2dzB,aw1U^H!Im9Q}r.RcR ƷC"ZfBZH9"/3\7~ )lu@; XJ}`5*fF3kҬcoNcy͋[ /t>."]L s soM=&L6ҰQF]VĀCϬj Y*qLDvIWqySelU<'d). $g3L*FE$T" "\! 9+zc5> g(^BbxY`s>5n0b6|+ de KiMZT_l -=iM [9|nW~QCrcD~z޾76rs"d&)uB>!cVHf< S*pݷN!(=?No^yzzNϯ$U{1=?d<V7%x}#$בB4>s4HvT땫@Z 0QyTd^vUj]3Çͭ'8C=ѪRekPr9[ٗ1H*YeD#VЭ~ aVθ ̑#kW*kFpW.<]Uq¤H{e|B\f'ˠbv/|.MĶ]S EU> / 3lW猚tKgQEEE5ݓQH4mo)!dKy; +i4Ot4!j@5^Bi3T1rk-݀4rš, }7))> |ZΘ"Oul1Wa*hqZ"WT|Eq%KBÔD =eD$(y ?p&hbE,|ZgCh3tM)+ya1"Ԟv9;yФͧ X\wǤ;wRP-3XS_zno;텬aAp*Dw<˦{|~o1r泪|Q(#ՙ31Kn溷 wdff }pEx̍7DwgmLB~$W1(&";$l``DFcNp;1=Ũid4{X=zw Q]͉wq3gţ=Ha|Xm5pz37?BT F`!GLIba3*_iJnjV_[Db5w5N%0XOa>{ /N5A~wJεhW6n:\8_{sEftT 5F^VQ+av!5D-@"m47әvqDf>` $<&;//w^pQ1302GX:M]w^cT|PD~ꪙ08Sa* V,x9j\bȅ^0A#]ќ;? F H_X: 'xx32q)Y4r"Ⱦ-.̤P&oCr%e|FFM]&&p#S; 1%FD`+xs@g\)Lm@g5ҩXrcU;79Yw! de2K؛ߏ0^ Y*&NuED)op]c?*U#e{;dt{꼊no^ʋ9] ZmՠzZk('-rrkQ "0-ז2!~}b͢DS> Jdj6W6}?B!r.#;YTjDeBt e?rs^>'=>ixs$n K҉iawJqŸqyakږ"lSl \ÂP)tyҼP?YݓpCqf5 0t' ZKO_݀Mrؖ[`{]+f8BU҈=qp"k̡!O6 [W':;*%&%B\MQ eh#{kQ+IG;2,Ʈ SƿW] ~!HSe'9n9GuVnC2QB1$7|l|a``NF"k0m#rvP@VdFs4!Y<}e⍙r!;ϸ/` MY +TH7T*)f8k"\̎X,C41e^JL$)P?wulZWS ܨ_A.ijMr,k:Юz<.v*Ukg1"հeIf{KVЏ4f?_`ΰEně]Y~*f* |0uPyiB/R>.׎Nڵ4{8/un#:soW}-lGX1yYSQ5(^(փ0D.q;Oꈓ,mHm{h6%@ok8-G~=eϞK}"Jc =\CT#B AU_U?}akM00jA2K8(H ޿!zB >%)XX<}`3k8=H񖙚.x Jl`>KSf"/>wDdu8=ՓT)+#S{||z^{%sn;O#o]s}!V`^SQH{i\R/`AHY#H֙>JZbփ`$kb2dG9kߐWMg]Xz|iZofPr_o%XLފZPNeh:;$KjD.<*&m&-${ *=B ki8t[H4`Cg\I Wn馰TH}K+8S|W c[)rovRdu@B81:*:Ęnfkw"*9Z%i[{-~YP?3h6ŋV}XY?C°;mئ!12{oR"ud J WT3"44YsŃ5R۷H*((=oA|ܭFr[:yNΒ7?p"}tM {IO<,(|S(,yޭuЭ )U8/ڒMᓣ$Gc/@ƢܻIţtsx_ $E6H4=o_jNJn3 QN[3!a^[.(Ed,JLQ X례Y3@0/i{8T]OE@ڵL坩b N2eutM!h-gs(uO mӴ҃}oLg}-L% 1I ˡtaOՠ *C2F/z7(.v?hm{W=l?q:U$0XlU7]1 &f%RHq6a E87#km6_D7C [m,bX-5F@1{p!=z+`'LqPsi<"ZS.|S0͵zvL|vcϠ/3r ;VnI`/vsM#!\]$Tj0m`γj@MGԆh %m/QInT\@Q.s>%Gl`+\;gKd(R{~nwa^=ޏ245;$8D;G8J%άvßC֓Mܮ!M9Wz'<#:QrBkh/Wq*чoG'2:ktxD:+2Fc?g^ՔiIÙpȃfݗ.3i]k)I$ BZ|~ppռG[ rq&ŨΤ=, L3J2u͟ZP pa2 U&ERJb`(:v 5&ٲ_@ KT5R)n_`ͅ~eMapr͔i= yØ0ˆ6>3D@ipi`6a G",[ I 0.@s`gQ&*JN]b9<]i9] cY!##0~o+IGnjwݏwOq3'Xsc|/ODzJJlp2y{CFU| {حTUywu-T.sB:MHi؁V&W+P50;n9S' I}LP/WAk!*1E6}XIKb plݳL e2gYya*%2xTU٫ڜ{f*8ڜҎmdLzC]Z9+9;/ eN=i[+asg؍'ΖiR誔ڱ"z)Κ*4kwN˖!eKBtCC.'8.IaW!>ShYIT%OfgoJItc "c]iÖ"`R¤qu㐣RWFh;ͼͬJ"9ɣ NkIf R囻:dXo4ȶ9";PFc'gM![eR\eP1[-# >LE'n3n+ _QY$)d:Hg!ί#MV'FcBԓdQ-^=jNeR6CTsT32BhCտR< (,zipvLySsSLdxa~Z^HMĊq:}wI  ˫Vyd,0aEYt ghƞA_|a/z*Rt;CMIX]23S](\)Mɴ懌 |ߑQYqg? ~rҏz{Fj"BfG~67Pf%h}Y DyTacQخ` /* x1UlʖE0]:)Z%qno֤Cxҹ 3 2N}p4?ȺҘ]tlkl h +x O.5E-&e ߜno憃B0!#)wI9\ϼwoBuDҨVk)3&2"xaP i}mڪm~g5>oh,;wBOEhJA 6(u}`&NlYCF3Khs . 5%<̱і~Z^κ,&')"N+AH^v M?|/Odi܀j}y?7"S:SIXCT$jy| h<PSvyVr+Ў)x݅91gǚ3(e4W#sckBX?[/P^]KA]\_.;~(5? al޲Z9J@sQ~E:P7tx*Z4<&[I2@rύ43קayR+G]S }I.(bzOg0JL}RF\D;|!`]rRk!{m&&9hfvbx{hMlJ/<.$,nê'?ocLQb#ㅻM]+yݚ!W}6d=4LIH7oP0H;)lI3?iNA/»:=[PƗX "zL߂U^~ijN8z<1#];^b|g EΕџ=}[?iS-eqi?ž\QT#Dyc`r()J;œ6>foN]ei@󆭈ˎwƲ!8Vn_=.?y G#*@}Ce=lamwx X q~VL^Dwj.*cNU0}6aAM?)7K ΋|zqDf6\agd pWCֽ*SUc- ]725C/KO:A“JNx۷{J뎅F\@<3c`Z[$h˺#I$Jک:kڠД7%$ΉT[ Ǜho<ӂLC#7{E>_]Pw$?S +yU.m{ m k!НZJcW:$ߟF~ӏVA SY*O<-j4$dD+o&[.Bkan6UZisd[)ME\#on{SGbJKCtn ü$`!X$Z(K||&Spg2epN$QX6,Php U'2j}{8Mrp[ɠI`uPk\/1?(ZfQ۳I'b5xO'E9@HG&2Ǘ ^UeW傁'kv<;Y{gƎH`kCMIF]4g6[6M|%e|jvpas$N=I[<_n5 j Wco1[S9k,~bB]"6*ݠn lk5]Cu\ݒ׋׋ K_tt;\Z*s!S3WH@+Ym#,[hhI >'˂T‡X3,CPamQɘ&oFOMQ} 63i֜+C֯-n<|n-)Y ~&879gQHzO5 < wJ ԟ^|TcJBwR㉿i&9$*b,N+%Ū d݁6j$gu@ueCWn /sV̫]iriO~e*TB#Gds=sXe5B m:-m@\y^Kð qv̞+b^R)[4IEzZHbV)psƛP5@q !<=a]:v1UX]! &Z7mrd$:!$)zB7f1Vz'Ct{FxƂTāJ..QrS4#*QƠZv6k?+;6;P Ԃ_Bt $/a]9N'{-tve ld"$C`| ]SAXqycES^h(݀<J'5˄ağ(l:vXG F3 ̸?5:Cj-XÀk685mO aR/\#eX տl WY1MR!4R+LLWҋFzY1U˫T~`qd5ȧ{Yėi)M,(l(}5 D^(z(}A*jߚ#޲Sr%! i„Oi;̨^+&vq+owȡ%e6Y؉o2CL)>@⾋Š<_57_3{"1 hU_ƼuhxaynZe]) un;<a02`Q8TgEF^4{B[a+K#L+2t){0& %+E"|c{Ъ),%MVt*%V+KʣÒ|Q^{(,:ZPLQp3vMX|Y3u}5;bwcpzN<*mqs$r,X])!5}2ٞsK=A{C{p47ſS 0m.T7M74lԏeRy v +:??Ky1 Mgnl8[S8ݩl8 ٩D9`Rc_Mq8| KXIY:xdo3Ù%GpIj$A!ѵ31J9%nbBu`]5omMb%dP1'5ֿM7L΄';YfywJ[F6+V?) h)qx&`En*༠2{J߮&kt $HxEӯ:A()Sp{! 9r+$]+穃o^Xz7mA.St$ Ih?O}5z}iB,8X@s"u0DO=ˣm~d+B՗qwgF-AaNcɼDSc[ۚM7XhBgaM8+ U8r١ǽ`#!F tıP9AtRM/ykœS~FfF 1h 3{\?U1dtuV^Yv V!k'1ej284;Ne/!jv/?~Tv`Tk7p64 qJ Y0s k4 ڣ2_HuL@./Tue ^lPw'K7 K&Wɥ7!$FOKM}o%vm5 YZ