mirror of
git://slackware.nl/current.git
synced 2025-01-06 05:25:20 +01:00
24 lines
1 KiB
Diff
24 lines
1 KiB
Diff
|
From 305f62adf052aa972523d083ca44d3050f659ec9 Mon Sep 17 00:00:00 2001
|
||
|
From: muzena <trebelnik2@gmail.com>
|
||
|
Date: Wed, 8 Jul 2015 17:11:25 +0200
|
||
|
Subject: [PATCH 4/4] rules: Add support for Logitech G700s/G700 Gaming Mouse
|
||
|
|
||
|
https://bugs.freedesktop.org/show_bug.cgi?id=91270
|
||
|
---
|
||
|
rules/95-upower-csr.rules | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/rules/95-upower-csr.rules b/rules/95-upower-csr.rules
|
||
|
index 39539ca..3b83665 100644
|
||
|
--- a/rules/95-upower-csr.rules
|
||
|
+++ b/rules/95-upower-csr.rules
|
||
|
@@ -29,4 +29,5 @@ ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c532", DRIVER=="logitech-djdevice",
|
||
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52b", DRIVER=="logitech-hidpp-device", ENV{UPOWER_BATTERY_TYPE}="unifying"
|
||
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c532", DRIVER=="logitech-hidpp-device", ENV{UPOWER_BATTERY_TYPE}="unifying"
|
||
|
ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52f", ENV{UPOWER_BATTERY_TYPE}="lg-wireless"
|
||
|
+ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c531", ENV{UPOWER_BATTERY_TYPE}="lg-wireless"
|
||
|
LABEL="up_unifying_end"
|
||
|
--
|
||
|
2.6.4
|
||
|
|