diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2021-05-05 23:10:29 +0900 |
---|---|---|
committer | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2021-05-05 23:10:29 +0900 |
commit | 002f6e92af14ddb864b7951208e4d93bd32ca61a (patch) | |
tree | 4c66937ee1542db5b563aa5a8f05e7837c682add /rules.d/50-udev-default.rules.in | |
parent | fae95d9ff5293aa5312f0b14331939d66e81e405 (diff) | |
download | systemd-002f6e92af14ddb864b7951208e4d93bd32ca61a.tar.gz |
hwdb: ieee1394-unit-function: add entry for AV/C device with generic AV/C command set
Typical node of AV/C device has standard content of configuration ROM.
This is defined in documentation of 1394 Trading Association.
* Configuration ROM for AV/C Devices 1.0 (Dec. 12, 2000, 1394 Trading
Association, TA Document 1999027)
However, it brings an issue that the functions in AV/C device are not
distinguished just by the content of configuration ROM.
In former commit, hardware database was added to describe function type
of unit in the node, then udev rules are added to utilize the database.
However, we have an request to obsolete existent udev rules by putting
enough entries to the database. It should be done carefully.
This commit adds entry into hardware database just for backward
compatibility. The entry can match to some node and unit unexpectedly.
Therefore this commit modifies existent entries to invalidate the effect
from added entry.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Diffstat (limited to 'rules.d/50-udev-default.rules.in')
-rw-r--r-- | rules.d/50-udev-default.rules.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rules.d/50-udev-default.rules.in b/rules.d/50-udev-default.rules.in index eab6c73461..7ba3b70e09 100644 --- a/rules.d/50-udev-default.rules.in +++ b/rules.d/50-udev-default.rules.in @@ -49,7 +49,6 @@ SUBSYSTEM=="sound", GROUP="audio", \ SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0664" -SUBSYSTEM=="firewire", ATTR{units}=="*0x00a02d:0x010001*", GROUP="video" SUBSYSTEM=="firewire", ATTR{units}=="*0x00a02d:0x014001*", GROUP="video" SUBSYSTEM=="firewire", TEST=="units", TEST=="model", \ |