Thank you ... I have one more question ..
I made file this way   mknod /dev/usb/file c 180 90
I loaded driver into kernel space this way   insmod file.o   - this is my
driver with major 180 and minor 90
After that I plug into USB my device which was attached to module "file"
BUT ... when I'm trying to view this file I see that error ... NO SUCH
DEVICE ( 19 ) ... what could be wrong ?
Is it something with IOCTL or with OPEN in my device driver or maybe READ ?
Regards
Norbert
----- Original Message -----
From: "shino korah" <[EMAIL PROTECTED]>
To: "Rpik" <[EMAIL PROTECTED]>
Sent: Sunday, February 09, 2003 5:50 PM
Subject: Re: [linux-usb-devel] descriptors - newbie


> It will be already be setup. u have to read it and do
> accordingly
> --- Rpik <[EMAIL PROTECTED]> wrote:
> > Does my device driver need to set up any descriptors
> > ( for example
> > wMaxPacketSize in Endpoint Descriptor ) ? Or maybe
> > it is setting up in
> > firmware in microcontroller ?
> > Regards
> > Norbert
> >
> >
> >
> >
> -------------------------------------------------------
> > This SF.NET email is sponsored by:
> > SourceForge Enterprise Edition + IBM + LinuxWorld =
> > Something 2 See!
> > http://www.vasoftware.com
> > _______________________________________________
> > [EMAIL PROTECTED]
> > To unsubscribe, use the last form field at:
> >
> https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to