On 20-Apr-00 Brian Fundakowski Feldman wrote:
> Sure:
Gracias.
> With the new output format, I can tell that the released scancode is the
> pressed scancode + 128 (| 0x80). Cool :)
Yes, the kbd driver handles this automatically.
>> I've altered atkbd.c to grok the new keys, I also added 'pow
On Thu, 20 Apr 2000, Daniel O'Connor wrote:
>
> On 19-Apr-00 Brian Fundakowski Feldman wrote:
> > I've got a nice script and better version of scancodes.c to do this for
> > me
> > now, so here goes :) These are the keys on the Logitech cordless
> > keyboard,
> > and they are undoubtedly t
On 19-Apr-00 Brian Fundakowski Feldman wrote:
> I've got a nice script and better version of scancodes.c to do this for
> me
> now, so here goes :) These are the keys on the Logitech cordless
> keyboard,
> and they are undoubtedly the same for the rest of the Logitech iTouch
> keyboards.
I've got a nice script and better version of scancodes.c to do this for me
now, so here goes :) These are the keys on the Logitech cordless keyboard,
and they are undoubtedly the same for the rest of the Logitech iTouch
keyboards. Script or scancodes.c on request, of course :) I hope this
will
In message <[EMAIL PROTECTED]> Soren Schmidt writes:
: I modelled them after SCO UNIX 3.2 way back when, I know that upto
: some point I kept the keymaps compatible to SCO's, but I think that
: got broken since
I don't think SCO does these new keys. If I do anything in this area,
I'll check
It seems Anatoly Vorobey wrote:
>
> Of course, with all those new keys on all those keyboards, we should
> perhaps think about whether to add all of them as new keycodes,
> and if so, in which order, etc. I've no idea if FreeBSD's concept
> of 'keycode' (i.e. key number independent of keyboard mo
You, Warner Losh, were spotted writing this on Sat, Apr 15, 2000 at 12:01:05AM -0600:
> In message <[EMAIL PROTECTED]> Mike Pritchard writes:
> : Here are the codes for the Compaq "Easy Access Internet Keyboard".
> : They also have a newer version with even more buttons, but I don't
> : have acces
In message <[EMAIL PROTECTED]> Mike Pritchard writes:
: Here are the codes for the Compaq "Easy Access Internet Keyboard".
: They also have a newer version with even more buttons, but I don't
: have access to one, so I can't supply the codes for it. If someone
: is going to do some work to get th
Here are the codes for the Compaq "Easy Access Internet Keyboard".
They also have a newer version with even more buttons, but I don't
have access to one, so I can't supply the codes for it. If someone
is going to do some work to get the Microsoft keyboard's extra keys
to work, it shouldn't be har
On 14-Apr-00 Warner Losh wrote:
> That's what I'm seeing here.
> now, to find some time to "package" it into something the FreeBSD can
> use.
>
> And also to hack XFree86 into groking them.
>
> Ah, but that would require that I have something like freetime.
Well, I can probably get FreeBSD to
In message <[EMAIL PROTECTED]> Anatoly Vorobey writes:
: Also this may be of help:
:
: http://www.microsoft.com/hwdev/desinit/scancode.htm
:
: It doesn't seem to contain anything about enabling them though, seems
: like they should just emit the scancodes listed.
That's what I'm seeing he
In message <[EMAIL PROTECTED]> Anatoly Vorobey writes:
: Use this simple prog to cough up the scancodes:
OK. Looks like the new microsoft keyboard that I have does indeed
just send the scan codes. I have just a few keys:
Key DownUp
--
On Sat, Apr 15, 2000 at 01:43:40AM +0930, Daniel O'Connor <[EMAIL PROTECTED]\
>,Daniel O'Connor wrote:
>
> On 14-Apr-00 Warner Losh wrote:
> > I also yesterday got one of those damn microsoft internet keyboards
> > and it has lots of extra keys that don't show up either. Including
> > the W
> I will see if I can try what Anatoly suggests.. :)
Use this simple prog to cough up the scancodes:
#include
#include
#include
#include
#include
void die(char *str) {
perror(str);
exit(0);
}
int main(void) {
int err, mode;
struct termios term_saved, term;
int i;
char ch;
e
>
> > explicitly enable the extra keys?
>
I think Windows NT makes it pretty easy to snoop a serial port on the local
machine. I wonder if that also applies to the keyboard port as well.
Otherwise, we need someone with a good old logic analyser. :-)
Kees Jan
In message <[EMAIL PROTECTED]> "Daniel O'Connor
<[EMAIL PROTECTED]>,Daniel O'Connor" writes:
: I couldn't find any info about the technical jiggery pokery of them on the web
: though :(
Yea. Once I get a few minutes to play with it, I'll see what's up.
In the past when I've had keyboards with e
On 14-Apr-00 Warner Losh wrote:
> I also yesterday got one of those damn microsoft internet keyboards
> and it has lots of extra keys that don't show up either. Including
> the Wakeup, Sleep and power. My belief is that maybe you have to
> explicitly enable the extra keys?
Could be :-/
I coul
In message <[EMAIL PROTECTED]> "Daniel
O'Connor" writes:
: I put together a new PC and noticed the keyboard I bought has 3 extra keys
: (Wakeup, Sleep, and Power). I wondered if they could be used by mapping
: scancodes to the corresponding meanings, but I can't find the scan codes.
I also yester
You, Daniel O'Connor, were spotted writing this on Fri, Apr 14, 2000 at 05:54:16PM
+0930:
> Hi,
> I put together a new PC and noticed the keyboard I bought has 3 extra keys
> (Wakeup, Sleep, and Power). I wondered if they could be used by mapping
> scancodes to the corresponding meanings, but I c
19 matches
Mail list logo