Skip to content

Commit

Permalink
Merge pull request #60 from mhaeming/main
Browse files Browse the repository at this point in the history
Add support for Razer Blade Pro 17 (Mid 2021)
  • Loading branch information
phush0 authored Mar 25, 2024
2 parents 271dd18 + e489271 commit 51cf6a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions razer_control_gui/data/devices/laptops.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,12 @@
"pid": "02b6",
"features": ["boost", "bho"],
"fan": [2200, 5000]
},
{
"name": "Blade Mid 2021 17 pro",
"vid": "1532",
"pid": "0279",
"features": ["boost"],
"fan": [2300, 4300]
}
]
2 changes: 1 addition & 1 deletion razer_control_gui/data/udev/99-hidraw-permissions.rules
Original file line number Diff line number Diff line change
@@ -1 +1 @@
KERNEL=="hidraw*", ATTRS{idProduct}=="020f|0210|0224|0225|022d|022f|0232|0233|0234|0239|023a|023b|0240|0245|0246|024a|0252|0253|0255|0256|026a|026f|0270|0276|026d|027a|028a|028b|028c|0259|029f|029d|026e|02b6|", ATTRS{idVendor}=="1532", MODE="0666", TAG+="uaccess"
KERNEL=="hidraw*", ATTRS{idProduct}=="020f|0210|0224|0225|022d|022f|0232|0233|0234|0239|023a|023b|0240|0245|0246|024a|0252|0253|0255|0256|026a|026f|0270|0276|026d|027a|028a|028b|028c|0259|029f|029d|026e|02b6|0279|", ATTRS{idVendor}=="1532", MODE="0666", TAG+="uaccess"

0 comments on commit 51cf6a4

Please sign in to comment.