summaryrefslogtreecommitdiff
path: root/v4l/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/scripts')
-rw-r--r--v4l/scripts/bttv.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/bttv.pl b/v4l/scripts/bttv.pl
index d42239346..2c2cf4b2b 100644
--- a/v4l/scripts/bttv.pl
+++ b/v4l/scripts/bttv.pl
@@ -20,7 +20,7 @@ while (<>) {
$data{$id}->{id} = $id;
# $data{$id}->{nr} = $nr++;
};
- if (/0x([0-9]...)([0-9]...)/) {
+ if (/0x([0-9a-fA-F]...)([0-9a-fA-F]...)/) {
$subvendor = $2;
$subdevice = $1;
if (/(BTTV_BOARD_\w+)/) {