Add Rules for Raspberry Pi Pico and WCH Link
This commit is contained in:
parent
30cb9dd369
commit
55da954dbd
1 changed files with 9 additions and 0 deletions
|
|
@ -12,6 +12,15 @@ let
|
|||
|
||||
# Brother P-touch P700
|
||||
{ vendor = "04f9"; product = "2061"; group = "users"; mode = "0660"; }
|
||||
|
||||
# RP2040 in BOOTSEL mode
|
||||
{ vendor = "2e8a"; product = "0003"; group = "users"; mode = "0660"; }
|
||||
|
||||
# RP2350 in BOOTSEL mode
|
||||
{ vendor = "2e8a"; product = "000f"; group = "users"; mode = "0660"; }
|
||||
|
||||
# WCH Link (CMSIS-DAP compatible adapter)
|
||||
{ vendor = "1a86"; product = "8010"; group = "plugdev"; mode = "0660"; }
|
||||
];
|
||||
|
||||
mkUsbRule = rule:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue