mirror of
https://github.com/systemd/systemd.git
synced 2025-09-22 13:45:07 +03:00
hwdb: make usb match patterns uppercase
Those patterns were always supposed to be uppercase.
This commit is contained in:
committed by
Bastien Nocera
parent
1a37237e2f
commit
cc1746bbed
@@ -12,7 +12,7 @@
|
|||||||
# Total Phase
|
# Total Phase
|
||||||
###########################################################
|
###########################################################
|
||||||
# Aarvark I2C/SPI Host Adapter
|
# Aarvark I2C/SPI Host Adapter
|
||||||
usb:v0403pe0d0*
|
usb:v0403pE0D0*
|
||||||
ID_SIGNAL_ANALYZER=1
|
ID_SIGNAL_ANALYZER=1
|
||||||
|
|
||||||
# Beagle Protocol Analyzers
|
# Beagle Protocol Analyzers
|
||||||
@@ -29,5 +29,5 @@ usb:v1679p3001*
|
|||||||
|
|
||||||
# Power Delivery Analyzers
|
# Power Delivery Analyzers
|
||||||
usb:v1679p6003*
|
usb:v1679p6003*
|
||||||
usb:v0483pdf11*
|
usb:v0483pDF11*
|
||||||
ID_SIGNAL_ANALYZER=1
|
ID_SIGNAL_ANALYZER=1
|
||||||
|
Reference in New Issue
Block a user