From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23172 invoked by alias); 13 Jan 2010 13:38:45 -0000 Received: (qmail 23163 invoked by uid 22791); 13 Jan 2010 13:38:45 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_20,SPF_PASS X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Jan 2010 13:38:38 +0000 Received: by mail.ecoscentric.com (Postfix, from userid 48) id 71E462F78003; Wed, 13 Jan 2010 13:38:36 +0000 (GMT) From: bugzilla-daemon@ecoscentric.com To: ecos-patches@sourceware.org Subject: Patch_or_Contribution granted: [Bug 1000886] Fix the copy & paste remains in CAN I/O. X-Bugzilla-Type: request In-Reply-To: References: X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20100113133836.71E462F78003@mail.ecoscentric.com> Date: Wed, 13 Jan 2010 13:38:00 -0000 Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org X-SW-Source: 2010-01/txt/msg00000.txt.bz2 Sergei Gavrikov has granted Patch_or_Contribution: Bug 1000886: Fix the copy & paste remains in CAN I/O. http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000886 ------- Additional Comments from Sergei Gavrikov Quote from eCos doc http://ecos.sourceware.org/docs-latest/ref/io-can-runtime-cfg.html Flush or drain buffers CYG_IO_SET_CONFIG_CAN_OUTPUT_DRAIN - This function waits for any buffered output to complete. This function only completes when there is no more data remaining to be sent to the device. But CYG_IO_GET_CONFIG_SERIAL_OUTPUT_DRAIN is used by a typo as the key: io/can/src/can.c:630. The .02 path is provided.