Re: [linux-usb-devel] USB file system

2002-09-17 Thread Greg KH
On Tue, Sep 17, 2002 at 11:04:20AM -0400, Andrew Pargeter wrote: > > Where can I find the source for the Linux USB filesystem? For the 2.5 kernel: drivers/usb/core/inode.c drivers/usb/core/devio.c drivers/usb/core/devices.c For the 2.4 kernel: drivers/usb/inode.c

[linux-usb-devel] USB file system

2002-09-17 Thread Andrew Pargeter
Hi all. I'm fairly new to RedHat Linux and I am trying to sort out how to use the USB filesystem properly with my USB device. I've been using libusb with some success. However I am experiencing a problem issuing a bulk write while I have a bulk read pending. In one case I use the same han

[linux-usb-devel] USB file system

2002-09-17 Thread Andrew Pargeter
Hi all. I'm fairly new to RedHat Linux and I am trying to sort out how to use the USB filesystem properly with my USB device. I've been using libusb with some success. However I am experiencing a problem issuing a bulk write while I have a bulk read pending. In one case I use the same handle t