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

Dan Nicholson dbn.lists at gmail.com
Thu Jun 10 06:11:10 PDT 2010


On Thu, Jun 10, 2010 at 02:48:48PM +1000, Peter Hutterer 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.

See below for the rebased patch with fixed commit message.

Dan



More information about the xorg-devel mailing list