Kimplul

Results 266 comments of Kimplul

Thanks, that sounds like the attachment causes the wheel to report itself under a different ID than the PlayStation attachment. @scarburato has a table of known IDs over at https://github.com/scarburato/hid-tminit...

Yep, thanks. I'll try adding that ID to hid-tminit tomorrow, I'm not home at the moment. If you don't want to wait that long you can try adding `{0x0203, 0x0005,...

The mouse thing is weird, not sure what that's about. Did you run `rmmod hid-tminit` and `modprobe hid-tminit` to refresh the module loaded into the kernel? Also, forgot to mention...

Hi, I forked a version of `hid-tminit` that only looks at the wheel base ID instead of base + attachment. Could you check if it initializes your wheel? https://github.com/Kimplul/hid-tminit Should...

> Oh btw. I just noticed that there is an error That's unfortunately expected. The wheel breaks the USB spec by completely killing off the connection as soon as it...

Should be doable from within native Windows with Wireshark, but the setup is a bit different from what I described earlier. The wireshark wiki has a brief section on it:...

> I don't know anything about USB, but I think the switching happens between or around the two URB_FUNCTION_ABORT_PIPE? I think it might actually happen earlier. When switching from normal...

Alright, hello again, I just pushed a commit into https://github.com/Kimplul/hid-tmff2/tree/adv that adds in an `adv_mode` attribute to the module. Essentially how it works is you write anything into `/sys/bus/hid/devices/XXXX:044F:B66E.XXX/adv_mode` and...

The `XXXX` depend on which bus and device spot the wheel uses. If you run `lsusb`, the bus should be the first batch `XXXX` and device the second batch, so...

Hi, thanks for taking the time to help out with this project. As @Raboebie mentioned, the initialization essentially disconnects the wheel, kickstarts it into the 'real' configuration and reconnects it...