Skip to content

Conversation

@kk7ds
Copy link
Owner

@kk7ds kk7ds commented Oct 26, 2025

  • tk760g: Add odd TK-260G lower-p variant support
  • tk760g: Fix long-standing typo in base class name
  • anytone778uv: Fix duplex and tmode decode logging

kk7ds added 3 commits October 26, 2025 09:59
This is a strange model that has been encountered a couple times
before this (see issues #5825 and #11285) which identifies with a
lowercase 'p' instead of the usual 'P' for a portable unit. Otherwise
it seems to behave properly. This makes us indifferent to the
case of the type string. It also makes the RO_BLOCKS list specific
per model, and skips a slightly larger range for the 260G-based
models.

Fixes #12227
Fixes #12285
This driver was complaining about invalid tmode and duplex settings
via LOG.error(), but still actually doing the right thing. Since this
gets exposed during import and some other operations, users think that
something is wrong. In reality, the driver was just logging in an
else clause that wasn't actually the else case.

Fixes #12237
@kk7ds kk7ds merged commit 17007ca into master Oct 26, 2025
6 checks passed
@kk7ds kk7ds deleted the work branch October 26, 2025 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants