extcon: Enable earjack control logic and remove unused files(ta,usb) 64/37664/2
authorJiyoung Yun <jy910.yun@samsung.com>
Thu, 2 Apr 2015 06:21:05 +0000 (15:21 +0900)
committerJiyoung Yun <jy910.yun@samsung.com>
Fri, 3 Apr 2015 06:34:21 +0000 (15:34 +0900)
commitcdcefb87761ade44d6034575cc203e1d6d0b807b
tree2ae48d7e7ece63a5f7e71dcee40d53f28c342ce4
parent48bec89f86a99f3f671ffdcc1af4c071bb99d30b
extcon: Enable earjack control logic and remove unused files(ta,usb)

Deviced recognizes the ta(charger) status by using power-supply uevent.
So extcon doesn't care about the ta status.
Usb-handler logic launches usb-server whenever usb is connected,
but usb-server is deprecated and usb logic is included in deviced.

Change-Id: I21d526fb44aebbdac9e21671e45c0237a6335c8b
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
CMakeLists.txt
packaging/deviced.spec
src/core/device-change-handler.c
src/core/device-handler.h
src/earjack/earjack.c [deleted file]
src/extcon/earjack.c [new file with mode: 0644]
src/extcon/extcon.h
src/ta/ta-handler.c [deleted file]
src/usb/usb-handler.c [deleted file]