linux-credentials/credentialsd

Enumerate available transports

开放

#32 创建于 2025年5月22日

 (9 条评论) (0 个反应) (0 位负责人)Rust (16 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (234 个星标)
PR 合并指标
 (平均合并 33天 12小时) (30 天内合并 6 个 PR)

描述

Right now, available transports are just hard-coded in the credential service (here). We should change this to query the system for available USB and Bluetooth controllers to determine which transports we should make display to the user for selection.

(Eventually, this will also need to include linked hybrid devices, but for now, let's focus on the hardware enumeration.)

贡献者指南