Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URB Interupt / JBL Q810 #357

Open
SWW13 opened this issue Jun 18, 2024 · 1 comment
Open

URB Interupt / JBL Q810 #357

SWW13 opened this issue Jun 18, 2024 · 1 comment
Labels

Comments

@SWW13
Copy link

SWW13 commented Jun 18, 2024

Description

I'm working on support for the JBL Quantum 810 which seems to report most status with an URB_INTERRUPT.

Is there a way listen to these interrupts? This would probably need some refactoring to implement a headset daemon, which could be out of scope for this project.

I'm also open to other ideas on how to poke the device to give out its state.


All the status updates and commands I have reversed so far are commented my fork of the project (see above).

For example the ANC (Active Noise Cancling) state change when the button on the device is pressed:

ANC On:
image
ANC Off:
image


USB Captures of most status changes by the device and software, if somebody likes to look into this: headset-usb-capture.zip

On which OS does the problem happen?

Linux

@SWW13 SWW13 added the bug label Jun 18, 2024
@Sapd
Copy link
Owner

Sapd commented Jun 19, 2024

Is there a way listen to these interrupts? This would probably need some refactoring to implement a headset daemon, which could be out of scope for this project.

In general you can use hid_read
or

headsetcontrol --dev -- --receive

In any case it needs to be polled.

There is also an example daemon implementation for the corsair void:

static int void_daemonize(hid_device* device_handle)

But was not really continued. Its a bit hard to integrate it with the rest of the application, probably also needs a special design regarding uniform output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants