From: Timothy Wall <twall@tiac.net>
To: Michael Schmitz <schmitz@opal.biophys.uni-duesseldorf.de>
Cc: Tom Rini <trini@kernel.crashing.org>, linuxppc-dev@lists.linuxppc.org
Subject: Re: ADB probing
Date: Thu, 07 Oct 1999 07:22:15 -0400 [thread overview]
Message-ID: <37FC8268.E886EB87@tiac.net> (raw)
In-Reply-To: 199910070927.LAA02521@simul.biophys.uni-duesseldorf.de
I've been working on a tablet driver, and doing things essentially on the same
level and providing /dev/adbtablet for application-level stuff. Are there any
docs or samples on what I can do through /dev/adb?
The tablet driver has an ADB scan loop if you're interested.
T.
Michael Schmitz wrote:
> > I've run into a wierd problem with ADB stuff, and I wonder if anyone has
> > an idea on how to work/fix this. What I'm trying to do right now is fix
> > up kudzu so it can probe for things on the ADB bus. Right now it does
> > what all the other old config tools did, and pokes at /dev/adbmouse. The
> > problem is right now this works if there's any adb device present (one of
>
> That's right - currently /dev/adbmouse can be opened regardless of a mouse
> being present. We'd need a way of checking whether a mouse device is present
> on the ADB bus (look for a handler ID of 1,2 or 4 in the registered ADB
> devices; all information you need is present in the ADB driver). Or use a
> global variable set by the ADB driver when it registers a mouse.
>
> All this will only work if the ADB bus is automatically rescanned when a new
> device is detected (if that's possible; does the ADB driver detect new
> devices?).
>
> > the machines I checked only has an adb kbd, tho adbmouse suport is
> > compiled in). Also, is there any way to see if the machine has an adb
> > keyboard installed? Thanks..
>
> Only by poking /dev/adb and sending talk requests and reading the handler
> IDs. That might be the easier way of detecting the mouse, too. Sample code
> from adb.c:
>
> adb_request(&req, NULL, ADBREQ_SYNC | ADBREQ_REPLY, 1,
> (i << 4) | 0xf);
> adb_handler[i].handler_id = req.reply[2];
>
> Michael
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~1999-10-07 11:22 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-10-06 23:47 ADB probing Tom Rini
1999-10-07 9:27 ` Michael Schmitz
1999-10-07 11:22 ` Timothy Wall [this message]
1999-10-07 12:16 ` Michael Schmitz
1999-10-07 16:15 ` Benjamin Herrenschmidt
-- strict thread matches above, loose matches on Subject: below --
1999-10-07 16:21 Benjamin Herrenschmidt
1999-10-07 18:28 ` Michael Schmitz
1999-10-07 19:38 ` David A. Gatwood
1999-10-08 9:44 ` Michael Schmitz
1999-10-08 23:07 ` Brad Midgley
1999-10-11 12:28 ` Michael Schmitz
1999-10-08 10:08 ` Benjamin Herrenschmidt
1999-10-08 12:33 ` Michael Schmitz
1999-10-08 13:06 ` Benjamin Herrenschmidt
1999-10-11 9:46 ` Michael Schmitz
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=37FC8268.E886EB87@tiac.net \
--to=twall@tiac.net \
--cc=linuxppc-dev@lists.linuxppc.org \
--cc=schmitz@opal.biophys.uni-duesseldorf.de \
--cc=trini@kernel.crashing.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).