chore: improve comments on udev data.

This commit is contained in:
Alexandre Pujol 2024-03-13 15:58:28 +00:00
parent fef6390b9e
commit 09f1babb7c
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
23 changed files with 37 additions and 37 deletions

View file

@ -329,10 +329,10 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected,mediate_deleted) {
@{run}/udev/data/+input:input@{int} r, # for mouse, keyboard, touchpad
@{run}/udev/data/+platform:* r,
@{run}/udev/data/+dmi:id r,
@{run}/udev/data/+dmi:id r, # for motherboard info
@{run}/udev/data/+acpi* r,
@{run}/udev/data/+pci:* r, # for VGA compatible controller
@{run}/udev/data/+sound:card@{int} r, # for sound
@{run}/udev/data/+pci:* r, # Identifies all PCI devices (CPU, GPU, Network, Disks, USB, etc.)
@{run}/udev/data/+sound:card@{int} r, # for sound card
@{run}/udev/data/+usb* r, # for USB mouse and keyboard
@{run}/udev/data/+i2c:* r,
@{run}/udev/data/+hid:* r, # for HID-Compliant Keyboard