diff options
Diffstat (limited to 'chip-data/ati/drm_pciids.awk')
-rwxr-xr-x | chip-data/ati/drm_pciids.awk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chip-data/ati/drm_pciids.awk b/chip-data/ati/drm_pciids.awk index dea8fd2..898f496 100755 --- a/chip-data/ati/drm_pciids.awk +++ b/chip-data/ati/drm_pciids.awk @@ -70,7 +70,8 @@ function format_flags(f_code, i, n, l, out) { formatted_flags = format_flags(f_code) # second param to gensub is the replacement text: - chip_type = tolower(gensub(/^CHIP_/, "", "", first_flag)) + ## chip_type = tolower(gensub(/^CHIP_/, "", "", first_flag)) + chip_type = gensub(/^CHIP_/, "", "", first_flag) if (length(first_line) > 0) { printf(",\n") |