All of lore.kernel.org
 help / color / mirror / Atom feed
* usb mouse in 2.2.10
@ 1999-07-27  2:58 Robert Brose
  1999-07-27  4:27 ` Brad Midgley
  1999-07-28  1:46 ` Paul Mackerras
  0 siblings, 2 replies; 4+ messages in thread
From: Robert Brose @ 1999-07-27  2:58 UTC (permalink / raw)
  To: linuxppc-dev


Thanks for those that helped with the usb keyboard and 2.2.10. Now that the
keyboard is working
on the iMac, I've got one observation and a question.

1) The keyboard response is somewhat odd. If I type "cd /anything" at the
prompt, it fairly
regularly does cdcd /anything on the echo. It's hard to pin down because it
isn't
completely consistent. I'm guessing an odd debounce problem.. It seems to only
happen on
a few characters. The same machine works fine with 2.2.5.

2) The mouse is inoperative in X. The links are...
[bob@imac /dev]$ ls -l *mouse*
crw-r--r--   1 root     root      10,  10 Apr 30 10:54 adbmouse
lrwxrwxrwx   1 root     root            8 Jun 16 12:08 mouse -> usbmouse
crw-rw-r--   1 root     root      10,   6 May  5  1998 sunmouse
lrwxrwxrwx   1 root     root           11 Jun 16 11:45 usbmouse -> hidbp-mse-0

The X pointer section..
Section "Pointer"
    Protocol    "BusMouse"
    Device      "/dev/mouse"

If I cat /dev/mouse and move it I get moving lines of junk as I would expect.
The bus mouse
protocol looks suspicious but it works in 2.2.5 and I haven't found anything to
replace it with
yet.

Bob
-- 
Robert E. Brose II    N0QBJ
http://www.jriver.com/~bob/
bob@kunk.jriver.com

[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: usb mouse in 2.2.10
  1999-07-27  2:58 usb mouse in 2.2.10 Robert Brose
@ 1999-07-27  4:27 ` Brad Midgley
  1999-07-28  1:46 ` Paul Mackerras
  1 sibling, 0 replies; 4+ messages in thread
From: Brad Midgley @ 1999-07-27  4:27 UTC (permalink / raw)
  To: Robert Brose; +Cc: linuxppc-dev


> Protocol    "BusMouse"

starting with 2.2.10 it should be "IMPS/2"

Brad
brad@pht.com | http://www.pht.com/~brad/



[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: usb mouse in 2.2.10
  1999-07-27  2:58 usb mouse in 2.2.10 Robert Brose
  1999-07-27  4:27 ` Brad Midgley
@ 1999-07-28  1:46 ` Paul Mackerras
  1999-07-28 21:24   ` Robert E. Brose II
  1 sibling, 1 reply; 4+ messages in thread
From: Paul Mackerras @ 1999-07-28  1:46 UTC (permalink / raw)
  To: bob; +Cc: linuxppc-dev


Robert Brose <bob@jriver.com> wrote:

> 1) The keyboard response is somewhat odd. If I type "cd /anything" at the
> prompt, it fairly
> regularly does cdcd /anything on the echo. It's hard to pin down because it

This is a problem in the USB keyboard driver, where it doesn't handle
the `key rollover error' keycode correctly.  The iMac keyboard gives
this keycode if you press more than 2 keys (other than modifiers) at
once.

> If I cat /dev/mouse and move it I get moving lines of junk as I would expect.
> The bus mouse
> protocol looks suspicious but it works in 2.2.5 and I haven't found anything to
> replace it with
> yet.

Use "IMPS/2" (or "imps2" for gpm).

Paul.

[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: usb mouse in 2.2.10
  1999-07-28  1:46 ` Paul Mackerras
@ 1999-07-28 21:24   ` Robert E. Brose II
  0 siblings, 0 replies; 4+ messages in thread
From: Robert E. Brose II @ 1999-07-28 21:24 UTC (permalink / raw)
  To: Paul.Mackerras


User Paul Mackerras says:
> Robert Brose <bob@jriver.com> wrote:
> 
> > 1) The keyboard response is somewhat odd. If I type "cd /anything" at the
> > prompt, it fairly
> > regularly does cdcd /anything on the echo. It's hard to pin down because it
> 
> This is a problem in the USB keyboard driver, where it doesn't handle
> the `key rollover error' keycode correctly.  The iMac keyboard gives
> this keycode if you press more than 2 keys (other than modifiers) at
> once.

Aha, I am definitely a N-Key rollover person!
 
> > If I cat /dev/mouse and move it I get moving lines of junk as I would expect.
> > The bus mouse
> > protocol looks suspicious but it works in 2.2.5 and I haven't found anything to
> > replace it with
> > yet.
> 
> Use "IMPS/2" (or "imps2" for gpm).

Works well but if I pick up a window and move it around quickly a lot I
can make the mouse cursor go bye-bye.

Bob

-- 
|   Robert E. Brose II         (N0QBJ)          | J. River, Inc.         |
|      WWW:   http://www.jriver.com/~bob/       | 125 North First Street |
|      EMAIL: mailto:bob@jriver.com             | Minneapolis, MN 55401  |
|                                               | 612-339-2521 x212      |


[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-07-28 21:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-07-27  2:58 usb mouse in 2.2.10 Robert Brose
1999-07-27  4:27 ` Brad Midgley
1999-07-28  1:46 ` Paul Mackerras
1999-07-28 21:24   ` Robert E. Brose II

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.