]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: usb: Adjust the USB_DEVICE() macro naming
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2015 22:47:51 +0000 (16:47 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:58 +0000 (13:48 +0200)
commitf8c9e30b6fdc453f5864bb2b85eb42b44a03b35d
tree3cbf8ab152d189f3c71a63702bf74de48a2f7ce8
parent4de8baef79b6bb05499cfaa002f99df90a80e0c7
dm: usb: Adjust the USB_DEVICE() macro naming

In Linux USB_DEVICE() is used to declare a USB device by vendor/device ID.
We should follow the same convention in U-Boot. Rename the existing
USB_DEVICE() macro to U_BOOT_USB_DEVICE() and bring in the USB_DEVICE()
macro from Linux for use in U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/usb_hub.c
common/usb_kbd.c
common/usb_storage.c
drivers/usb/Kconfig
drivers/usb/eth/usb_ether.c
include/usb.h