Imported Upstream version 2.7.2
This commit is contained in:
parent
0121794af9
commit
a356b56d11
263 changed files with 6039 additions and 8151 deletions
|
|
@ -1269,7 +1269,9 @@ static bool_t hid_ups_walk(walkmode_t mode)
|
|||
|
||||
case -ETIMEDOUT: /* Connection timed out */
|
||||
case -EOVERFLOW: /* Value too large for defined data type */
|
||||
#ifdef EPROTO
|
||||
case -EPROTO: /* Protocol error */
|
||||
#endif
|
||||
case -EPIPE: /* Broken pipe */
|
||||
default:
|
||||
/* Don't know what happened, try again later... */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue