Selecting packet reporting modes in multi-touch devices

This topic introduces the Parallel and Hybrid packet reporting modes for multi-touch devices. In Windows 8 and Windows 8.1, there are two supported ways of reporting multi-touch data to the system: Parallel mode or Hybrid mode. The vendor-supplied HID report descriptor differs, depending on the mode that was selected.

Parallel mode

In Parallel mode, devices report all contact information in a single packet. Each physical contact is represented by a logical collection that is embedded in the top-level collection. This logical collection contains all the usages that the device supports for each contact (for example, X, Y, and Pressure). When taking advantage of Parallel mode, each of the logical collections must be identical. Because the device generally reports fewer contacts than the maximum, the number of contacts that are reported in a parallel packet should be communicated either in the Contact count usage or by setting NULL values for all invalid contacts in a packet.

For example, consider a device that supports three contacts. If the user has only two fingers on the digitizer, the parallel packet has only two valid contact data in a report that can carry data for three contacts. In this case, the Contact count should be set to 2 so that the client application knows that any information about more than two contacts is not valid. Alternatively, the device can set the values of the contact usages beyond the second entry to NULL values. Considering the overhead for supporting and reporting NULL values, using the actual count is encouraged.

A disadvantage of reporting multiple contacts in one report is that space is wasted per report every time that there are fewer contacts than the maximum number of contacts possible. Devices can use the Hybrid mode to reduce this inefficiency.

Hybrid mode

In Hybrid mode, the number of contacts that can be reported in one report is less than the maximum number of contacts that the device supports. For example, a device that supports a maximum of 48 concurrent physical contacts can set up its top-level collection to deliver a maximum of 12 contacts in one report. If 48 contact points are present, the device can break these down into 4 serial reports that deliver 12 contacts each. All of the logical collections must be identical.

When a device delivers data in this manner, the Contact count usage value in the first report should reflect the total number of contacts that are being delivered in the hybrid reports. The other serial reports should have a contact count of 0. Using the previous example, the Contact count usage in the first report has a value of 48, whereas the latter three reports have a contact usage count of 0. Due to this data delivery protocol, the actual count usage must be present in the input report of the report descriptor for the device.

NULL values

NULL values should be specified as outlined in the HID specification. The NULL bit must be set on all main items in the report descriptor. Be aware that a device can use either the Contact count usage or NULL values to notify the host of the actual number of valid contacts in a packet.

Contacts in a report

When sending data in hybrid or parallel mode, a contact that is delivered in one report must be delivered in all subsequent reports until it is lifted off the screen. If time is needed to adequate determine if the contact was lifted off the surface, the device must report the last known position of the contact and then deliver the “UP� state of the contact in a subsequent report. Devices should not send a report without the information for that contact while trying to determine its current state.

 

 

Send comments about this topic to Microsoft