| From | Sent On | Attachments |
|---|---|---|
| John Nielsen | Aug 25, 2002 10:35 pm | |
| Marco Molteni | Aug 26, 2002 1:51 am | |
| John Nielsen | Aug 26, 2002 3:28 am | |
| Terry Lambert | Aug 26, 2002 3:53 am | |
| Marco Molteni | Aug 26, 2002 4:46 am | |
| Mikko Työläjärvi | Aug 26, 2002 8:28 am | |
| Ulf Zimmermann | Aug 26, 2002 9:40 am | |
| Don Lewis | Aug 26, 2002 3:33 pm | |
| Terry Lambert | Aug 26, 2002 4:00 pm | |
| Bernd Walter | Dec 2, 2002 4:13 am | |
| John Nielsen | Dec 2, 2002 11:35 am | |
| Dag-Erling Smorgrav | Dec 4, 2002 1:06 pm | |
| Dag-Erling Smorgrav | Dec 4, 2002 7:22 pm | .diff |
| Subject: | Re: USB support for new HP printers? | |
|---|---|---|
| From: | Don Lewis (dl-f...@catspoiler.org) | |
| Date: | Aug 26, 2002 3:33:38 pm | |
| List: | org.freebsd.freebsd-hackers | |
On 26 Aug, Mikko Työläjärvi wrote:
On Mon, 26 Aug 2002, Terry Lambert wrote:
John Nielsen wrote:
"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, <---- ! ...
I'd like to have bi-directional communication support in the ulpt driver for my Epson ink jet printer so that I could use the utilities to check the ink levels and align the nozzles. This feature is on the ToDo list on the FreeBSD USB project page. I looked at the existing driver code a while back, but that's as far as I got :-(
To Unsubscribe: send mail to majo...@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message






.diff