Linux Hotplug development
 help / color / mirror / Atom feed
From: Roland Ramthun <mail@roland-ramthun.de>
To: linux-hotplug@vger.kernel.org
Subject: USB suspend and Logitech Iilluminated Keyboard
Date: Sun, 31 Oct 2010 17:38:27 +0000	[thread overview]
Message-ID: <20101031183827.31d721ef.mail@roland-ramthun.de> (raw)

[-- 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"

             reply	other threads:[~2010-10-31 17:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-31 17:38 Roland Ramthun [this message]
2010-11-01 15:33 ` USB suspend and Logitech Iilluminated Keyboard Kay Sievers
2010-11-01 16:38 ` Roland Ramthun
2010-11-01 16:46 ` Kay Sievers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101031183827.31d721ef.mail@roland-ramthun.de \
    --to=mail@roland-ramthun.de \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox