Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2004 20:55:54 +0530
From:      "Kamal R. Prasad" <kamalp@acm.org>
To:        freebsd-hackers@freebsd.org
Subject:   transfer control to usb driver
Message-ID:  <41A9EE02.1010401@acm.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41A9EE02.1010401>