transfer control to usb driver
From: Kamal R. Prasad (kamalp_at_acm.org)
Date: 11/28/04
- Previous message: Ruslan Ermilov: "Re: A hack to rebuild port KLDs during kernel builds"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 28 Nov 2004 20:55:54 +0530 To: freebsd-hackers@freebsd.org
Hello,
I am using Freebsd 5.2. I wrote a driver whose ATTACH()/DETACH()
routines are called correctly when the usb device is attached/detached.
But when I do an open()/read()/ioctl()/close() -it calls usbopen(),
usbread(), usbioctl() etc.. instead of calling mydriverread(),
mydriverioctl()... I have copied src from urio.c into my skeletal
driver -and it should have worked (assuming the former does). What could
be the error?
thanks
-kamal
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Ruslan Ermilov: "Re: A hack to rebuild port KLDs during kernel builds"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|