From 64ad9035ad9b020a3cd4c0618ded25ff9da5a3e9 Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Mon, 26 Mar 2012 21:01:50 +0200 Subject: [PATCH] --- yaml --- r: 303542 b: refs/heads/master c: 67c88382e0bf92d7e09536ac47674c9fc9398b98 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/usb.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 46a57e882a1d..7c8d0added2d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0ca7eb235de5a72614c4ddd37707f9d9671e5403 +refs/heads/master: 67c88382e0bf92d7e09536ac47674c9fc9398b98 diff --git a/trunk/include/linux/usb.h b/trunk/include/linux/usb.h index 73b68d1f2cb0..22e9b328975b 100644 --- a/trunk/include/linux/usb.h +++ b/trunk/include/linux/usb.h @@ -1627,6 +1627,7 @@ static inline int usb_translate_errors(int error_code) case 0: case -ENOMEM: case -ENODEV: + case -EOPNOTSUPP: return error_code; default: return -EIO;