Dorian Stoll

Results 296 comments of Dorian Stoll

I figured out a way to sync the playback progress to Paramount+. I can only test it with the German / International version, but the US version probably works the...

More findings: The current progress can be fetched like this: ```python params = { # ID of the episode "contentId": "...", "at": config.at_token, "locale": config.locale, } # Value is in...

I know I am late to the party, but I just saw this issue, heh. > As far as I can tell, this would have to be implemented as some...

> 0c5d shows up in filenames for touch/pen in the update package, but I can't find any references to 0c46. There is a TouchPenProcessor dll with that ID in the...

> Depends on how similar the touchpad is to the touchscreen, but I guess that might also need some special processing or even a separate IPTSd. Unless we're in luck...

The buttons have a bit of a picky setup, so I will try my best to explain this: You need to consider two drivers: **pinctrl** and **soc_button_array**. **pinctrl** is not...

No, we don't do anything like that. On SP4, we receive pen coordinates directly from the hardware. However, the hardware expects to be used with GuC submission. When data is...

Yeah, this looks a lot like what I get on SB2. So it is not a problem with SP4, but a problem with how we have to process the data...

> Ok thanks for the explanation. It's a pity because the pen this way is barely usable for writing and drawing (especially in the long period). I could offer to...

I did some very basic testing (aka. running `top` and then moving the stylus on the screen like crazy), and it turns out that `usleep_range(1000, 5000)` actually has a similar...