webgeek1234

Results 10 comments of webgeek1234

Not what I wanted to hear, but kinda what I was expecting. The protocols have to be pretty close if the firmware request works, though. I might still have a...

I started taking a look at this again and got some usbmon captures. Having trouble parsing it out, though. Still seems pretty similar to the deathadder 2013 so far. Status...

Put a few more hours in tonight and got most of the basic functionality working (see fork linked above). Seems like a cross between the deathadder 2013 and the deathadder...

The link in my opening post: https://github.com/webgeek1234/razer/tree/mamba2012 Yeah, it appears to use the same command structure as the DA2013, but many of the request ids from DA Chroma. I started...

I think I've got 90% of the functionality working, seemingly equivalent for wired and wireless. Only thing I can think of that I haven't found the proper command for is...

https://gitlab.incom.co/webgeek1234/razer/tree/mamba2012 I moved my stuff off of github onto a personal gitlab instance, so see the link here. I never got back to cleaning my mamba support up. As far...

That's not Q/10, that's master aka S/12. I'm not too surprised that's exploding. But I haven't done anything on aosp master, dunno what would be needed to make it work.

The works for jpegs being written to disk, like saving events. It does not cover jpegs being written to memory, like used to prime streaming. It does not convert metadata...

https://github.com/torvalds/linux/commit/9143059fafd4eebed2d43ffb5455178d4010e60a Bisected the problem and that's it. Reverting that makes it work from me on 4.13 on Fedora 26. Reverting isn't a proper fix though. I'll look more later to...

Finally sat down and made a patch to more properly fix controller support in the kernel https://gist.github.com/webgeek1234/8ef1bd105d2add3aa9c29028c2befbb0 (ignore the fedora stuff plastered in the boilerplates, it's just what got put...