[ARM] hid: hid-motorola: Notify system of audio cable state changes

Change-Id: Iaf0b55998d103c2793322f7ce030c503e111d614
Signed-off-by: Greg Meiste <w30289@motorola.com>
Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
Greg Meiste 2010-09-15 13:56:53 -05:00 committed by Colin Cross
parent 82bd615a2d
commit ea562738b0

View File

@ -44,8 +44,7 @@ static void audio_jack_status_work(struct work_struct *work)
{
struct motorola_sc *sc = container_of(work, struct motorola_sc, work);
/* TODO: Action on Audio Cable insertion. */
cpcap_accy_whisper_spdif_set_state(sc->audio_cable_inserted);
}
static int mot_rawevent(struct hid_device *hdev, struct hid_report *report,