rules: Limit USB autosuspend on USB HID devices
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.
Artem Bityutskiy:
This patch is a back-port from the systemd project:
git://anongit.freedesktop.org/systemd/systemd
commit ID
e0386cf2809219bbdd30895f46f1f567b56902b6
It fixes the TIVI-162 Tizen IVI issue for use:
https://bugs.tizen.org/jira/browse/TIVI-162
(And I actually did verify that it does fix it).