mirror of
https://github.com/bybrooklyn/openbitdo.git
synced 2026-03-19 04:12:56 -04:00
release prep: rc.1 baseline and gating updates
This commit is contained in:
4
harness/golden/jp108/read_mapping_roundtrip.toml
Normal file
4
harness/golden/jp108/read_mapping_roundtrip.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
operation = "jp108_read_dedicated_mapping"
|
||||
pid = "0x5209"
|
||||
status = "sanitized-placeholder"
|
||||
notes = "Trace placeholder for clean-room replay harness"
|
||||
4
harness/golden/jp108/write_mapping_apply.toml
Normal file
4
harness/golden/jp108/write_mapping_apply.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
operation = "jp108_write_dedicated_mapping"
|
||||
pid = "0x520a"
|
||||
status = "sanitized-placeholder"
|
||||
notes = "Trace placeholder for clean-room replay harness"
|
||||
4
harness/golden/ultimate2/read_profile_slot.toml
Normal file
4
harness/golden/ultimate2/read_profile_slot.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
operation = "u2_read_core_profile"
|
||||
pid = "0x6012"
|
||||
status = "sanitized-placeholder"
|
||||
notes = "Trace placeholder for clean-room replay harness"
|
||||
4
harness/golden/ultimate2/write_profile_slot.toml
Normal file
4
harness/golden/ultimate2/write_profile_slot.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
operation = "u2_write_core_profile"
|
||||
pid = "0x6013"
|
||||
status = "sanitized-placeholder"
|
||||
notes = "Trace placeholder for clean-room replay harness"
|
||||
@@ -1,8 +1,9 @@
|
||||
version: 1
|
||||
devices:
|
||||
- name: Pro3
|
||||
- name: Ultimate2
|
||||
fixture_id: ultimate2
|
||||
vid: 0x2dc8
|
||||
pid: 0x6009
|
||||
pid: 0x6012
|
||||
capability:
|
||||
supports_mode: true
|
||||
supports_profile_rw: true
|
||||
@@ -10,17 +11,30 @@ devices:
|
||||
supports_firmware: true
|
||||
protocol_family: DInput
|
||||
evidence: confirmed
|
||||
- name: UltimateBT2
|
||||
- name: JP108
|
||||
fixture_id: 108jp
|
||||
vid: 0x2dc8
|
||||
pid: 0x600f
|
||||
pid: 0x5209
|
||||
capability:
|
||||
supports_mode: true
|
||||
supports_profile_rw: true
|
||||
supports_mode: false
|
||||
supports_profile_rw: false
|
||||
supports_boot: true
|
||||
supports_firmware: true
|
||||
protocol_family: DInput
|
||||
protocol_family: JpHandshake
|
||||
evidence: confirmed
|
||||
- name: JPFixture
|
||||
fixture_id: jphandshake
|
||||
vid: 0x2dc8
|
||||
pid: 0x5200
|
||||
capability:
|
||||
supports_mode: false
|
||||
supports_profile_rw: false
|
||||
supports_boot: false
|
||||
supports_firmware: false
|
||||
protocol_family: JpHandshake
|
||||
evidence: untested
|
||||
policies:
|
||||
require_mock_suite: true
|
||||
hardware_jobs_non_blocking: true
|
||||
hardware_jobs_non_blocking: false
|
||||
jphandshake_gated_until_fixture_ready: true
|
||||
promote_after_stable_weeks: 2
|
||||
|
||||
Reference in New Issue
Block a user