Linux Hotplug development
 help / color / mirror / Atom feed
* USB suspend and Logitech Iilluminated Keyboard
@ 2010-10-31 17:38 Roland Ramthun
  2010-11-01 15:33 ` Kay Sievers
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Roland Ramthun @ 2010-10-31 17:38 UTC (permalink / raw)
  To: linux-hotplug

[-- Attachment #1: Type: text/plain, Size: 713 bytes --]

Hello list,

I recently bought a Logitech Illuminated Keyboard, which has, as the name suggests, a background illumination.

After activating USB suspend (USB_SUSPEND) in the kernel, the keyboard is rendered unusable:
*) It starts to flash (suspend -> immediate wakeup, even without a key pressed -> suspend -> ...)
*) While starting up the illumination after every suspend, key presses are not recognized for fractions of a second

I wrote an udev rule to disable USB suspend for this specific model, which solves the described problems. You'll find it attached.

Is there another way to circumvent this problem?
If not, please consider to include this rule into the official udev release.

Kind regards,
Roland

[-- Attachment #2: 99-logitech-illuminated-keyboard.rules --]
[-- Type: application/octet-stream, Size: 242 bytes --]

#Disable USB power suspend on Logitech Illuminated Keyboard, which leads to flashing background illumination and short episodes of non responsiveness
SUBSYSTEM=="usb", ATTR{idVendor}=="046d", ATTR{idProduct}=="c318", ATTR{power/control}="on"

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

end of thread, other threads:[~2010-11-01 16:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-31 17:38 USB suspend and Logitech Iilluminated Keyboard Roland Ramthun
2010-11-01 15:33 ` Kay Sievers
2010-11-01 16:38 ` Roland Ramthun
2010-11-01 16:46 ` Kay Sievers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox