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


Groups > linux.kernel > #1634825

RE: [PATCH] Fix for new version of realtek r8153

From Hayes Wang <hayeswang@realtek.com>
Newsgroups linux.kernel
Subject RE: [PATCH] Fix for new version of realtek r8153
Date 2017-05-03 11:20 +0200
Message-ID <tCYBY-3bN-27@gated-at.bofh.it> (permalink)
References <tCPoZ-4NZ-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


jake Briggs [mailto:nexussix@gmail.com]
> Sent: Wednesday, May 03, 2017 7:21 AM
[...]
> diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c
> index 07f788c49d57..2a55459fdfac 100644
> --- a/drivers/net/usb/r8152.c
> +++ b/drivers/net/usb/r8152.c
> @@ -4277,6 +4277,7 @@ static void r8152b_get_version(struct r8152 *tp)
>  		tp->mii.supports_gmii = 1;
>  		break;
>  	case 0x5c30:
> +	case 0x6010:

The two chips are different. I don't think it is a good idea.
Maybe you could use the driver from the Realtek website first.

>  		tp->version = RTL_VER_06;
>  		tp->mii.supports_gmii = 1;
>  		break;

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


Thread

[PATCH] Fix for new version of realtek r8153 jake Briggs <nexussix@gmail.com> - 2017-05-03 01:30 +0200
  RE: [PATCH] Fix for new version of realtek r8153 Hayes Wang <hayeswang@realtek.com> - 2017-05-03 11:20 +0200

csiph-web