summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorrajaram <rajaram.ragupathy@stericsson.com>2011-10-28 11:46:46 +0530
committerRabin VINCENT <rabin.vincent@stericsson.com>2011-10-28 08:22:54 +0200
commit8f62dad11b54cbbaba8d9e88411713a5d3fdee58 (patch)
tree80f3402e36be20511d17398df359eb9610fc8f11 /include/linux
parent44339f688810651ad64b30ac54d42aa34a0c495b (diff)
u8500 : USB :New notification events for BatMan
Added notification events for ACA cases so that battery manager can distinguish between Standard Host and ACA charger. ST-Ericsson Linux next: NA ST-Ericsson ID: 362951 ST-Ericsson FOSS-OUT ID: Trivial Signed-off-by: rajaram <rajaram.ragupathy@stericsson.com> Signed-off-by: Sakethram Bommisetti <sakethram.bommisetti@stericsson.com> Change-Id: I02a19bced97b408990d8effb785418bf182ac27b Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/34862 Tested-by: Rajaram REGUPATHY <ragupathy.rajaram@stericsson.com> Reviewed-by: Praveena NADAHALLY <praveen.nadahally@stericsson.com> Reviewed-by: Rabin VINCENT <rabin.vincent@stericsson.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/usb/otg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/usb/otg.h b/include/linux/usb/otg.h
index d87f44f5b04..010b40d1b52 100644
--- a/include/linux/usb/otg.h
+++ b/include/linux/usb/otg.h
@@ -41,6 +41,9 @@ enum usb_xceiv_events {
USB_EVENT_ID, /* id was grounded */
USB_EVENT_CHARGER, /* usb dedicated charger */
USB_EVENT_ENUMERATED, /* gadget driver enumerated */
+ USB_EVENT_RIDA,
+ USB_EVENT_RIDB,
+ USB_EVENT_RIDC,
};
struct otg_transceiver;