Hi J/K/V,

The info in /proc/bus/usb/{devices,drivers} is printed
by some kernel functions.  You don't have a lot of control
about what information is displayed or how it looks.

To make USB devices/drivers appear in /proc/bus/usb, you
need to mount it:
  mount -t usbdevfs usb /proc/bus/usb
Then the drivers & devices file will be there (assuming
you built the kernel with usbdevfs support).

~Randy


> -----Original Message-----
> From: John P . Looney [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 22, 2000 9:39 AM
> To: [EMAIL PROTECTED]
> Subject: [linux-usb] USB fs question
> 
> 
>  I've just started toying with writing a driver for an 
> Aladdin "eToken",
> the only USB device I can get my hands on. I have it 
> detecting the thing,
> and printing out, but pending getting more useful information from
> Aladdin, I want to learn a bit more about USB driver writing (complete
> newbie here). For a start...how do I make something appear in
> /proc/bus/usb ? Is there a standard for how it should appear ?
> 
> Kate
> 
> -- 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to