From: Dmitry Fleytman Dmitry Fleytman
Commit e0429362ab15
("usb: Add device quirk for Logitech HD Pro Webcams C920 and C930e")
introduced quirk to workaround an issue with some Logitech webcams.
There is one more model that has the same issue - C925e, so applying
the same quirk as
> On 18 Dec 2017, at 20:07, Kai-Heng Feng wrote:
>
> Hi,
>
>> On 19 Dec 2017, at 12:04 AM, Dmitry Fleytman
>> wrote:
>>
>> From: Dmitry Fleytman Dmitry Fleytman
>>
>> Commit e0429362ab15
>> ("usb: Add device quirk for Logi
From: Dmitry Fleytman Dmitry Fleytman
Commit e0429362ab15
("usb: Add device quirk for Logitech HD Pro Webcams C920 and C930e")
introduced quirk to workaround an issue with some Logitech webcams.
There is one more model that has the same issue - C925e, so applying
the same quirk as
usb 3-3: New USB device found, idVendor=1b1c, idProduct=1b13
> usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> usb 3-3: Product: Corsair K70 RGB Gaming Keyboard
Reviewed-by: Dmitry Fleytman
>
> Signed-off-by: Jack Stocker
> ---
> drivers/usb/core
xplanation of the problem.
Signed-off-by: Dmitry Fleytman
---
drivers/usb/core/quirks.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index 574da2b..36d4841 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -
Changes since v1:
- C920-C added to the comments section
Dmitry Fleytman (1):
usb: Add device quirk for Logitech HD Pro Webcam C920-C
drivers/usb/core/quirks.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
2.7.4
--
To unsubscribe from this list: send the line "unsubs
xplanation of the problem.
Signed-off-by: Dmitry Fleytman
---
drivers/usb/core/quirks.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index 574da2b..2583224 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/cor
> On 24 Aug 2017, at 10:58 AM, Kai-Heng Feng
> wrote:
>
> On Mon, Aug 21, 2017 at 6:03 PM, Dmitry Fleytman wrote:
>> Commit e0429362ab15
>> ("usb: Add device quirk for Logitech HD Pro Webcams C920 and C930e")
>> introduced quirk to workar
s not long enough and in rare cases we still see issues described
by the aforementioned commit.
This patch increases delays introduced by original commit.
Having this patch applied we do not see those problems anymore.
Signed-off-by: Dmitry Fleytman
---
drivers/usb/core/config.c | 2 +-
drivers/usb/
> On 5 Sep 2017, at 23:22 PM, Guenter Roeck wrote:
>
> On Tue, Sep 05, 2017 at 11:40:56AM +0300, Dmitry Fleytman wrote:
>> Commit e0429362ab15
>> ("usb: Add device quirk for Logitech HD Pro Webcams C920 and C930e")
>> introduced quirk to workaroun
10 matches
Mail list logo