Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #63135

Bug#919656: Acknowledgement (usb - surface dock - ethernet - fix included)

From - <choeffer@mailbox.org>
Newsgroups linux.debian.bugs.dist, linux.debian.kernel
Subject Bug#919656: Acknowledgement (usb - surface dock - ethernet - fix included)
Date 2019-01-20 21:30 +0100
Message-ID <xirTc-7UR-3@gated-at.bofh.it> (permalink)
References <xhzSN-84Q-5@gated-at.bofh.it> <xiqX7-7l6-3@gated-at.bofh.it> <xhzSN-84Q-5@gated-at.bofh.it> <xiqX7-7l6-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Cross-posted to 2 groups.

Show all headers | View raw


https://github.com/torvalds/linux/blob/v4.19/drivers/net/usb/cdc_ether.c
Intersting to mention is that the ProductID 0x07c6 is blacklisted in
the cdc_ether driver and the proper belonging r8152 is used.

The above ProductID can be found in
https://github.com/torvalds/linux/blob/v4.19/drivers/net/usb/r8152.c

As long as the ProductID is blacklisted in cdc_ether and explicitly
listed in r8152 it should be safe to use the quirk, because the proper
r8152 driver will be used and it seems just to be a powermanagement
issue. 
And because it is a dock and conncted to the power grid proper power
saving is not neccessary.

So it should be safe to add this quirk here https://github.com/torvalds
/linux/blob/v4.19/drivers/usb/core/quirks.c 

Back to linux.debian.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Bug#919656: usb - surface dock - ethernet - fix included - <choeffer@mailbox.org> - 2019-01-18 11:50 +0100
  Bug#919656: dmesg output wayne wayne <choeffer@mailbox.org> - 2019-01-18 12:00 +0100
  Bug#919656: Acknowledgement (usb - surface dock - ethernet - fix included) - <choeffer@mailbox.org> - 2019-01-20 20:30 +0100
  Bug#919656: Acknowledgement (usb - surface dock - ethernet - fix included) - <choeffer@mailbox.org> - 2019-01-20 21:30 +0100

csiph-web