summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhil Dibowitz <phil@ipom.com>2010-07-22 00:05:01 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-13 13:19:42 -0700
commit739e7616fda378c0050fd4f2bcdfc1b81212013e (patch)
tree7a5c8c880682b4b384c393c183096660c14321e0 /include
parent1a9ee60e9ab43571686d1486f868ecd862cf8257 (diff)
USB delay init quirk for logitech Harmony 700-series devices
commit 93362a875fc69881ae69299efaf19a55a1f57db0 upstream. The Logitech Harmony 700 series needs an extra delay during initialization. This patch adds a USB quirk which enables such a delay and adds the device to the quirks list. Signed-off-by: Phil Dibowitz <phil@ipom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb/quirks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/usb/quirks.h b/include/linux/usb/quirks.h
index 2526f3bbd273..dd0bde120045 100644
--- a/include/linux/usb/quirks.h
+++ b/include/linux/usb/quirks.h
@@ -19,4 +19,8 @@
/* device can't handle its Configuration or Interface strings */
#define USB_QUIRK_CONFIG_INTF_STRINGS 0x00000008
+/* device needs a pause during initialization, after we read the device
+ descriptor */
+#define USB_QUIRK_DELAY_INIT 0x00000040
+
#endif /* __LINUX_USB_QUIRKS_H */