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
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
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