diff --git a/55-projecteur.rules.in b/55-projecteur.rules.in index 53774ab..16dad01 100644 --- a/55-projecteur.rules.in +++ b/55-projecteur.rules.in @@ -12,7 +12,7 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c548", MODE="0660 # Additional supported USB devices @EXTRA_USB_UDEV_RULES@ -# Rule fot the Logitech Spotlight when connected via Bluetooth +# Rule for the Logitech Spotlight when connected via Bluetooth # Updated rule, thanks to Torsten Maehne (https://github.com/maehne) SUBSYSTEMS=="input", ENV{LIBINPUT_DEVICE_GROUP}="5/46d/b503*", ATTRS{name}=="SPOTLIGHT*", MODE="0660", TAG+="uaccess" # Additional rule for Bluetooth sub-devices (hidraw) diff --git a/README.md b/README.md index 3ae1eed..55fc43d 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ presenters vibrate when time expires. | AVATTO i10 Pro | USB | `2571:4109` | | August LP310 | USB | `69a7:9803` | | Norwii Wireless Presenter | USB | `3243:0122` | +| Norwii N95s BLE Presenter | USB receiver / Bluetooth | `3243:0382` / `3243:03a2` | | Kensington PowerPointer | USB | `1ea7:0002` | Projecteur can also accept an additional device at runtime with diff --git a/devices.conf b/devices.conf index e6ca400..5304a54 100644 --- a/devices.conf +++ b/devices.conf @@ -12,4 +12,6 @@ 0x17ef, 0x60db, bt, Lenovo ThinkPad X1 Presenter Mouse 0x69a7, 0x9803, usb, August LP310 0x3243, 0x0122, usb, Norwii Wireless Presenter +0x3243, 0x0382, usb, Norwii N95s BLE Presenter +0x3243, 0x03a2, bt, Norwii N95s BLE Presenter 0x1ea7, 0x0002, usb, Kensington PowerPointer