linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Schweizer <sschweizer@gmail.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: Detect ps/2 / usb mouse for a live-cd
Date: Fri, 04 Feb 2005 13:01:41 +0000	[thread overview]
Message-ID: <e79639220502040501249814ec@mail.gmail.com> (raw)
In-Reply-To: <420362AF.5020208@softhome.net>

On Fri, 04 Feb 2005 11:55:27 +0000, Jonas Melian Garcia
<jonasmg@softhome.net> wrote:
> hello!
> 
> Now i'm using kudzu to detect the mouse in a live-cd.
> 
> Hotplug detect the sound card and alsasound load the modules
> Hotplug detect the network card also.
> 
> But it is possible detect the mouse to can configure correctly?
> Where are the devices that hotplug detect?

Why do you need to detect them?
Usually the right modules are loaded by hotplug and the xorg entry is
identical for most mouse types:
(works only for 2.6 kernel)

Section "InputDevice"
        Identifier      "Mouse0"
        Driver  "mouse"
        Option  "Device"        "/dev/input/mice"
        Option  "Emulate3Buttons"       "true"
        Option  "Emulate3Timeout"       "70"
        Option  "SendCoreEvents"        "true"
        Option  "Protocol"      "ExplorerPS/2"
        Option  "ZAxisMapping"  "4 5"
        Option  "Buttons"       "7"
EndSection


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

  parent reply	other threads:[~2005-02-04 13:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-04 11:55 Detect ps/2 / usb mouse for a live-cd Jonas Melian Garcia
2005-02-04 12:36 ` Marco d'Itri
2005-02-04 13:01 ` Stefan Schweizer [this message]
2005-02-04 14:29 ` Jonas Melian Garcia
2005-02-04 15:09 ` Stefan Schweizer
2005-02-04 16:55 ` Jonas Melian Garcia
2005-02-04 17:10 ` David Brownell
2005-02-04 20:00 ` Bill Nottingham

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=e79639220502040501249814ec@mail.gmail.com \
    --to=sschweizer@gmail.com \
    --cc=linux-hotplug@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).