mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
106f64cbd6
Give access to USB/Bluetooth lights such as the Logitech Litra family of devices. The Logitech devices in particular are accessible through USB and Bluetooth.
25 lines
586 B
Plaintext
25 lines
586 B
Plaintext
# This file is part of systemd.
|
|
#
|
|
# Database for remote controllable lights that should be accessible to the seat owner,
|
|
# such as Bluetooth or USB lights that are used in conjuction with the computer like
|
|
# streaming lights.
|
|
#
|
|
# To add local entries, copy this file to
|
|
# /etc/udev/hwdb.d/
|
|
# and add your rules there. To load the new rules execute (as root):
|
|
# systemd-hwdb update
|
|
# udevadm trigger
|
|
|
|
################
|
|
# Logitech
|
|
################
|
|
# Litra Beam
|
|
bluetooth:v046dpc901*
|
|
usb:v046dpc901*
|
|
ID_AV_LIGHTS=1
|
|
|
|
# Litra Glow
|
|
bluetooth:v046dpc900*
|
|
usb:v046dpc900*
|
|
ID_AV_LIGHTS=1
|