vampirefrog

Results 13 comments of vampirefrog

And here would be some example code: ```C static const struct { uint8_t bRefresh; uint8_t bSynchAddress; struct usb_audio_stream_audio_endpoint_descriptor audio_ep; } __attribute__((packed)) audio_iso_playback_endp = { .bRefresh = 0, .bSynchAddress = 0x81,...

Or, perhaps, add the two extra bytes in the endpoint struct, because I assume `sizeof()` is never used on it: ```C /* USB Standard Endpoint Descriptor - Table 9-13 */...

here is a couple of simpler test cases, without the audio nonsense: This first case just intends to add two more bytes to the endpoint descriptor. However, the result you...

The correct fix to this is to remove the *extra and extralen fields completely, which I've done here https://github.com/libopencm3/libopencm3/pull/1140 #1131 is a bit of a hack, but with #1140 you'll...

we have a lot of people who would really really like this feature, and its absence is one of the biggest problems with matrix for us

I can confirm ckykenken's technique of ejecting and inserting the SD card worked with this card ![image](https://user-images.githubusercontent.com/174750/205996734-920a852c-6e72-4d51-9443-4197bea128fa.png) Thanks!

Is this project still active? I'd like to implement BOSH support, but I'll need someone to help me with that.

Well, I'm not sure where to start, running `npm install` comes up with this error: ``` $ npm i npm WARN deprecated [email protected]: this library is no longer supported npm...