dos activity https://gitlab.com/dos1 2026-02-24T20:04:31Z tag:gitlab.com,2026-02-24:5138731804 dos pushed to project branch main at dos / glowup 2026-02-24T20:04:31Z dos1 dos

dos (c0c21baa) at 24 Feb 20:04

Merge branch 'main' into 'main'

... and 1 more commit

tag:gitlab.com,2026-02-24:5138731720 dos accepted merge request !1: README.md: Fix flatpak identifier. at dos / glowup 2026-02-24T20:04:30Z dos1 dos

It took me a while to find out why flatpak always said Fehler: No remote refs found for ‘com.darktable.Darktable’ when I tried to install darktable...

tag:gitlab.com,2026-01-20:5011964758 dos pushed to project branch master at dos / kartka 2026-01-20T07:52:26Z dos1 dos

dos (c7e3dd3e) at 20 Jan 07:52

Add zlib_turbo to instructions in README

tag:gitlab.com,2025-11-30:4864560639 dos commented on issue #103 at Chris Talbot / mmsd-tng 2025-11-30T14:56:40Z dos1 dos
Text-string = [Quote] *TEXT End-of-string
; If the first character in the TEXT is in the range of 128-255, a Quote character must precede it.
; Otherwise the Quote character must be omitted. The Quote is not part of the contents.
Quote = <Octet 127>
End-of-string = <Octet 0>
Encoded-string-value = Text-string | Value-length Char-set Text-string

Char-set is IANA's MIBEnum.

Value-length = Short-length | (Length-quote Length)
; Value length is used to indicate the length of the value to follow
Short-length = <Any octet 0-30>
Length-quote = <Octet 31>
Length = Uintvar-integer
TEXT           = <any OCTET except CTLs, but including LWS>
CTL            = <any US-ASCII control character (octets 0 - 31) and DEL (127)>

So this may be a malformed PDU sent by my carrier's MMSC - it appears like the Quote is placed when any of the characters is in the range of 128-255, rather than just the first one. The mmsd code is correct, but being so strict when interpreting an incoming message is rarely a good idea.

tag:gitlab.com,2025-11-29:4863715248 dos opened issue #103: Fails to decode M-Notification.ind with UTF-8 subject text at Chris Talbot / mmsd-tng 2025-11-29T23:37:09Z dos1 dos tag:gitlab.com,2025-03-07:4084336446 dos commented on issue #2 at dos / debubo 2025-03-07T17:26:57Z dos1 dos

Indeed - missed it as I haven't populated these on my board :) Thanks!

tag:gitlab.com,2025-03-07:4084334598 dos commented on issue #1 at dos / debubo 2025-03-07T17:26:18Z dos1 dos

Sorry it took so long - I really wanted to clean that firmware up before pushing as it's very crude, but since I haven't done that for months now I just pushed it as-is.

Note that this firmware only does the alt-mode negotiation dance as needed by Librem 5's TPS65982. It doesn't act as a generic PD analyzer yet. Most of the building blocks needed to do that are already there, but the most important thing that's still left to do is to let usb-pd-arduino library be instantiated twice to deal with both UCPD controllers at once.

tag:gitlab.com,2025-03-07:4084223444 dos closed issue #2: SPI header doesn&#39;t fit at dos / debubo 2025-03-07T16:40:44Z dos1 dos

J3s footprint doesn't match the part. The footprint has 1mm pitch, the part 1.27mm.

I looked through LCSCs inventory and I think C22438179 should fit.

tag:gitlab.com,2025-03-07:4084223435 dos pushed to project branch main at dos / debubo 2025-03-07T16:40:44Z dos1 dos

dos (6ac99d90) at 07 Mar 16:40

CI: Render with perspective

... and 29 more commits