diff options
| author | Ken Chen <[email protected]> | 2021-11-12 13:03:23 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-12 13:03:23 +1000 |
| commit | 430e442e672e932b01712e2b9b9d36c9f212a30e (patch) | |
| tree | 28a631d393359dd4b2406d701f6afdc44955b6c8 /src/lib/razerdevice.c | |
| parent | 482e26fc86c8b3b36d82bded617618e6e3055f13 (diff) | |
| parent | 6825520bdcca811e22c00dc499c7a267c4f27be5 (diff) | |
| download | librazermacos-430e442e672e932b01712e2b9b9d36c9f212a30e.tar.xz librazermacos-430e442e672e932b01712e2b9b9d36c9f212a30e.zip | |
Merge pull request #18 from WrathofthePast/master
Support for New DeathAdder Essential
Diffstat (limited to 'src/lib/razerdevice.c')
| -rwxr-xr-x | src/lib/razerdevice.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/razerdevice.c b/src/lib/razerdevice.c index b5523f4..5847e61 100755 --- a/src/lib/razerdevice.c +++ b/src/lib/razerdevice.c @@ -61,6 +61,7 @@ bool is_keyboard(IOUSBDeviceInterface **usb_dev) case USB_DEVICE_ID_RAZER_BLACKWIDOW_V3_PRO_WIRED: case USB_DEVICE_ID_RAZER_HUNTSMAN_MINI: case USB_DEVICE_ID_RAZER_HUNTSMAN_V2_ANALOG: + case USB_DEVICE_ID_RAZER_HUNTSMAN_V2: return true; } @@ -132,6 +133,7 @@ bool is_mouse(IOUSBDeviceInterface **usb_dev) case USB_DEVICE_ID_RAZER_DEATHADDER_V2_MINI: case USB_DEVICE_ID_RAZER_NAGA_LEFT_HANDED_2020: case USB_DEVICE_ID_RAZER_ATHERIS_RECEIVER: + case USB_DEVICE_ID_RAZER_DEATHADDER_ESSENTIAL_NEW: case USB_DEVICE_ID_RAZER_BASILISK_V3: return true; } |
