linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Novatek USB Keyboard/Mouse Bug
@ 2003-08-28 21:51 Ivan Gyurdiev
  2003-08-28 21:59 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Ivan Gyurdiev @ 2003-08-28 21:51 UTC (permalink / raw)
  To: Greg KH, Linux-Kernel

Hi, I finally figured out why my wireless mouse turns off and on 
randomly every once in a while and works depending on the usb hub it is 
in - it's the keyboard's fault.

My mouse is:
PM: Adding info for usb:2-2
input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:10.0-2

My keyboard is:
PM: Adding info for usb:2-1
input: USB HID v1.00 Keyboard [NOVATEK Keyboard NT6881] on 
usb-0000:00:10.0-1
PM: Adding info for usb:2-1:0
input: USB HID v1.00 Mouse [NOVATEK Keyboard NT6881] on usb-0000:00:10.0-1
PM: Adding info for usb:2-1:1


As you can see the kernel thinks it's also a mouse, which it definitely 
is not. I've previously posted this to LKML somewhere, and my 
impressions were that people don't think it's a bug, since some other 
model of that keyboard worked together with a mouse somehow. Perhaps 
that's true, but I do not have a second mouse. The kernel thinks I do, 
and switching the keyboard and the mouse usb hubs results in mouse 
devices reordering and X not working with the proper mouse (attempting 
to use the keyboard as mouse, which apparently does not work).




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

* Re: Novatek USB Keyboard/Mouse Bug
  2003-08-28 21:51 Novatek USB Keyboard/Mouse Bug Ivan Gyurdiev
@ 2003-08-28 21:59 ` Greg KH
  2003-08-28 23:35   ` Ivan Gyurdiev
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2003-08-28 21:59 UTC (permalink / raw)
  To: Ivan Gyurdiev; +Cc: Linux-Kernel

On Thu, Aug 28, 2003 at 05:51:42PM -0400, Ivan Gyurdiev wrote:
> Hi, I finally figured out why my wireless mouse turns off and on 
> randomly every once in a while and works depending on the usb hub it is 
> in - it's the keyboard's fault.
> 
> My mouse is:
> PM: Adding info for usb:2-2
> input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:10.0-2
> 
> My keyboard is:
> PM: Adding info for usb:2-1
> input: USB HID v1.00 Keyboard [NOVATEK Keyboard NT6881] on 
> usb-0000:00:10.0-1
> PM: Adding info for usb:2-1:0
> input: USB HID v1.00 Mouse [NOVATEK Keyboard NT6881] on 
> usb-0000:00:10.0-1
> PM: Adding info for usb:2-1:1
> 
> 
> As you can see the kernel thinks it's also a mouse, which it definitely 
> is not. I've previously posted this to LKML somewhere, and my 
> impressions were that people don't think it's a bug, since some other 
> model of that keyboard worked together with a mouse somehow. Perhaps 
> that's true, but I do not have a second mouse. The kernel thinks I do, 
> and switching the keyboard and the mouse usb hubs results in mouse 
> devices reordering and X not working with the proper mouse (attempting 
> to use the keyboard as mouse, which apparently does not work).

Why not just use /dev/mice and then you don't have to worry about the
mice ording issue?

Also lots of USB keyboards have a fake "mouse" within them to handle
some of the extended keys.  It's quite common.

thanks,

greg k-h

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

* Re: Novatek USB Keyboard/Mouse Bug
  2003-08-28 21:59 ` Greg KH
@ 2003-08-28 23:35   ` Ivan Gyurdiev
  0 siblings, 0 replies; 3+ messages in thread
From: Ivan Gyurdiev @ 2003-08-28 23:35 UTC (permalink / raw)
  To: Greg KH; +Cc: Linux-Kernel


> Why not just use /dev/mice and then you don't have to worry about the
> mice ording issue?


Hmm..didn't know I could do that - will work, I guess.
Thank you.





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

end of thread, other threads:[~2003-08-28 23:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-28 21:51 Novatek USB Keyboard/Mouse Bug Ivan Gyurdiev
2003-08-28 21:59 ` Greg KH
2003-08-28 23:35   ` Ivan Gyurdiev

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).