From 3ae9caeae5bd6d1c07cede8a0dc25ba415f45088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Rodr=C3=ADguez=20Sela?= Date: Mon, 10 Nov 2025 07:09:51 +0100 Subject: [PATCH 1/3] feat: add support for Norwii N95s BLE Presenter (3243:0382) Add USB device ID 3243:0382 for Norwii N95s BLE Presenter to the supported devices list. This device is detected as "Norwii BLE Presenter Dongle" and creates mouse, keyboard, and generic HID interfaces. --- devices.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/devices.conf b/devices.conf index e6ca400..a0a6ec5 100644 --- a/devices.conf +++ b/devices.conf @@ -12,4 +12,5 @@ 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 0x1ea7, 0x0002, usb, Kensington PowerPointer From a9b7d2be89ec5cd37a5b15e1ac1b754d2f72c352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Rodr=C3=ADguez=20Sela?= Date: Mon, 10 Nov 2025 07:17:28 +0100 Subject: [PATCH 2/3] feat: add Bluetooth support for Norwii N95s BLE Presenter (3243:03a2) Add Bluetooth device ID 3243:03a2 for Norwii N95s BLE Presenter. The device uses different product IDs for USB (0382) and Bluetooth (03a2) connections. --- devices.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/devices.conf b/devices.conf index a0a6ec5..5304a54 100644 --- a/devices.conf +++ b/devices.conf @@ -13,4 +13,5 @@ 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 From ddfe2820f0bde12a3b281f6aa2349da809d8ecf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Rodr=C3=ADguez=20Sela?= Date: Mon, 10 Nov 2025 07:20:59 +0100 Subject: [PATCH 3/3] NIT --- 55-projecteur.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/55-projecteur.rules.in b/55-projecteur.rules.in index af46131..ea04b85 100644 --- a/55-projecteur.rules.in +++ b/55-projecteur.rules.in @@ -9,7 +9,7 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c53e", 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)