Re: [linux-usb-devel] application's close function call

2005-09-14 Thread Greg KH
On Wed, Sep 14, 2005 at 09:57:59AM +0530, Savita H. Neelannava wrote: > > Hi All, > > I am wrtting USB scanner driver is 2.6.11 kernel. The usb scanner driver has been removed from the 2.6 kernel tree a while ago. Please use usbfs instead for this, you do not need a kernel driver for it. thank

[linux-usb-devel] application's close function call

2005-09-13 Thread Savita H. Neelannava
Hi All, I am wrtting USB scanner driver is 2.6.11 kernel. I need to provide an interface to application , so that user can send different commands to scanner.I am doing this by creating a node in /dev directory with devfs filesystem enabled (usb_register_dev). Its working fine, but once in whi