Browse Source

extcon: adc-jack: update cable state during boot

Update cable state during boot to avoid any missing
external cable events occurred before driver initialisation.

Signed-off-by: Venkat Reddy Talla <vreddytalla@nvidia.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Venkat Reddy Talla 9 years ago
parent
commit
ba4b27151a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/extcon/extcon-adc-jack.c

+ 1 - 0
drivers/extcon/extcon-adc-jack.c

@@ -158,6 +158,7 @@ static int adc_jack_probe(struct platform_device *pdev)
 	if (data->wakeup_source)
 		device_init_wakeup(&pdev->dev, 1);
 
+	adc_jack_handler(&data->handler.work);
 	return 0;
 }