-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't create a default match for fallback devices (#723)
If we end up using a fallback device, creating a default match triggers two complaints: an assert in bus_to_str() for the WBUSTYPE_UNKNOWN and one in libwacom_set_default_match() because the match we compose based on bustype/vid/pid does doesn't exist in the list of the generic device's matches. Closes #721, #722
- Loading branch information
Showing
2 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters