Code Monkey home page Code Monkey logo

Comments (8)

Sapd avatar Sapd commented on August 19, 2024

What is the output of system_profiler SPUSBDataType (if your on Mac) or lsusb if you are on Linux?

from headsetcontrol.

daedaless avatar daedaless commented on August 19, 2024
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 046d:c33c Logitech, Inc.
Bus 001 Device 007: ID 1532:005c Razer USA, Ltd
Bus 001 Device 006: ID 1b1c:1b40 Corsair
Bus 001 Device 004: ID 1a40:0201 Terminus Technology Inc. FE 2.1 7-port Hub
Bus 001 Device 003: ID 1a40:0201 Terminus Technology Inc. FE 2.1 7-port Hub
Bus 001 Device 002: ID 1b1c:0a16 Corsair
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

from headsetcontrol.

Sapd avatar Sapd commented on August 19, 2024

The device id seems to have changed. Try to edit src/devices/corsair_voidpro_wireless.c and replace the number in line 21 (device_voidpro_wireless.idProduct = 0x0a1a;) with 0x0a16. Then recompile by simply typing make in the build directory again and see if it works.

If it works, we probably have to specify more possible device numbers

from headsetcontrol.

daedaless avatar daedaless commented on August 19, 2024

Works. Odd - I swear it matched ids.

Thanks so much :)

from headsetcontrol.

Sapd avatar Sapd commented on August 19, 2024

So specifically, the id 0x0a16 is missing from source?

from headsetcontrol.

daedaless avatar daedaless commented on August 19, 2024

from headsetcontrol.

Sapd avatar Sapd commented on August 19, 2024

Okay, then I will implement something, which allows to specify multiple possible device ids (for one device file).

from headsetcontrol.

Sapd avatar Sapd commented on August 19, 2024

Added in ed5330c

from headsetcontrol.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.