[PATCH v2 07/11] xfree86: Match devices based on PnP ID

Dan Nicholson dbn.lists at gmail.com
Thu Jun 10 05:45:29 PDT 2010


On Wed, Jun 9, 2010 at 9:48 PM, Peter Hutterer <peter.hutterer at who-t.net> wrote:
> On Mon, Jun 07, 2010 at 08:39:54PM -0700, Dan Nicholson wrote:
>> Serial input devices lack properties such as product or vendor name. This
>> makes matching InputClass sections difficult. Add a MatchPnPID entry to
>> test against the PnP ID of the device. The entry supports a shell pattern
>> match on platforms that support fnmatch(3). For example:
>>
>>       MatchPnPID "WACf*"
>>
>> A match type for non-path pattern matching, MatchPattern, has been added.
>                                                ^ match_pattern, right?
>
> I amended this locally, don't worry about resending.

Ah, right. I changed the functions after your last comments, but
clearly forgot to scour commit message. :)

--
Dan


More information about the xorg-devel mailing list