aboutsummaryrefslogtreecommitdiff
path: root/src/lib/razerdevice.c
AgeCommit message (Collapse)AuthorFilesLines
2024-04-05Merge pull request #7 from mavonarx/masterHEADmasterPrasshant Shanmugalingam1-0/+1
Naga X support
2024-03-30Merge pull request #1 from mavonarx/naga_x_supportmavonarx1-0/+1
added Naga_X support
2024-03-29added Naga_X supportMatthias von Arx1-0/+1
2024-02-29Merge branch 'master' into blackwidowV4PPro-support-stickokingPrasshant Shanmugalingam1-0/+1
2024-02-17Fixed indentationBobby1-1/+1
2024-02-16Fix USB device ID indentation in razerdevice.c and razerkbd_driver.cSvdbroek1-1/+1
2024-02-16Remove empty line in is_keyboard functionSvdbroek1-1/+0
2024-02-16Fix indentation in razerdevice.c and razerkbd_driver.cSvdbroek1-1/+1
2024-02-16Add support for Razer BlackWidow V4 Pro keyboardSvdbroek1-0/+2
2024-02-13Added Support Razer Ornata V3XBobby1-0/+1
2024-02-07Deathstalker V2 Support, fixes #43Michael CC1-0/+1
2024-02-03Add Blackwidow v4 75% supportPrasshant Shanmugalingam1-0/+1
2023-08-23Basilisk V3 Pro (Wired & Wireless) support (#49)Jakub Kornatowski1-0/+2
2022-04-14Add support for Razer Blackwidow V3 Mini Hyperspeed (#33)dragonpod1-0/+2
Co-authored-by: ek <[email protected]>
2022-02-26Orochi V2 SupportWrathofthePast1-0/+2
Adds support for both Bluetooth and Receiver connections DPI Stage support was excluded as librazermacos does not yet support the feature. I'm working on it though :)
2022-02-16Merge branch '1kc:master' into masterWrathofthePast1-0/+1
2022-02-16Update razerdevice.cWrathofthePast1-2/+2
2022-02-16Add support for Huntsman v2 TKL (#25)PrivateiFox1-0/+1
2022-02-16Resolve kIOMasterPortDefault DeprecationWrathofthePast1-2/+2
2021-12-18Cynosa Chroma Pro Support (#22)WrathofthePast1-1/+2
2021-12-17Cynosa Chroma Pro SupportWrathofthePast1-1/+2
Seems the PR from the front didn't make the update to the DeathAdder Essential 2021, so that's included in this.
2021-12-14Add support for Thunderbolt 4 Dock Chroma (#17)John1-0/+1
2021-12-09Basilisk Essential support (#19)butenkodev1-0/+1
Co-authored-by: Serhii Butenko <sbutenko>
2021-11-09Huntsman V2 SupportWrathofthePast1-0/+1
Experimental
2021-11-08Support for New DeathAdder EssentialWrathofthePast1-0/+1
2021-10-17Support for Razer Basilisk V3 (#15)Theorian1-0/+1
* Add preliminary support for Basilisk v3 * revert unnecessary changes to CLI and driver * Revert working basilisk v2 functionality
2021-10-08Huntsman V2 Analog Support (new PR) (#13)WrathofthePast1-0/+1
* Huntsman V2 Analog Support * Delete librazermacos/src directory * Huntsman V2 Analog Support * Revert "Huntsman V2 Analog Support" This reverts commit f5b8c52e443248e4688b4195cacf2976c66abc54. * Revert "Delete librazermacos/src directory" This reverts commit 8e589e0afc962daefc75d5b2f8c02f13641b35e9. * Revert "Huntsman V2 Analog Support" This reverts commit 6e15475a033962ea3af864b937ab7da37d2f77ae. * Huntsman V2 Analog Support
2021-08-12add support for naga proJari Kalinainen1-0/+2
2021-08-06Cleaning up by removing wireless and bluetooth configurations since those ↵Ryan Ward1-2/+0
aren't supported through USB interface
2021-08-06Adding support for Blackwidow V3 Pro based on openrazer project changesRyan Ward1-0/+3
2021-05-28basic C cli frontendKen Chen1-0/+470