On Tuesday 03 July 2007, Alan Stern wrote:
> In the end, we may be forced not to autosuspend keyboards and mice.
> There are lots of problems. One is broken hardware, as we see here.
This is unfortunate, but I suspect you're right. We may need a
userspace database of devices which are known n
On Thu, 5 Jul 2007, Robert Marquardt wrote:
> Alan Stern schrieb:
>
> > Does Windows ever actually suspend the keyboard at all?
>
> I do not know. I prefer switching off my computer.
> The main differences i see for HID devices with the OS running is that
> Windows constantly sends Keep Alive p
Alan Stern schrieb:
> Does Windows ever actually suspend the keyboard at all?
I do not know. I prefer switching off my computer.
The main differences i see for HID devices with the OS running is that
Windows constantly sends Keep Alive packets and that it polls the
devices always. Linux only po
On Wed, 4 Jul 2007, Jiri Kosina wrote:
> On Wed, 4 Jul 2007, Kay Sievers wrote:
>
> > It's a recent standard and cheap Logitec mouse. If you can't reproduce
> > it, let me know if I should try to capture the traffic.
>
> Hi Kay and Alan,
>
> actually I found a random logitech optical mouse her
On Wed, 4 Jul 2007, Robert Marquardt wrote:
> Jiri Kosina schrieb:
>
> > It could be that only the light goes on for a few seconds (Alan, are you
> > sure that the power would not suffice?), but the mouse is not issuing any
> > wakeup request.
>
> If a USB device suspends because te bus goes i
On Wed, 4 Jul 2007, Kay Sievers wrote:
> It's a recent standard and cheap Logitec mouse. If you can't reproduce
> it, let me know if I should try to capture the traffic.
Hi Kay and Alan,
actually I found a random logitech optical mouse here (VID:PID 046d:c019)
and can observe precisely the sam
Jiri Kosina schrieb:
> It could be that only the light goes on for a few seconds (Alan, are you
> sure that the power would not suffice?), but the mouse is not issuing any
> wakeup request.
If a USB device suspends because te bus goes idle then it is allowed to
draw 2.5 mA if it is a 500 mA de
On Tue, 2007-07-03 at 18:54 +0200, Jiri Kosina wrote:
>On Tue, 3 Jul 2007, Alan Stern wrote:
>
>> It's totally bogus! With no driver loaded, the mouse won't be enabled
>> for remote wakeup. Consequently it should never be resumed, no matter
>> what you do to it. If it does send a wakeup reques
Alan Stern wrote:
>On Tue, 3 Jul 2007, Jiri Kosina wrote:
>> On Tue, 3 Jul 2007, Alan Stern wrote:
>>
>> > It's totally bogus! With no driver loaded, the mouse won't be enabled
>> > for remote wakeup. Consequently it should never be resumed, no matter
>> > what you do to it. If it does send a
On Tue, 3 Jul 2007, Oliver Neukum wrote:
> Am Dienstag, 3. Juli 2007 schrieb Jiri Kosina:
> > OK, it seems that vendors of usb keyboards probably rely too much on fact
> > that the keyboards could be quite slow and flaky without anyone
> > complaining under normal load, and therefore implement t
On Tue, 3 Jul 2007, Jiri Kosina wrote:
> On Tue, 3 Jul 2007, Alan Stern wrote:
>
> > It's totally bogus! With no driver loaded, the mouse won't be enabled
> > for remote wakeup. Consequently it should never be resumed, no matter
> > what you do to it. If it does send a wakeup request then th
Am Dienstag, 3. Juli 2007 schrieb Jiri Kosina:
> OK, it seems that vendors of usb keyboards probably rely too much on fact
> that the keyboards could be quite slow and flaky without anyone
> complaining under normal load, and therefore implement the things very
> badly. Oliver, I currently think
On Tue, 3 Jul 2007, Alan Stern wrote:
> It's totally bogus! With no driver loaded, the mouse won't be enabled
> for remote wakeup. Consequently it should never be resumed, no matter
> what you do to it. If it does send a wakeup request then the mouse is
> buggy. Conversely, if the mouse does
On Tue, 3 Jul 2007, Kay Sievers wrote:
> > During a lunch at OLS you mentioned something about watching the LED on
> > your USB mouse turn on and off as it autosuspended and resumed. I
> > don't remember the details, but it sounded peculiar. Can you explain
> > what you were referring to?
>
Kay:
During a lunch at OLS you mentioned something about watching the LED on
your USB mouse turn on and off as it autosuspended and resumed. I
don't remember the details, but it sounded peculiar. Can you explain
what you were referring to?
Alan Stern
---
Hello
We are running Linux 2.4.20 on a custom hardware. We are using a USB based
3M touch screen. After Linux comes up, the touch screen is responding. We
use JRE for the UI and when we touch the screen while JRE is being untarred
the touch screen stops responding after a few touches.
We tried th
Hi,
I've been testing around, and fund that my very own USB mouse (a
standard Packard Bell 5v 100mA, model IO-3UP)doesn't work when it's
expected or just doesn't work at all.
The problem is maybe the most strange thing I've ever seen. The device
is known to work (tested on other boxes, with diffe
On Tuesday 28 December 2004 6:10 am, Jayaprakash Shanmugam wrote:
> Hi All,
>
> I use MPC 8270 based board and it has an USB 1.1
> device port available in it. I want to make this
> device to act as a mouse. I need to have mouse
> movement, left click , right click and the middle
> click ev
Hi All,
I use MPC 8270 based board and it has an USB 1.1
device port available in it. I want to make this
device to act as a mouse. I need to have mouse
movement, left click , right click and the middle
click events.
To give you a general picture :
I want to emulate the USB mouse using th
Hi All,
I am emulating the USB mouse from a PPC based controller. ie PPC
acts as a mouse. Currently, I am going through usbmouse.c. Is it
enough to go through this file alone to send the X, Y co-ordinatinates
to the host PC ?
Or
put it in a simpler way, how to send the mouse co-ordinates
Hi,
I have problem with Creative Wireless 6000 mouse.
The cursor movement is not smooth, instead it jumps.
I'm sure not all events from the mouse are reported
in /dev/input/mice. For example: when I move mouse around
in galeon window and press right button the popup menu
sometimes doesn't show up,
Hello again,
I had written previously in regards to getting an embedded PXA255 chip
to work as a simulated USB mouse using the GadgetFS API. I have been
able to properly alter the example usb.c code example from GadgetFS to
initialize properly as a USB mouse. It uses only the control ep0
thread
I originally sent this to -users by mistake...
---
I'm seeing frequent issues with my usb mouse under the 2.6.2 kernel, in
which the pointer will suddenly freeze. It remains stuck until I tap a
key on the keyboard, at which point it continues working normally (for
a little while). Also, the key
Hello,
I have also posted this to the users forum, and it was suggested to post
here as well.
When connecting a Windows XP host to an embedded Linux device, I would
like to 'trick' the Windows PC to think that the embedded Linux board is
instead a USB mouse. The embedded board has USB function
On Tue, 2 Dec 2003, Alan Stern wrote:
> I wonder if this couldn't be something as simple as a bad cable
> connection. If a power line was jarred loose it might do something like
> this. I know you said it hasn't happened under Windows, but it's still a
> possibility. Otherwise there's no sig
On Tue, 2 Dec 2003, Nurnberg-LaZerte wrote:
> ** Reply to message from Alan Stern <[EMAIL PROTECTED]> on Mon, 1 Dec 2003 14:35:40
> -0500 (EST)
> >Load the uhci-hcd driver by hand, using the command
> > modprobe uhci-hcd debug=3
>
> OK, now using kernel 2.6.0-test11 with CONFIG_USB_DEBUG=y a
** Reply to message from Alan Stern <[EMAIL PROTECTED]> on Mon, 1 Dec 2003 14:35:40
-0500 (EST)
>Load the uhci-hcd driver by hand, using the command
> modprobe uhci-hcd debug=3
OK, now using kernel 2.6.0-test11 with CONFIG_USB_DEBUG=y and "modprobe uhci-hcd
debug=3". But when the usb optic
On Mon, 1 Dec 2003, Nurnberg-LaZerte wrote:
> USB mouse occasionally hangs in 2.4.22 using usb-uhci module with these
> error:
> Nov 26 13:15:38 asustwo kernel: usb-uhci.c: interrupt, status 3, frame# 996
> Nov 26 13:15:43 asustwo kernel: usb-uhci.c: interrupt, status 3, frame# 1916
> ... on and o
USB mouse occasionally hangs in 2.4.22 using usb-uhci module with these error:
Nov 26 13:15:38 asustwo kernel: usb-uhci.c: interrupt, status 3, frame# 996
Nov 26 13:15:43 asustwo kernel: usb-uhci.c: interrupt, status 3, frame# 1916
... on and on.
Also the optical mouse light dims. The problem doe
On Mon, Mar 17, 2003 at 04:19:17PM +0100, Kentropy wrote:
> Hello,
> I'm trying to use a Logitech USB optical mouse with linux-2.4.18-rmk7 and Qt-3.0.4
> I enabled CONFIG_USB and CONFIG_USB_OHCI and CONFIG_HID
> then
> mkdir -p /dev/input
> mknod /dev/input/mice c 13 63
> ln -s /dev/input/mi
Hello,
I'm trying to use a Logitech USB optical mouse with linux-2.4.18-rmk7 and Qt-3.0.4
I enabled CONFIG_USB and CONFIG_USB_OHCI and CONFIG_HID
then
mkdir -p /dev/input
mknod /dev/input/mice c 13 63
ln -s /dev/input/mice /dev/mouse
The mouse moved randomly on the screen and a little move
Hello ok I'm now gonna try and do a better bug report.
Hope your the right place(s) to e-mail. (sorry if not)
Description: USB mouse system crash with usb-ohci driver.
General:
When I load the usb-ohci driver and the plug in the usb mouse (or if the
mouse is alread plugged in)
then the system
Hello,
I'm looking for a Diagnostic Software for USB mouse and keyboard
I'm using arm-linux for SA1110
Please help me posting some useful link
TIA
---
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power & Color in
--- David Brownell <[EMAIL PROTECTED]> wrote:
> > But the mouse
> > doesn't work.
>
> And you know this -- how?
I did a cat on /dev/input/mice and moved mice it
didn't put any garbage.
"mouse doesn't work" I meant in Xwindows it doesn't
move at all.
>
> # od -c /dev/input/mice
>
Hi
I have NEC USB 2.0 card and I'm trying to make my
usb mouse to work. I have all the drivers loaded
correctly
including
usbcore,ehci,uhci and system is detecting a usb mouse
and loads hid and mousedev.o files. But the mouse
doesn't work.
I have tried with 2.5.24 and 2.4.19 kernel in both
ke
How can i enable the USB mouse in Linux Mandrake 8? It was working during
the installation but when it rebooted to the installed system (KDE
environment) it wouldn't work.
Thank you
_
Get Your Private, Free E-mail from M
36 matches
Mail list logo