WrathofthePast

Results 105 comments of WrathofthePast

> > @bno1, I noticed that it wasn't added anywhere (only the receiver was). Do you think it'd work if it got an entry for bluetooth (different device-id than the...

Thank you. That makes a lot more sense. Two more questions: 1. If you defined a device under `get_battery` with the wrong transaction id, what would happen? > Mice with...

Thank you. Another question: I see you didn't list the Basilisk X Hyperspeed under `razer_attr_read_poll_rate` and `razer_attr_write_poll_rate`. Does it not support multiple polling rates? I know it supports 1000Hz.

> @WrathofthePast It does. It's the same thing as `get_battery`. If you want to see what device files the driver supports for a particular model look at `razer_mouse_probe`. I saw...

> What do you mean by "Can it be listed for get_battery, read_poll_rate, & write_poll_rate without being listed under razer_mouse_probe?". Those functions do completely different things, they're not comparable. I...

> Like I said, the switch in `get_battery`, `read_poll_rate`, `write_poll_rate` only sets the command transaction id. It's not something that configures mouse features. Mouse features are configured in `razer_mouse_probe`. I...

openrazer appears to have added support, so I'll add it at after I finish the Basilisk X Hyperspeed and fixing some bugs.

@hematenergi, @FinocchiaroGR, @axxryuu, I opened a PR that adds support. I'm unable to provide a test build due to #558, so you'll have to build it yourselves to test.

> > @hematenergi, @FinocchiaroGR, @axxryuu, I opened a PR that adds support. I'm unable to provide a test build due to #558, so you'll have to build it yourselves to...

> > > > @hematenergi, @FinocchiaroGR, @axxryuu, I opened a PR that adds support. I'm unable to provide a test build due to #558, so you'll have to build it...