public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] doc/qualification: Add PICS and howto for the HID qualification
@ 2026-01-27 17:12 Frédéric Danis
  2026-01-27 18:16 ` [BlueZ] " bluez.test.bot
  2026-01-27 18:30 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Frédéric Danis @ 2026-01-27 17:12 UTC (permalink / raw)
  To: linux-bluetooth

---
 doc/qualification/hid-pics.rst | 385 +++++++++++++++++++++++++++++++++
 doc/qualification/hid-pts.rst  |  61 ++++++
 2 files changed, 446 insertions(+)
 create mode 100644 doc/qualification/hid-pics.rst
 create mode 100644 doc/qualification/hid-pts.rst

diff --git a/doc/qualification/hid-pics.rst b/doc/qualification/hid-pics.rst
new file mode 100644
index 000000000..0f63efb93
--- /dev/null
+++ b/doc/qualification/hid-pics.rst
@@ -0,0 +1,385 @@
+.. SPDX-License-Identifier: GPL-2.0-or-later
+.. Copyright © 2025-2026 Collabora Ltd.
+
+==============================
+Human Interface Device Profile
+==============================
+(TCRL 2023-1, HID.ICS.p9)
+
+Versions
+========
+**Table 0: Major Versions (X.Y)**
+
++----------------+----------+------------------------------------------------+
+| Parameter Name | Selected | Description                                    |
++================+==========+================================================+
+| TSPC_HID_0_1   | x        | HID v1.0 (M)                                   |
++----------------+----------+------------------------------------------------+
+
+Roles
+=====
+**Table 1: Role Requirements**
+
++----------------+----------+------------------------------------------------+
+| Parameter Name | Selected | Description                                    |
++================+==========+================================================+
+| TSPC_HID_1_1   | x        | Host, Report protocol (C.1)                    |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_1_2   |          | Device (C.1)                                   |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_1_3   |          | Host, Boot protocol (C.1)                      |
++----------------+----------+------------------------------------------------+
+
+- C.1: Mandatory to support at least one of HID 1/1 "Host, Report protocol"
+  OR HID 1/2 "Device" OR HID 1/3 "Host, Boot protocol".
+
+Host Role
+=========
+**Table 2: Application Procedures**
+
+Prerequisite: HID 1/1 "Host, Report protocol" OR HID 1/3 "Host, Boot protocol"
+
++----------------+----------+------------------------------------------------+
+| Parameter Name | Selected | Description                                    |
++================+==========+================================================+
+| TSPC_HID_2_1   | x        | Establish HID connection (C.4)                 |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_2_2   | x        | Accept HID connection (C.4)                    |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_2_3   | x        | Terminate HID connection (C.4)                 |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_2_4   | x        | Accept Termination of HID connection (C.4)     |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_2_5   | x        | Support for virtual cables (C.4)               |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_2_6   | x        | HID initiated reconnection (C.4)               |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_2_7   | x        | Host initiated reconnection (C.4)              |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_2_8   | x        | Host data transfer to HID (C.1)                |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_2_9   | x        | HID data transfer to Host (C.1)                |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_2_10  |          | HID Boot mode data transfer to Host (C.2)      |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_2_11  |          | Host Boot mode data transfer to HID (C.2)      |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_2_12  |          | Support for Application to send GET_REPORT (O) |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_2_13  |          | Support for Application to send SET_REPORT (O) |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_2_14  |          | Support for sending HCI_CONTROL with           |
+|                |          | VIRTUAL_CABLE_UNPLUG (C.3)                     |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_2_15  |          | Support for receiving HCI_CONTROL with         |
+|                |          | VIRTUAL_CABLE_UNPLUG (C.3)                     |
++----------------+----------+------------------------------------------------+
+
+- O: Optional
+- C.1: Mandatory IF HID 1/1 "Host, Report protocol", otherwise Optional.
+- C.2: Mandatory IF HID 1/3 "Host, Boot protocol", otherwise Optional.
+- C.3: Optional IF HID 2/5 "Support for virtual cables", otherwise Excluded.
+- C.4: Mandatory IF HID 1/1 "Host, Report protocol", otherwise Optional.
+
+Host Role
+=========
+**Table 3: Device to Host Transfers**
+
+Prerequisite: HID 1/1 "Host, Report protocol" OR HID 1/3 "Host, Boot protocol"
+
++----------------+----------+------------------------------------------------+
+| Parameter Name | Selected | Description                                    |
++================+==========+================================================+
+| TSPC_HID_3_1   |          | Data reports larger than host MTU on Control   |
+|                |          | channel (O)                                    |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_3_2   |          | Data reports larger than host MTU on Interrupt |
+|                |          | channel (C.1)                                  |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_3_3   |          | Data reports to host (C.1)                     |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_3_4   |          | Boot mode reports to host (C.2)                |
++----------------+----------+------------------------------------------------+
+
+- O: Optional
+- C.1: Excluded IF HID 1/3 "Host, Boot protocol", otherwise Mandatory IF HID
+  2/12 "Support for Application to send GET_REPORT", otherwise Optional.
+- C.2: Mandatory IF HID 1/3 "Host, Boot protocol", otherwise Optional.
+
+Host Role
+=========
+**Table 4: Host to Device Transfers**
+
+Prerequisite: HID 1/1 "Host, Report protocol" OR HID 1/3 "Host, Boot protocol"
+
++----------------+----------+------------------------------------------------+
+| Parameter Name | Selected | Description                                    |
++================+==========+================================================+
+| TSPC_HID_4_1   |          | Data reports larger than device MTU on Control |
+|                |          | channel (C.1)                                  |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_4_2   |          | Data reports larger than device MTU on         |
+|                |          | Interrupt channel (C.1)                        |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_4_3   | x        | Data reports to device (C.2)                   |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_4_4   |          | Boot mode reports to device (O)                |
++----------------+----------+------------------------------------------------+
+
+- O: Optional
+- C.1: Excluded IF HID 1/3 "Host, Boot protocol", otherwise Optional.
+- C.2: Excluded IF HID 1/3 "Host, Boot protocol", otherwise Mandatory.
+
+Host Role
+=========
+**Table 5: HID Control Commands**
+
+Prerequisite: HID 1/1 "Host, Report protocol" OR HID 1/3 "Host, Boot protocol"
+
++----------------+----------+------------------------------------------------+
+| Parameter Name | Selected | Description                                    |
++================+==========+================================================+
+| TSPC_HID_5_1   |          | Set_Protocol command (C.1, C.4)                |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_5_2   |          | Get_Protocol command (C.1, C.4)                |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_5_3   |          | Set_Idle command (O)                           |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_5_4   |          | Get_Idle command (O)                           |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_5_5   |          | Set_Report command (C.2)                       |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_5_6   |          | Get_Report command (C.3)                       |
++----------------+----------+------------------------------------------------+
+
+- O: Optional
+- C.1: Mandatory IF HID 1/3 "Host, Boot protocol", otherwise Optional.
+- C.2: Mandatory IF HID 1/1 "Host, Report protocol" AND HID 2/13 "Support for
+  Application to send SET_REPORT", otherwise Excluded.
+- C.3: Mandatory IF HID 1/1 "Host, Report protocol" AND HID 2/12 "Support for
+  Application to send GET_REPORT", otherwise Excluded.
+- C.4: Mandatory to support none or all of HID 5/1 "Set_Protocol command" OR
+  HID 5/2 "Get_Protocol command".
+
+Host Role
+=========
+**Table 6: LMP Requirements**
+
+Prerequisite: HID 1/1 "Host, Report protocol" OR HID 1/3 "Host, Boot protocol"
+
++----------------+----------+------------------------------------------------+
+| Parameter Name | Selected | Description                                    |
++================+==========+================================================+
+| TSPC_HID_6_8   | x        | Role switch (C.4)                              |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_6_9   | x        | Request role switch (C.4)                      |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_6_12  | x        | Sniff mode (C.4)                               |
++----------------+----------+------------------------------------------------+
+
+- C.4: Mandatory IF HID 1/1 "Host, Report protocol", otherwise not defined.
+
+HID Role
+========
+**Table 8: HID Device Types**
+
+Prerequisite: HID 1/2 "Device"
+
++----------------+----------+------------------------------------------------+
+| Parameter Name | Selected | Description                                    |
++================+==========+================================================+
+| TSPC_HID_8_1   |          | Pointing HID (C.1)                             |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_8_2   |          | Keyboard HID (C.1)                             |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_8_3   |          | Identification HID (C.1)                       |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_8_4   |          | Other HID (C.1)                                |
++----------------+----------+------------------------------------------------+
+
+- C.1: Mandatory to support at least one of HID 8/1 "Pointing HID" OR HID 8/2
+  "Keyboard HID" OR HID 8/3 "Identification HID" OR HID 8/4 "Other HID" IF
+  HID 1/2 "Device", otherwise Excluded.
+
+HID Role
+========
+**Table 9: Application Procedures**
+
+Prerequisite: HID 1/2 "Device"
+
++----------------+----------+------------------------------------------------+
+| Parameter Name | Selected | Description                                    |
++================+==========+================================================+
+| TSPC_HID_9_1   |          | Establish HID connection (O)                   |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_9_2   |          | Accept HID connection (M)                      |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_9_3   |          | Terminate HID connection (O)                   |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_9_4   |          | Accept Termination of HID connection (M)       |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_9_5   |          | Support for virtual cables (O)                 |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_9_6   |          | HID initiated reconnection (C.1)               |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_9_7   |          | Host initiated reconnection (C.1)              |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_9_8   |          | Host data transfer to HID (C.2)                |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_9_9   |          | HID data transfer to Host (C.2)                |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_9_10  |          | HID Boot mode data transfer to Host (C.3)      |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_9_11  |          | Host Boot mode data transfer to HID (C.4)      |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_9_12  |          | Output reports declared (C.4)                  |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_9_13  |          | Input reports declared (C.3)                   |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_9_14  |          | Feature reports declared (O)                   |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_9_15  |          | Support for sending HCI_CONTROL with           |
+|                |          | VIRTUAL_CABLE_UNPLUG (C.5)                     |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_9_16  |          | Support for receiving HCI_CONTROL with         |
+|                |          | VIRTUAL_CABLE_UNPLUG (C.5)                     |
++----------------+----------+------------------------------------------------+
+
+- M: Mandatory
+- O: Optional
+- C.1: Mandatory to support at least one of HID 9/6 "HID initiated
+  reconnection" OR HID 9/7 "Host initiated reconnection" IF HID 9/5 "Support
+  for virtual cables", otherwise Excluded.
+- C.2: Mandatory to support at least one of HID 9/8 "Host data transfer to
+  HID" OR HID 9/9 "HID data transfer to Host" IF HID 1/2 "Device", otherwise
+  Excluded.
+- C.3: Mandatory IF HID 8/1 "Pointing HID" OR HID 8/2 "Keyboard HID",
+  otherwise Excluded.
+- C.4: Mandatory IF HID 8/2 "Keyboard HID", otherwise Excluded.
+- C.5: Optional IF HID 9/5 "Support for virtual cables", otherwise Excluded.
+
+HID Role
+========
+**Table 10: Device to Host Transfers**
+
+Prerequisite: HID 9/13 "Input reports declared" OR HID 9/14 "Feature reports
+declared"
+
++----------------+----------+------------------------------------------------+
+| Parameter Name | Selected | Description                                    |
++================+==========+================================================+
+| TSPC_HID_10_1  |          | Data reports larger than host MTU on Control   |
+|                |          | channel (O)                                    |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_10_2  |          | Data reports larger than host MTU on Interrupt |
+|                |          | channel (O)                                    |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_10_3  |          | Data reports to host (O)                       |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_10_4  |          | Boot mode reports to host (C.1)                |
++----------------+----------+------------------------------------------------+
+
+- O: Optional
+- C.1: Mandatory IF HID 8/1 "Pointing HID" OR HID 8/2 "Keyboard HID",
+  otherwise Optional IF HID 8/3 "Identification HID" OR HID 8/4 "Other HID",
+  otherwise Excluded.
+
+HID Role
+========
+**Table 11: Host to Device Transfers**
+
+Prerequisite: HID 9/12 "Output reports declared" OR HID 9/14 "Feature reports
+declared"
+
++----------------+----------+------------------------------------------------+
+| Parameter Name | Selected | Description                                    |
++================+==========+================================================+
+| TSPC_HID_11_1  |          | Data reports larger than device MTU on Control |
+|                |          | channel (O)                                    |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_11_2  |          | Data reports larger than device MTU on         |
+|                |          | Inetrrupt channel (O)                          |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_11_3  |          | Data reports to device (O)                     |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_11_4  |          | Boot mode reports to device (C.1)              |
++----------------+----------+------------------------------------------------+
+
+- O: Optional
+- C.1: Mandatory IF HID 8/2 "Keyboard HID", otherwise Optional IF HID 8/1
+  "Pointing HID" OR HID 8/3 "Identification HID" OR HID 8/4 "Other HID",
+  otherwise Excluded.
+
+HID Role
+========
+**Table 12: HID Control Commands**
+
+Prerequisite: HID 1/2 "Device"
+
++----------------+----------+------------------------------------------------+
+| Parameter Name | Selected | Description                                    |
++================+==========+================================================+
+| TSPC_HID_12_1  |          | Set_Protocol command (C.1, C.5)                |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_12_2  |          | Get_Protocol command (C.1, C.5)                |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_12_3  |          | Set_Idle command (C.2)                         |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_12_4  |          | Get_Idle command (C.2)                         |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_12_5  |          | Set_Report command (C.3)                       |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_12_6  |          | Get_Report command (C.4)                       |
++----------------+----------+------------------------------------------------+
+
+- C.1: Mandatory IF HID 8/1 "Pointing HID" OR HID 8/2 "Keyboard HID",
+  otherwise Optional IF HID 8/3 "Identification HID" OR HID 8/4 "Other HID",
+  otherwise Excluded.
+- C.2: Mandatory IF HID 8/2 "Keyboard HID", otherwise Optional IF HID 8/1
+  "Pointing HID" OR HID 8/3 "Identification HID" OR HID 8/4 "Other HID",
+  otherwise Excluded.
+- C.3: Mandatory IF HID 9/12 "Output reports declared" OR HID 9/14 "Feature
+  reports declared", otherwise Excluded.
+- C.4: Mandatory IF HID 9/13 "Input reports declared" OR HID 9/14 "Feature
+  reports declared", otherwise Excluded.
+- C.5: Mandatory to support none or all of HID 12/1 "Set_Protocol command" OR
+  HID 12/2 "Get_Protocol command".
+
+HID Role
+========
+**Table 13: LMP Requirements**
+
+Prerequisite: HID 1/2 "Device"
+
++----------------+----------+------------------------------------------------+
+| Parameter Name | Selected | Description                                    |
++================+==========+================================================+
+| TSPC_HID_13_8  |          | Role switch (C.3)                              |
++----------------+----------+------------------------------------------------+
+
+- C.3: Mandatory IF HID 9/6 "HID initiated reconnection", otherwise not
+  defined.
+
+HID Role
+========
+**Table 15: SDP Requirements**
+
+Prerequisite: HID 1/2 "Device"
+
++----------------+----------+------------------------------------------------+
+| Parameter Name | Selected | Description                                    |
++================+==========+================================================+
+| TSPC_HID_15_1  |          | Server (M)                                     |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_15_2  |          | LanguageBaseAttributeIdList (M)                |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_15_3  |          | ServiceClassIDList (M)                         |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_15_4  |          | ProtocolDescriptorList (M)                     |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_15_5  |          | BluetoothProfileDescriptorList (M)             |
++----------------+----------+------------------------------------------------+
+| TSPC_HID_15_6  |          | AdditionalProtocolDescriptorList (M)           |
++----------------+----------+------------------------------------------------+
+
+- M: Mandatory
diff --git a/doc/qualification/hid-pts.rst b/doc/qualification/hid-pts.rst
new file mode 100644
index 000000000..bc795c69d
--- /dev/null
+++ b/doc/qualification/hid-pts.rst
@@ -0,0 +1,61 @@
+.. SPDX-License-Identifier: GPL-2.0-or-later
+.. Copyright © 2025-2026 Collabora Ltd.
+
+================
+HID test results
+================
+
+:PTS version: 8.5.2 Build 5
+
+Setup
+=====
+
+- Remove PTS device from Bluetooth devices
+
+Tests
+=====
+
+The kernel and BlueZ versions represent the oldest version without backport
+for which we know the test passed.
+
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| Test name                    | Result   | Kernel  | BlueZ |                                                                         |
++==============================+==========+=========+=======+=========================================================================+
+| HID/HOS/CON/BV-01-I          | PASS     |     6.1 | 5.69  | On 1st request run:                                                     |
+|                              |          |         |       |                                                                         |
+|                              |          |         |       | - sudo btmgmt find                                                      |
+|                              |          |         |       |                                                                         |
+|                              |          |         |       | PTS device should be found                                              |
+|                              |          |         |       |                                                                         |
+|                              |          |         |       | On 2nd  and 3rd request run:                                            |
+|                              |          |         |       |                                                                         |
+|                              |          |         |       | - sudo btmgmt find -L                                                   |
+|                              |          |         |       |                                                                         |
+|                              |          |         |       | PTS device should be found                                              |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| HID/HOS/DAT/BV-01-C          | PASS     |     6.1 | 5.69  |                                                                         |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| HID/HOS/HCE/BV-01-I          | PASS     |     6.1 | 5.69  |                                                                         |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| HID/HOS/HCE/BV-03-I          | PASS     |     6.1 | 5.69  | Pre-condition:                                                          |
+|                              |          |         |       |                                                                         |
+|                              |          |         |       | - this test requests a RF shielded box                                  |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| HID/HOS/HCE/BV-04-I          | PASS     |     6.1 | 5.69  | Pre-condition:                                                          |
+|                              |          |         |       |                                                                         |
+|                              |          |         |       | - this test requests a RF shielded box                                  |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| HID/HOS/HCR/BV-01-I          | PASS     |     6.1 | 5.69  |                                                                         |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| HID/HOS/HCR/BV-02-I          | PASS     |     6.1 | 5.69  |                                                                         |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| HID/HOS/HDT/BV-01-I          | PASS     |     6.1 | 5.69  | Pre-condition:                                                          |
+|                              |          |         |       |                                                                         |
+|                              |          |         |       | - Remove PTS device from Bluetooth devices                              |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| HID/HOS/HDT/BV-02-I          | PASS     |     6.1 | 5.69  | Pre-condition:                                                          |
+|                              |          |         |       |                                                                         |
+|                              |          |         |       | - Remove PTS device from Bluetooth devices                              |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
+| IOPT/CL/HID-HOS/SFC/BV-15-I  | PASS     |     6.1 | 5.69  |                                                                         |
++------------------------------+----------+---------+-------+-------------------------------------------------------------------------+
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [BlueZ] doc/qualification: Add PICS and howto for the HID qualification
  2026-01-27 17:12 [PATCH BlueZ] doc/qualification: Add PICS and howto for the HID qualification Frédéric Danis
@ 2026-01-27 18:16 ` bluez.test.bot
  2026-01-27 18:30 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2026-01-27 18:16 UTC (permalink / raw)
  To: linux-bluetooth, frederic.danis

[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=1047695

---Test result---

Test Summary:
CheckPatch                    PENDING   0.39 seconds
GitLint                       PENDING   0.33 seconds
BuildEll                      PASS      20.07 seconds
BluezMake                     PASS      638.53 seconds
MakeCheck                     PASS      18.72 seconds
MakeDistcheck                 PASS      245.15 seconds
CheckValgrind                 PASS      297.29 seconds
CheckSmatch                   PASS      353.89 seconds
bluezmakeextell               PASS      182.45 seconds
IncrementalBuild              PENDING   0.34 seconds
ScanBuild                     PASS      1027.15 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH BlueZ] doc/qualification: Add PICS and howto for the HID qualification
  2026-01-27 17:12 [PATCH BlueZ] doc/qualification: Add PICS and howto for the HID qualification Frédéric Danis
  2026-01-27 18:16 ` [BlueZ] " bluez.test.bot
@ 2026-01-27 18:30 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2026-01-27 18:30 UTC (permalink / raw)
  To: =?utf-8?b?RnLDqWTDqXJpYyBEYW5pcyA8ZnJlZGVyaWMuZGFuaXNAY29sbGFib3JhLmNvbT4=?=
  Cc: linux-bluetooth

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Tue, 27 Jan 2026 18:12:08 +0100 you wrote:
> ---
>  doc/qualification/hid-pics.rst | 385 +++++++++++++++++++++++++++++++++
>  doc/qualification/hid-pts.rst  |  61 ++++++
>  2 files changed, 446 insertions(+)
>  create mode 100644 doc/qualification/hid-pics.rst
>  create mode 100644 doc/qualification/hid-pts.rst

Here is the summary with links:
  - [BlueZ] doc/qualification: Add PICS and howto for the HID qualification
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=d4a8e19cf911

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-27 18:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27 17:12 [PATCH BlueZ] doc/qualification: Add PICS and howto for the HID qualification Frédéric Danis
2026-01-27 18:16 ` [BlueZ] " bluez.test.bot
2026-01-27 18:30 ` [PATCH BlueZ] " patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox