lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4e5e476b0904091453m61ec4e81j7cfdef918bb3dfb3@mail.gmail.com>
Date:	Thu, 9 Apr 2009 23:53:40 +0200
From:	Corrado Zoccolo <czoccolo@...il.com>
To:	Linux-Kernel <linux-kernel@...r.kernel.org>
Subject: linux-2.6.30rc1 mouse stuck with usb autosuspend enabled

Hello,
I found this regression w.r.t. 2.6.29.
When enabling usb automatic power management for all usb peripherals, with:
> for i in /sys/bus/usb/devices/*/power/level; do echo auto > $i; done

after 2 seconds of inactivity (my autosuspend threshold), the mouse
gets stuck under X.
Pushing a mouse button will revive it (and the event is passed to X).
Disabling automatic power management, with:
> for i in /sys/bus/usb/devices/*/power/level; do echo on > $i; done
removes the problem.

My kernel config is attached.

Thanks,
Corrado
-- 
__________________________________________________________________________

dott. Corrado Zoccolo                          mailto:czoccolo@...il.com
PhD - Department of Computer Science - University of Pisa, Italy
--------------------------------------------------------------------------

Download attachment "kernconfig" of type "application/octet-stream" (66015 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ