From owner-freebsd-hackers Mon Aug 26 8:29:15 2002 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 C529B37B401 for ; Mon, 26 Aug 2002 08:29:11 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62CF043E77 for ; Mon, 26 Aug 2002 08:29:11 -0700 (PDT) (envelope-from mbsd@pacbell.net) Received: from atlas ([64.160.45.6]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0H1G00CJWJ0MZD@mta7.pltn13.pbi.net> for freebsd-hackers@freebsd.org; Mon, 26 Aug 2002 08:29:10 -0700 (PDT) Date: Mon, 26 Aug 2002 08:29:12 -0700 (PDT) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= Subject: Re: USB support for new HP printers? In-reply-to: <3D6A08CC.8DEB339F@mindspring.com> X-X-Sender: mikko@atlas.home To: Terry Lambert Cc: John Nielsen , Marco Molteni , freebsd-hackers@freebsd.org Message-id: <20020826082508.X356-100000@atlas.home> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=ISO-8859-1 Content-transfer-encoding: 8BIT Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 26 Aug 2002, Terry Lambert wrote: > John Nielsen wrote: > > > have a look at hpoj.sourceforge.net > > > they plan FreeBSD USB support for a next release > > > > I've been all over the site and read some of the docs. The most useful > > piece of information I found was this: > > > > "FreeBSD, NetBSD, and OpenBSD are not yet supported in USB mode, due to > > missing functionality in the kernel "ulpt" driver (bidirectional I/O, > > device ID retrieval, switching to 7/1/3, and HP channel-change-request)." > > > I'm pretty sure that bidirectional I/O is supported, or there > would be no network devices. [...] Though the USB stack handles bi-directional communication, ulpt does not: Static struct cdevsw ulpt_cdevsw = { /* open */ ulptopen, /* close */ ulptclose, /* read */ noread, <---- ! ... In -current, an input routine has been added, but all it does is discard any data that comes from the printer. $.02, /Mikko Mikko Työläjärvi_______________________________________mikko@rsasecurity.com RSA Security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message