diff options
author | patmans@us.ibm.com <patmans@us.ibm.com> | 2004-02-12 01:25:28 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:32:26 -0700 |
commit | 3a8c51a771b5c67d5cf0002980254ef175668630 (patch) | |
tree | 33063f180356d85f08803272b78d6d2e273d6f68 /udev.h | |
parent | 5a42932b9a783670ae3406fb2c3462036bb16d32 (diff) |
[PATCH] udev add wild card compare for ID
Allow wild card comparison of the ID.
Using strcmp_pattern here also means we on longer match partial values,
for example, a scsi rule like this won't match anymore:
BUS="scsi", ID=":0", NAME="sdfoo-short-bus_id-1"
But this now works:
BUS="scsi", ID="*:0", NAME="sdfoo-bus_id-wild-card-1"
Diffstat (limited to 'udev.h')
0 files changed, 0 insertions, 0 deletions