Re: [linux-usb-devel] turning off filesystem detection during hotplug

2003-10-09 Thread Oliver Neukum
> Yes, I will talk to the USB device that is plugged in to the USB port on > the system via libusb. I haven't dug into libusb's internals; does it > require usbfs? Yes, it does. [..] > Since writing this, I moved to a more recent kernel - 2.4.20-20.9 > (uniprocessor, though I was running SM

Re: [linux-usb-devel] turning off filesystem detection during hotplug

2003-10-09 Thread G. Del Merritt
At 12:53 PM 10/9/2003, Greg KH wrote: On Wed, Oct 08, 2003 at 04:49:40PM -0400, G. Del Merritt wrote: > I have a device that I want to handle specially. While it advertises > usb-storage capabilities (and PTP), I do NOT want the kernel (or the > hotplug system) to try to mount it as a filesystem.

Re: [linux-usb-devel] turning off filesystem detection during hotplug

2003-10-09 Thread Greg KH
On Wed, Oct 08, 2003 at 04:49:40PM -0400, G. Del Merritt wrote: > I have a device that I want to handle specially. While it advertises > usb-storage capabilities (and PTP), I do NOT want the kernel (or the > hotplug system) to try to mount it as a filesystem. I just want "raw" USB > access ena

[linux-usb-devel] turning off filesystem detection during hotplug

2003-10-08 Thread G. Del Merritt
I have a device that I want to handle specially. While it advertises usb-storage capabilities (and PTP), I do NOT want the kernel (or the hotplug system) to try to mount it as a filesystem. I just want "raw" USB access enabled. More details: I have already tweaked my /etc/hotplug/usb.usermap