All of lore.kernel.org
 help / color / mirror / Atom feed
From: Karsten Merker <karsten@excalibur.cologne.de>
To: Stuart Longland <stuartl@longlandclan.hopto.org>
Cc: Linux MIPS Mailing list <linux-mips@linux-mips.org>
Subject: Re: Problems with LCD panel & SCSI support with Linux 2.4.24-pre2 on Cobalt Qube II
Date: Sun, 1 Feb 2004 15:54:48 +0100	[thread overview]
Message-ID: <20040201145448.GA1945@excalibur.cologne.de> (raw)
In-Reply-To: <401D06A6.4050905@longlandclan.hopto.org>

On Mon, Feb 02, 2004 at 12:01:10AM +1000, Stuart Longland wrote:

> 	Just the other day, I dragged out the old Gateway Microserver I have
> here (a rebadged Cobalt Qube II) with the idea of setting it up as a
> fileserver.
[snip]
> January, 2004) -- This seems to have corrected the hard lockups I had
> previously, however, the SCSI card still doesn't work and now the LCD
> panel on the back no-longer functions.

The device id for the LCD panel has changed in newer kernel versions;
the minor device id seems to be selected dynamically now:

static struct miscdevice lcd_dev = {
        MISC_DYNAMIC_MINOR,
        "lcd",
        &lcd_fops
};

HTH,
Karsten
-- 
#include <standard_disclaimer>
Nach Paragraph 28 Abs. 3 Bundesdatenschutzgesetz widerspreche ich der Nutzung
oder Uebermittlung meiner Daten fuer Werbezwecke oder fuer die Markt- oder
Meinungsforschung.

  reply	other threads:[~2004-02-01 14:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-01 14:01 Problems with LCD panel & SCSI support with Linux 2.4.24-pre2 on Cobalt Qube II Stuart Longland
2004-02-01 14:54 ` Karsten Merker [this message]
2004-02-01 19:34   ` Stuart Longland
2004-02-02 20:48     ` Ralf Baechle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040201145448.GA1945@excalibur.cologne.de \
    --to=karsten@excalibur.cologne.de \
    --cc=linux-mips@linux-mips.org \
    --cc=stuartl@longlandclan.hopto.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.