Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recognize pad devices which only have softkeys (e.g. Cintiq Pro 32)
Devices like the Cintiq Pro 32 have pad devices that have no ExpressKeys. This prevents them from being recognized as a pad by the driver. When the device is connected, an `Invalid type 'pad' for this device` message would be logged. This has not been an issue in the past since there is nothing for the device to do without any ExpressKeys. Now that the driver is capable of forwarding the various softkeys as fixed-function keyboard events, however, it would be good to ensure that these kinds of devices are detected properly. Recognizing the device as a pad only requires us to expand on the list of tools that are known identifiers. Since we want softkey-only pads to be recognized, the two softkeys to the list. One or both of the keys should be present on devices like the Cintiq Pro 32, allowing the pad to be recognized as such. Signed-off-by: Jason Gerecke <[email protected]>
- Loading branch information