On Fri, Mar 22, 2002 at 01:54:20PM +0200, [EMAIL PROTECTED] wrote:
> Hi all,
> 
>    i've modified the usb-skeleton.c file for using my device
>    isdn ta 0x07b0:0x0001.
> 
>    I modified the id:prodid and the description only.

First off, the usb-skeleton driver is an example of how to write a Linux
usb driver, it isn't ment to be a driver for a specific device without a
lot of modification.  People use it as a base for their drivers.

There's also some documentation on how to use it, see the 2.5 kernel's
Docuementation/DocBook/writing_usb_driver.* files for more information
about it.

>    The insmod has loaded fine the device (with lsmod i see it)
>    but what is the device that i use to work ? /dev/?????
> 
>    The /var/log/messages report /dev/USBSkel0 but does not exist
>    in /dev
> 
>    I must to create it (mknod) ?

Yes you must create it.

>    What is the major and minor number for that device (/dev/USBSkel0)?

It's whatever you set it to in the usb-skeleton.c file.

>    The utility usbview see it!

usbview sees all USB devices attached to the system, it doesn't mean
that a driver is bound to it, or that a /dev node is around for it.  All
it does is read the /proc/bus/usb/devices file and put it in a pretty
format.

Hope this helps,

greg k-h

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to