Comment 14 for bug 148231

Revision history for this message
Tormod Volden (tormodvolden) wrote :

Fixed for other drivers as well. Comments:
 r128: seems bad, but I don't touch it
 savage: must be typo, changed "[^x]" to "[^ ]"
 NV, first match: match [0-9]* instead
 NV, second match: I removed "pitch" from the regexp, so it will work with and without it.
 trident: I removed "found" so that anything in between can be trimmed away

This patch needs a thorough review though.