Searched hist:"37 e8273cd30592d3a82bcb70cbb1bdc4eaeb6b71" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/usb/ |
H A D | dm9601.c | diff 37e8273cd30592d3a82bcb70cbb1bdc4eaeb6b71 Wed Nov 04 09:29:52 CST 2009 Ben Hutchings <ben@decadent.org.uk> usbnet: Set link down initially for drivers that update link state
Some usbnet drivers update link state while others do not due to hardware limitations. Add a flag to distinguish those that do, and set the link down initially for their devices.
This is intended to fix this bug: http://bugs.debian.org/444043
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | cdc_ether.c | diff 71cc1fa9f2d71eb2eba9b8e71e27cff9863e55f3 Thu Jan 28 23:37:18 CST 2010 Ben Hutchings <ben@decadent.org.uk> cdc_ether: Partially revert "usbnet: Set link down initially ..."
Commit 37e8273cd30592d3a82bcb70cbb1bdc4eaeb6b71 ("usbnet: Set link down initially for drivers that update link state") changed the initial link state in cdc_ether and other drivers based on the understanding that the devices they support generate link change interrupts. However, this is optional in the CDC Ethernet protocol, and two users have reported in <http://bugzilla.kernel.org/show_bug.cgi?id=14791> that the link state for their devices remains down. Therefore, revert the change in cdc_ether.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Tested-by: Avi Rozen <avi.rozen@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> diff 37e8273cd30592d3a82bcb70cbb1bdc4eaeb6b71 Wed Nov 04 09:29:52 CST 2009 Ben Hutchings <ben@decadent.org.uk> usbnet: Set link down initially for drivers that update link state
Some usbnet drivers update link state while others do not due to hardware limitations. Add a flag to distinguish those that do, and set the link down initially for their devices.
This is intended to fix this bug: http://bugs.debian.org/444043
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | usbnet.c | diff 37e8273cd30592d3a82bcb70cbb1bdc4eaeb6b71 Wed Nov 04 09:29:52 CST 2009 Ben Hutchings <ben@decadent.org.uk> usbnet: Set link down initially for drivers that update link state
Some usbnet drivers update link state while others do not due to hardware limitations. Add a flag to distinguish those that do, and set the link down initially for their devices.
This is intended to fix this bug: http://bugs.debian.org/444043
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/linux/usb/ |
H A D | usbnet.h | diff 37e8273cd30592d3a82bcb70cbb1bdc4eaeb6b71 Wed Nov 04 09:29:52 CST 2009 Ben Hutchings <ben@decadent.org.uk> usbnet: Set link down initially for drivers that update link state
Some usbnet drivers update link state while others do not due to hardware limitations. Add a flag to distinguish those that do, and set the link down initially for their devices.
This is intended to fix this bug: http://bugs.debian.org/444043
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|