mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-07 01:13:18 +00:00
Establish the Lua dissector action/device/etc tables as authoritative
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -219,7 +219,7 @@ local known_devices = {
|
||||
-- [0x02] = "COM_EXT", -- @GadgetNutt
|
||||
[0x11] = "COMMUNICATION v1", -- @GadgetNutt reads 0x11 as COM_MASTER
|
||||
[0x12] = "COMMUNICATION v2",
|
||||
[0x21] = "SW", -- @GadgetNutt reads 0x21 as SW_AUDIO
|
||||
[0x21] = "SW_AUDIO", -- @GadgetNutt name
|
||||
[0x23] = "SW_NAME", -- @GadgetNutt reads 0x23 as SW_SHIFT
|
||||
[0x24] = "SW_CONVERTING",
|
||||
[0x25] = "CMD_SW", -- @GadgetNutt reads 0x25 as SW
|
||||
@@ -244,7 +244,7 @@ local known_devices = {
|
||||
[0x5F] = "TRIP_INFO_DRAWING",
|
||||
[0x60] = "TUNER",
|
||||
[0x61] = "TAPE_DECK",
|
||||
[0x62] = "CD",
|
||||
[0x62] = "CD_SINGLE",
|
||||
[0x63] = "CD_CHANGER",
|
||||
-- [0x64] = "MD", -- @GadgetNutt (MiniDisc)
|
||||
-- [0x65] = "MD_CH",
|
||||
|
||||
Reference in New Issue
Block a user