> Da: chri <chripell@gmail.com>
> A: Andrew Morton <akpm@linux-foundation.org>
> Cc: linux-kernel@vger.kernel.org;
linux-serial@vger.kernel.org
> Inviato: Sabato 20 settembre 2008, 12:35:26
> Oggetto: Re: [PATCH] max3100 driver
>
> Sorry, sent HTML mail by mistake, so resending :-/
>
>
> On Sat, Sep 20, 2008 at 10:24 AM, Andrew Morton
> wrote:
>
> > > +#define MAX3100_MAJOR 204
> >
> > Allocating a new major is a Big Deal. It involves getting the major
> > registered by contacting
device@lanana.org.
> >
> > It's better to dynamically allocate it - let udev handle it.
> >
>
>
> I looked at other serial driver as an example and checked devices.txt:
> if I don't get it wrong major 204 should be already reserved for
> serial port. Anyway I choose a minor number already allocated by
> mistake (did not see the "...") and will correct that. Is this ok or I
> *have to* move to dynamic major (it's a bit a nuisance since max3100
> is used in embedded system where udev is not always used)?
>