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:	Fri, 13 Apr 2012 18:51:26 +0800
From:	Bhupesh SHARMA <bhupesh.sharma@...com>
To:	"balbi@...com" <balbi@...com>
Cc:	"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
	"linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"stern@...land.harvard.edu" <stern@...land.harvard.edu>
Subject: Enabling multiple gadgets on top of composite driver

Hi,

I have a query regarding enabling multiple gadgets (like g_webcam, g_zero etc..)
on top of the Composite driver.

My use case is very simple:
	- I want to expose a USB composite device to a standard USB host, where
	  the Composite device supports a webcam gadget + zero gadget + some other gadget..

On the older kernels like 2.6.27, this was easily possible, but the latest
gadget code doesn't seem to support the same:
	- I can see that first a 'choicemenu' is provided which allows selection of only
	  one gadget at a time.

	- The "common" stuff like "composite.c", "epautoconfig.c" have been included in
	  each f_* function driver (for e.g. f_uvc.c, f_sourcesink.c, etc..), so even if
	  I somehow tweak the 'choicemenu' stuff, I get redeclaration errors.

	- If I somehow separate the "common" stuff and compile the same separately and
	  then compile zero gadget, webcam gadget etc.., I see that the 'usb_composite_probe'
	  call of only the 1st gadget passes correctly, but from the 2nd gadget driver
        onwards as 'composite' is already present the following check in 'usb_composite_probe'
	  fails:

		if(!driver || !driver->dev || !bind || composite)
			return -EINVAL;

I am hoping someone else must also have faced an issue like this before..

What is the best way to enable multiple gadgets (like g_webcam, g_zero etc..)
on top of the Composite driver or am I missing something here?

Regards,
Bhupesh
	
 
--
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