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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 20 May 2012 12:53:45 +0200
From:	Bjørn Mork <bjorn@...k.no>
To:	Andrew Bird <ajb@...eresystems.co.uk>
Cc:	gregkh@...uxfoundation.org, linux-usb@...r.kernel.org,
	netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/3] USB: qmi_wwan: Add ZTE (Vodafone) K3520-Z

Andrew Bird <ajb@...eresystems.co.uk> writes:

> Signed-off-by: Andrew Bird <ajb@...eresystems.co.uk>


Acked-by: Bjørn Mork <bjorn@...k.no>

>  /* ZTE suck at making USB descriptors */
> +static const struct driver_info	qmi_wwan_force_int1 = {
> +	.description	= "Qualcomm WWAN/QMI device",
> +	.flags		= FLAG_WWAN,
> +	.bind		= qmi_wwan_bind_shared,
> +	.unbind		= qmi_wwan_unbind_shared,
> +	.manage_power	= qmi_wwan_manage_power,
> +	.data		= BIT(1), /* interface whitelist bitmap */
> +};
> +
>  static const struct driver_info	qmi_wwan_force_int4 = {
>  	.description	= "Qualcomm WWAN/QMI device",
>  	.flags		= FLAG_WWAN,
> @@ -430,6 +439,15 @@ static const struct usb_device_id products[] = {
>  		.bInterfaceProtocol = 0xff,
>  		.driver_info        = (unsigned long)&qmi_wwan_force_int4,
>  	},
> +	{	/* ZTE (Vodafone) K3520-Z */
> +		.match_flags	    = USB_DEVICE_ID_MATCH_DEVICE | USB_DEVICE_ID_MATCH_INT_INFO,
> +		.idVendor           = 0x19d2,
> +		.idProduct          = 0x0055,
> +		.bInterfaceClass    = 0xff,
> +		.bInterfaceSubClass = 0xff,
> +		.bInterfaceProtocol = 0xff,
> +		.driver_info        = (unsigned long)&qmi_wwan_force_int1,
> +	},
>  	{	/* ZTE (Vodafone) K3565-Z */
>  		.match_flags	    = USB_DEVICE_ID_MATCH_DEVICE | USB_DEVICE_ID_MATCH_INT_INFO,
>  		.idVendor           = 0x19d2,


Looking forward to changing all this to a single line device + interface
number macro in 3.6 :-)


Bjørn
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists