blob: 9438808971a2efaa46af3eecae2d4c5538c9eb99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
From 0cb17bd49ce07e4cdc19b88ae7cda4045fcc1362 Mon Sep 17 00:00:00 2001
From: Hans de Goede <hdegoede@redhat.com>
Date: Thu, 2 Oct 2014 14:51:59 +0200
Subject: usbredirhost: Add 2798:0001 to the do-not-reset blacklist
https://bugzilla.redhat.com/show_bug.cgi?id=1115917
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
diff --git a/usbredirhost/usbredirhost.c b/usbredirhost/usbredirhost.c
index bbaafa4..ad30722 100644
--- a/usbredirhost/usbredirhost.c
+++ b/usbredirhost/usbredirhost.c
@@ -139,6 +139,7 @@ struct usbredirhost_dev_ids {
static const struct usbredirhost_dev_ids usbredirhost_reset_blacklist[] = {
{ 0x1210, 0x001c },
+ { 0x2798, 0x0001 },
{ -1, -1 } /* Terminating Entry */
};
--
cgit v0.10.2
|