OSDN Git Service

HID: Check for EINTR in uhid_event() and fix return value evaluation
authorAndre Eisenbach <eisenbach@google.com>
Mon, 30 May 2016 19:00:46 +0000 (12:00 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Mon, 30 May 2016 19:11:16 +0000 (19:11 +0000)
commit32d66694e9f782a0e9dfa423015284a573f8975c
treee10bb2e657c786412081cfc4129fff8e14949624
parent6834570262116974a176cd8598b6d0ca6d031aca
HID: Check for EINTR in uhid_event() and fix return value evaluation

uhid_event() returns 0 in the normal case. Commit 3a2c2d61
results in the polling thread to be exited.

Bug: 28942565
Change-Id: Id0aff2958bc7c2704ba340aa0ff7848afb8dcf80
btif/co/bta_hh_co.c