Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363183
b: refs/heads/master
c: 82e2e0f
h: refs/heads/master
i:
  363181: 2899a15
  363179: 192dea9
  363175: ce20554
  363167: 0a24984
v: v3
  • Loading branch information
Mark Brown committed Apr 2, 2013
1 parent 6bc8b88 commit 8443e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e56a0a572be150c79cdbf62ff98f4a63419e1c0b
refs/heads/master: 82e2e0fd3fcf2aec9d5796e31d7f29c738331f6b
2 changes: 1 addition & 1 deletion trunk/drivers/extcon/extcon-arizona.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ static int arizona_hpdet_do_id(struct arizona_extcon_info *info, int *reading)
* measure the mic as high impedance.
*/
if ((info->hpdet_res[0] > info->hpdet_res[1] * 2) ||
(id_gpio && info->hpdet_res[2] > 10)) {
(id_gpio && info->hpdet_res[2] > 1257)) {
dev_dbg(arizona->dev, "Detected mic\n");
info->mic = true;
info->detecting = true;
Expand Down

0 comments on commit 8443e63

Please sign in to comment.