2001-11-08 02:20:24

by Belinda

[permalink] [raw]
Subject: major and minor device number

Hi,

I'm a little confused about major and minor device
number. When writing device driver, how to use them?

Thanks,

Belinda

__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com


2001-11-08 02:26:53

by Mike Fedyk

[permalink] [raw]
Subject: Re: major and minor device number

On Wed, Nov 07, 2001 at 06:20:02PM -0800, Belinda wrote:
> Hi,
>
> I'm a little confused about major and minor device
> number. When writing device driver, how to use them?
>

You probably want to read "how to write a linux device driver" which is
probably at http://www.kernelnewbies.org...

The documentation isn't named exactly as mentioned above, but it's similar...

Mike