summaryrefslogtreecommitdiff
path: root/rules/42-usb-hid-pm.rules
Commit message (Collapse)AuthorAgeFilesLines
* rules: don't enable usb pm for Avocent devicesTom Hirst2014-06-271-4/+0
| | | | | The Avocent KVM over IP devices doesn't work correctly with USB power management enabled.
* rules: update qemu hid rulesGerd Hoffmann2014-03-241-7/+8
| | | | | | | | | Update comment to be a bit more specific. Change match to blacklist the serial number of the broken devices instead of whitelisting the serial number of the fixed devices. This allows to do something useful with the serial number in the future.
* Drop trailing whitespaceTollef Fog Heen2013-03-221-1/+1
|
* rules: usb-hid-pm - remove AMI devicesKay Sievers2012-12-061-9/+3
| | | | | | | | | | | | | | | | | On Thu, Dec 6, 2012 at 9:20 AM, Robert Milasan <rmilasan@suse.com> wrote: > It seems that the added rules: > > ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="046b", > ATTR{idProduct}=="ff10", TEST=="power/control", > ATTR{power/control}="auto" > > creates problems for people with Supermicro X8ST3 mb (and maybe > other Supermicro mb's) and renders the KVM-over-IP unusable, at BIOS > and GRUB the KVM works perfectly, but after that the device is unusable. > > Dropping the rule fixes the issue. > > Reference bug: https://bugzilla.novell.com/show_bug.cgi?id=792576
* rules: Remove HP iLO from USB HID PM rulesTony Camuso2012-10-231-10/+0
| | | | | | | | | | | HP iLO fw versions below 1.50 incorrectly report that HP iLO virtual Kbd/Mouse supports remote wakeup. With the rules change in commit 3bfc7a97b1824fcdfb738617d9a5450a20a22a0f, the HP iLO was listed for power control. In iLO fw versions less than 1.50, the iLO Kbd/Mouse become unresponsive once they are suspended. HP iLO fw versions 1.50+ correctly report that they don't support remote wakeup, which makes the rules moot in any case.
* rules: fix typo in 42-usb-hid-pm.rulesKay Sievers2012-07-141-2/+2
| | | | | | | | <arjan> can you open the 42-usb-hid-pm.rules file <arjan> and go to line 46 <arjan> and tell me why ATTR{idProduct}="0002" only has one = and not two (e.g. == ) ? <kay> arjan: yep <kay> arjan: bug
* rules: Limit USB autosuspend on USB HID devicesMatthew Garrett2012-05-271-0/+6
| | | | | | Some USB ports on external hubs may be reported as "fixed". We only want to auto-enable this on ports that are internal to the machine, so check the parent state as well.
* move imported udev into placeKay Sievers2012-04-041-0/+49