lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 14 Jan 2016 18:00:39 +0100
From:	Jiri Pirko <jiri@...nulli.us>
To:	Rene Rebe <rene@...ctcode.com>
Cc:	netdev@...r.kernel.org, davem@...emloft.net
Subject: Re: [PATH]

The subject is absolutelly wrong. Please do it properly.

Also, you can use "git format-patch" to create patch and "git
send-email" to send it. That makes your life a bit easier.

Also, please use "scripts/checkpatch.pl" to check you patch (that would
warn you about bad subject line) and "scripts/get_maintainer.pl" to find
out who to put on cc list.

Thanks.

Thu, Jan 14, 2016 at 03:21:06PM CET, rene@...ctcode.com wrote:
>Hi David,
>
>rebased against your netdev git, and sent with Mew:
>
>The Microsoft Surface Docks uses a R8152, too.
>
>Signed-off-by: René Rebe <rene@...ctcode.com>
>
>--- linux-git/drivers/net/usb/r8152.c.orig	2016-01-14 15:17:54.786662456 +0100
>+++ linux-git/drivers/net/usb/r8152.c	2016-01-14 15:17:21.050661823 +0100
>@@ -504,6 +504,7 @@
> 
> /* Define these values to match your device */
> #define VENDOR_ID_REALTEK		0x0bda
>+#define VENDOR_ID_MICROSOFT		0x045e
> #define VENDOR_ID_SAMSUNG		0x04e8
> #define VENDOR_ID_LENOVO		0x17ef
> #define VENDOR_ID_NVIDIA		0x0955
>@@ -4294,6 +4295,8 @@
> static struct usb_device_id rtl8152_table[] = {
> 	{REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8152)},
> 	{REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8153)},
>+	{REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x07ab)},
>+	{REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x07c6)},
> 	{REALTEK_USB_DEVICE(VENDOR_ID_SAMSUNG, 0xa101)},
> 	{REALTEK_USB_DEVICE(VENDOR_ID_LENOVO,  0x7205)},
> 	{REALTEK_USB_DEVICE(VENDOR_ID_LENOVO,  0x304f)},
>
>
>-- 
>  René Rebe, ExactCODE GmbH, Lietzenburger Str. 42, DE-10117 Berlin
>  http://exactcode.com | http://t2-project.org | http://rene.rebe.de

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ