From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8403 invoked by alias); 7 May 2006 19:50:35 -0000 Received: (qmail 8390 invoked by uid 9341); 7 May 2006 19:50:35 -0000 Date: Sun, 07 May 2006 19:50:00 -0000 Message-ID: <20060507195035.8388.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/io/usb/slave/current ChangeLog d ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2006/txt/msg00102.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: asl@sourceware.org 2006-05-07 19:50:35 Modified files: packages/io/usb/slave/current: ChangeLog packages/io/usb/slave/current/doc: usbs-testing.html usbs.sgml packages/io/usb/slave/current/host: usbchmod.c usbhost.c packages/io/usb/slave/current/tests: usbtarget.c Added files: packages/io/usb/slave/current/host: bulk-boundaries.tcl Log message: * host/bulk-boundaries.tcl(New): test bulk transfers at boundary cases. * doc/usbs.sgml: Documentation of bulk-boundaries.tcl test. * doc/usbs-testing.html: Correct "format" for "data" when specifiying what the data in the USB message will contain. * host/usbhost.c (tcl_run): Fix compiler warnings * host/usbhost.c (pool_function): sem_wait can exit with a EINTR. If so loop and try again. * host/usbchmod.c (usb_scan_devices) propergate previous fix from usbhost.c *host/usbhost.c (usb_scan_devices) Fix parsing EOL for FC4 and others.