Skip to content

Commit 2114a49

Browse files
Added support for 0b05:19b6 (GA503)
Signed-off-by: black.dragon74 <[email protected]>
1 parent 2ef6566 commit 2114a49

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(c) 2020 black.dragon74 aka Nick
44

5-
macOS HID driver based on DriverKit for Asus ROG notebook built-in keyboard. Tested on 0b05:1869. Should support 0b05:1866, 0b05:1854, 0b05:1837, 0b05:1822.
5+
macOS HID driver based on DriverKit for Asus ROG notebook built-in keyboard. Tested on 0b05:1869. Should support 0b05:1866, 0b05:1854, 0b05:1837, 0b05:1822, 0b05:19b6.
66

77
For enhanced functionality, use with [ROGSwitch](https://github.com/black-dragon74/ROGSwitch).
88

ROG-HID-Driver/Info.plist

+23
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,29 @@
142142
<key>VendorID</key>
143143
<integer>2821</integer>
144144
</dict>
145+
<key>0b05_19b6</key>
146+
<dict>
147+
<key>BacklightAutoTurnOff</key>
148+
<integer>1</integer>
149+
<key>CFBundleIdentifier</key>
150+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
151+
<key>FixCapsLockLED</key>
152+
<integer>1</integer>
153+
<key>IOClass</key>
154+
<string>AppleUserHIDEventService</string>
155+
<key>IOKitDebug</key>
156+
<integer>16384</integer>
157+
<key>IOProviderClass</key>
158+
<string>IOHIDInterface</string>
159+
<key>IOUserClass</key>
160+
<string>ROG_HID_Driver</string>
161+
<key>IOUserServerName</key>
162+
<string>com.black-dragon74.ROG-HID-Driver</string>
163+
<key>ProductID</key>
164+
<integer>6582</integer>
165+
<key>VendorID</key>
166+
<integer>2821</integer>
167+
</dict>
145168
</dict>
146169
<key>OSBundleUsageDescription</key>
147170
<string>HID Event Driver for ROG HID Keyboards</string>

0 commit comments

Comments
 (0)