coreboot/src/drivers/usb
Felix Singer 43b7f41678 src: Make PCI ID define names shorter
Shorten define names containing PCI_{DEVICE,VENDOR}_ID_ with
PCI_{DID,VID}_ using the commands below, which also take care of some
spacing issues. An additional clean up of pci_ids.h is done in
CB:61531.

Used commands:
* find -type f -exec sed -i 's/PCI_\([DV]\)\(EVICE\|ENDOR\)_ID_\([_0-9A-Za-z]\{2\}\([_0-9A-Za-z]\{8\}\)*[_0-9A-Za-z]\{0,5\}\)\t/PCI_\1ID_\3\t\t/g'

* find -type f -exec sed -i 's/PCI_\([DV]\)\(EVICE\|ENDOR\)_ID_\([_0-9A-Za-z]*\)/PCI_\1ID_\3/g'

Change-Id: If9027700f53b6d0d3964c26a41a1f9b8f62be178
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39331
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
2022-03-07 08:32:09 +00:00
..
acpi drivers/usb/acpi: Avoid dereferencing maybe-NULL pointer 2021-07-14 21:26:47 +00:00
pci_xhci src: Make PCI ID define names shorter 2022-03-07 08:32:09 +00:00
console.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
ehci.h src/drivers: Drop unneeded empty lines 2020-09-21 15:51:52 +00:00
ehci_debug.c src/drivers: Drop unneeded empty lines 2020-09-21 15:51:52 +00:00
ehci_debug.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
gadget.c src/drivers: Drop unneeded empty lines 2020-09-21 15:51:52 +00:00
Kconfig usbdebug: Make the EHCI debug console work in the bootblock 2019-01-06 14:05:20 +00:00
Makefile.inc drivers/usb: Enable EHCI debug during verstage 2019-10-16 08:29:30 +00:00
pci_ehci.c drivers: Replace bad uses of find_resource 2021-11-04 17:34:56 +00:00
usb_ch9.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00