ubuntu-drivers-common should not care about case-sensitivity in modaliases
Bug #1500591 reported by
Mathieu Trudel-Lapierre
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-drivers-common (Ubuntu) |
Fix Released
|
High
|
Alberto Milone | ||
Wily |
Triaged
|
High
|
Alberto Milone |
Bug Description
It seems to me like ubuntu-
alias pci:v000014E4d0
is the same as
alias pci:v000014E4d0
Both should match against the same device: 14e4:43b1, which appears to show as uppercase on wily.
Changed in ubuntu-drivers-common (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in ubuntu-drivers-common (Ubuntu): | |
status: | Triaged → Fix Committed |
Changed in ubuntu-drivers-common (Ubuntu Wily): | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Alberto Milone (albertomilone) |
To post a comment you must log in.
Good point. The current code (i.e. fnmatch.fnmatch()) is case sensitive because the OS is.