summaryrefslogtreecommitdiff
path: root/hwdb/ids-update.pl
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-07-31 23:06:04 +0200
committerKay Sievers <kay@vrfy.org>2014-07-31 23:07:44 +0200
commitbd64a88fb0478da2e93c363849b73aed8be36ae7 (patch)
treec377814d5d20ab3e5a50589d6b6f52ee9e9d38fd /hwdb/ids-update.pl
parenteb60f9cd4e93ff5016dc1b5486fd1b7e1565fd92 (diff)
hwdb: update
Diffstat (limited to 'hwdb/ids-update.pl')
-rwxr-xr-xhwdb/ids-update.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwdb/ids-update.pl b/hwdb/ids-update.pl
index 68c63ede43..86d414a6ff 100755
--- a/hwdb/ids-update.pl
+++ b/hwdb/ids-update.pl
@@ -144,7 +144,7 @@ sub pci_vendor {
my $sub_device = uc $2;
my $sub_text = $3;
$sub_text =~ s/^\Q$device_text\E\s*//;
- $sub_text =~ s/(.+)/\ (\1\)/;
+ $sub_text =~ s/(.+)/\ ($1)/;
print(OUT "\n");
print(OUT "pci:v0000" . $vendor . "d0000" . $device . "sv0000" . $sub_vendor . "sd0000" . $sub_device . "*\n");
print(OUT " ID_MODEL_FROM_DATABASE=" . $device_text . $sub_text . "\n");