summaryrefslogtreecommitdiff
path: root/hwdb.d/70-input-devices.hwdb
blob: 7db24316d4eaeba4e9b7b79f8767c87eabbec062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This file is part of systemd.
#
# Database for input devices that need hidraw access for all the features to work.
#
# This currently only covers Logitech receivers (Bolt, Unifying, etc.) and Bluetooth
# Logitech devices.
#
# 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
################
# USB-connected Logitech receivers and devices
usb:v046d*
 ID_INPUT_DEVICE_NEEDS_RAW=1

# Lenovo Nano Receiver
usb:v17efp6042*
 ID_INPUT_RECEIVER_NEEDS_RAW=1

# Bluetooth-connected Logitech devices
bluetooth:v046d*
 ID_INPUT_RECEIVER_NEEDS_RAW=1