On Sun, Jul 31, 2016 at 10:50 PM, Chanwoo Choi <cw00.c...@samsung.com> wrote: > This patch adds the new extcon type to group the each connecotr > into following five category. This type would be used to handle > the connectors as a group unit instead of a connector unit. > - EXTCON_TYPE_USB : USB connector > - EXTCON_TYPE_CHG : Charger connector > - EXTCON_TYPE_JACK : Jack connector > - EXTCON_TYPE_DISP : Display connector > - EXTCON_TYPE_MISC : Miscellaneous connector > > Also, each external connector is possible to belong to one more extcon type. > In caes of EXTCON_CHG_USB_SDP, it have the EXTCON_TYPE_CHG and > EXTCON_TYPE_USB. > > Signed-off-by: Chanwoo Choi <cw00.c...@samsung.com> > Tested-by: Chris Zhong <z...@rock-chips.com> > Signed-off-by: MyungJoo Ham <myungjoo....@samsung.com>
Reviewed-by: Guenter Roeck <gro...@chromium.org>