summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2020-03-25 21:35:53 +0100
committerTom Rini <trini@konsulko.com>2020-03-27 15:42:04 -0400
commitcb11eed23d7215b6902d43f6273b562ee31e770a (patch)
tree906293106aa00bedf4647f98e6cc6ba840da707a /MAINTAINERS
parent6748a1f2a3e59a867a55487916167c4a676a884e (diff)
MAINTAINERS: Add usb.h entry to usb
Add usb.h file into the USB list. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 92dda40a85..9c1543f17d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -937,6 +937,7 @@ T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
F: drivers/usb/
F: common/usb.c
F: common/usb_kbd.c
+F: include/usb.h
USB xHCI
M: Bin Meng <bmeng.cn@gmail.com>