search for: uhc

Displaying 10 results from an estimated 10 matches for "uhc".

Did you mean: uc
2006 Dec 08
1
RE: [PATCH]UHC should not generate interrupt when USBdevice returns NAK
Hi all, Is there any comment on this patch? Current HID(mouse/tablet) emulator in qemu-dm persistently returns a data in an INTERRUPT transfer, even if the device (mouse/tablet) keeps the same status as the last interrupt transfer. This behavior does not reflect the HID/USB/UHCI spec. According to HID spec, USB HID device (using interrupt pipe) will return an NAK indicate no interrupt pending(i.e. no data needs to be transferred). Current HID always returns a data package, notifying UHC the device have data to transfer and a interrupt on complete will generate at the end...
2006 Dec 05
1
[PATCH]UHC should not generate interrupt when USB device returns NAK
This patch adds support for USB mouse/tablet status check and restricts Universal Host Controller interrupt generating when receiving NAK in interrupt transfer. According to usb spec, USB mouse/tablet device returns NAK to host controller if its status does not alter in interrupt transfer. And UHC should leave a TD active when receiving NAK and execute this incompleted TD in a subseqent frame. UHC only generates an interrupt on complete after the TD with ICO bit=1 is completed. This patch obliges UHC & USB mouse/tablet to behave consistently with spec. Signed-off-by: Xinmei Huang &lt...
2006 Dec 05
0
Recall: [PATCH]UHC should not generate interrupt when USB device returns NAK
Huang, Xinmei would like to recall the message, "[PATCH]UHC should not generate interrupt when USB device returns NAK". _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Jan 14
2
Korean Translation - Anaconda Slides
...P SIGNED MESSAGE----- Hash: SHA1 Hi, Well, it seems like my gnome terminal can't interpret Korean translations very well. Or maybe it can and I don't know how to confirm it ? I tried the following encoding characters in the gnome terminal: Current Local (UTF-8) Korean (EUC-KR) Korean (UHC) Korean (JOHAB) and all I can see are question marks inside black rhombus. That is no Korean Language ? or it is ? YoungHoon: Could you render the Korean Slides images in your system, and then commit them ? The procedure could be the following: Create a workplace directory. Let's say: mkdi...
2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
..."EUC-JP" $pdfresource [1] "" attr(,"class") [1] "CIDFont" $Korea1 $family [1] "Baekmuk-Batang" $metrics [1] "" "" "" "" "Symbol.afm" $cmap [1] "KSCms-UHC-H" $cmapEncoding [1] "CP949" $pdfresource [1] "" attr(,"class") [1] "CIDFont" $Korea1deb $family [1] "Batang-Regular" $metrics [1] "" "" "" "" "Symbol.afm...
2003 Dec 01
0
No subject
...e Tack ISTEEM - CC 049 Universite Montpellier II Place Eugene Bataillon 34095 MONTPELLIER Cedex 05 Tel. 04.67.14.49.24 / Fax. 04.67.14.47.85 E-Mail: Josiane.Tack@dstu.univ-montp2.fr -------------------------------------------------------------------------------- Return-Path: <stephen_p_peterson@uhc.com> Delivered-To: samba@lists.samba.org Received: from stamper.uhc.com (gw3.uhc.com [168.183.16.145]) by lists.samba.org (Postfix) with ESMTP id E0B264C8B for <samba@lists.samba.org>; Mon, 2 Jul 2001 07:29:35 -0700 (PDT) Received: from uhcnh002.uhc.com (uhcnh002.uhc.com [10.6.188.127...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...=Kbnn8J=~?+97MQSGmhk at RTQR!&A7!E#)x?N&1* z!=alHe#{xkuw9mD*V5xUD{C~W?V8g3HRXZ23hb`Ey!FAlh!ZB`4%3}VG2Ik%_pL~e zt5w!<>Bas+($0~cFma|c7B2WzH^XAcP1rBHME6VKn|G~``0nrqaH`Ot(V2iGg>;3h zg2OH6Fss5k9O5uoRAcV$ss5lm%Gu6=bWAvQ1Yrr%5XR?bBArw}45v6+`9g6AOu?39 z1>DvZf;?Ad6i3Hk^(+M?gn-Q3fE1jMVkvjLuhcBQo}@Oigdou~?-0yB6t<?)Kg4a; z(M=`_8e!-X&(QMXsfeGxtUz!$tf4T3C1T6-)s*|P>S}9~X_>|S{i0{)9wd)(&0{O; z;!H#42$Sp%$K1P$CdF~;6J5(KqKmPy+@{go<P&$Ac{+ at e(~}wU?4rpT&WKG2JG=X( zrS*pDvy093VcQxxk_26DjG<{=t+?2;XRaSk8<>k80q>B^VX)gGFSc&8Y?7rVatYOj zg5t#CtFUhcgQ2k7W)yBrTGC...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *
2005 Apr 27
0
Unable to get PDC to authenticate id for access
I am in the process of upgrading Samba from version 3.0.1 to 3.0.14a. The AIX team applied maintenance that sent the samba processes into some sort of loop which was impacting the machines. We were able to upgrade one of the unix servers with no issues but I cannot get the other one to work. We have 3 unix machines with samba that are working properly within this domain (the other 2 are still
2003 Sep 05
1
using rsync with ssh to distribute to multiple hosts
Hello, I have tried to look this up in the archives before posting but I can not connect to the news server at gmane. I hope you can help, or perhaps point me to documentation somewhere... I have a filesystem on an aix box that must be pushed periodically to several unix boxes (over 100) and the directive from our unix admins is to use rsync, which can use ssh to perform the transfer. I would