From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 25 03:13:59 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 455A137B401 for ; Wed, 25 Jun 2003 03:13:59 -0700 (PDT) Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1E2843FDD for ; Wed, 25 Jun 2003 03:13:58 -0700 (PDT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32] ident=danny) by cs.huji.ac.il with esmtp id 19V7Ho-0001kg-00 for freebsd-hackers@FreeBSD.ORG; Wed, 25 Jun 2003 13:13:56 +0300 X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: freebsd-hackers@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Jun 2003 13:13:56 +0300 From: Danny Braniss Message-Id: Subject: USB, select/poll for ucom X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 10:13:59 -0000 hi, while trying to port an application that works with tty to uplcom/ucom, (and it doesn't work :-), and looking at the kernel sources and trying to figure out USB, i think that select(2)/poll(2) will not work, correct? danny