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>] [day] [month] [year] [list]
Date:	Wed, 9 Jun 2010 14:06:57 +0200
From:	Tanguy PRUVOT <tanguy.pruvot@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH 1/1] Add support for PL2501 Host to Host USB 2.0 Device. Fully 
	compatible with existing PL2301/2302 driver.

Add support for PL2501 Host to Host USB 2.0 Device.
Device is fully compatible with existing PL2301/2302 driver.
Tested on ARM 2.6.24 and x86 2.6.35-rc2.
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@...il.com>
---
diff --git a/drivers/net/usb/plusb.c b/drivers/net/usb/plusb.c
index 08555f8..f88392f 100644
--- a/drivers/net/usb/plusb.c
+++ b/drivers/net/usb/plusb.c
@@ -117,6 +117,9 @@ static const struct usb_device_id   products [] = {
 }, {
        USB_DEVICE(0x067b, 0x0001),     // PL-2302
        .driver_info =  (unsigned long) &prolific_info,
+}, {
+       USB_DEVICE(0x067b, 0x2501),     // PL-2501
+       .driver_info =  (unsigned long) &prolific_info,
 },

        { },            // END
--
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