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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 12 Nov 2008 20:16:59 +0000
From:	"Bob Jolliffe" <bobjolliffe@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH] rtl8187 : support for Sitecom WL-168 0001 v4

Hi,
the Sitecom 0001 v4 with product id 0x0df6:0028, uses Realtek's
RTL8187B and work fine
with new 2.6.27 driver. Please consider to add support of this card.

*** linux-2.6.27/drivers/net/wireless/rtl8187_dev.c	2008-10-09
23:13:53.000000000 +0100
--- linux-source-2.6.27/drivers/net/wireless/rtl8187_dev.c	2008-11-12
14:39:18.000000000 +0000
***************
*** 45,50 ****
--- 45,51 ----
  	{USB_DEVICE(0x03f0, 0xca02), .driver_info = DEVICE_RTL8187},
  	/* Sitecom */
  	{USB_DEVICE(0x0df6, 0x000d), .driver_info = DEVICE_RTL8187},
+ 	{USB_DEVICE(0x0df6, 0x0028), .driver_info = DEVICE_RTL8187B},
  	{}
  };


-- 
Bob Jolliffe
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ