USB: otg: add otg id notifier utiltiies
authorColin Cross <ccross@android.com>
Fri, 24 Jun 2011 22:58:51 +0000 (15:58 -0700)
committerDima Zavin <dima@android.com>
Mon, 11 Jul 2011 22:30:10 +0000 (15:30 -0700)
commitab246b81fb40a587e89f281fe9255833b7540220
tree0434320e4a18914f566811227e22886cea99622f
parent2fc52d645892c7a5fb9915b09351f934ea03f15d
USB: otg: add otg id notifier utiltiies

Add a otg_id notifier to allow multiple drivers to cooperate to
determine the type of cable connected to a USB connector without
requiring direct calls between the drivers.

Change-Id: Ic5675f1a89daf85b17336765de24e4bdb6df6348
Signed-off-by: Colin Cross <ccross@android.com>
drivers/usb/otg/Makefile
drivers/usb/otg/otg_id.c [new file with mode: 0644]
include/linux/usb/otg_id.h [new file with mode: 0644]