2008-09-25 05:46:44 +08:00
|
|
|
# Makefile for staging directory
|
|
|
|
|
2008-10-14 05:32:52 +08:00
|
|
|
# fix for build system bug...
|
|
|
|
obj-$(CONFIG_STAGING) += staging.o
|
|
|
|
|
2011-11-02 08:23:55 +08:00
|
|
|
obj-y += media/
|
2012-04-11 17:14:57 +08:00
|
|
|
obj-y += net/
|
2008-04-04 08:30:53 +08:00
|
|
|
obj-$(CONFIG_ET131X) += et131x/
|
2008-03-20 05:27:25 +08:00
|
|
|
obj-$(CONFIG_SLICOSS) += slicoss/
|
2011-05-12 13:33:44 +08:00
|
|
|
obj-$(CONFIG_USBIP_CORE) += usbip/
|
2008-10-01 20:36:56 +08:00
|
|
|
obj-$(CONFIG_W35UND) += winbond/
|
2008-10-03 02:29:28 +08:00
|
|
|
obj-$(CONFIG_PRISM2_USB) += wlan-ng/
|
2008-10-07 12:41:46 +08:00
|
|
|
obj-$(CONFIG_ECHO) += echo/
|
2008-11-05 12:29:31 +08:00
|
|
|
obj-$(CONFIG_COMEDI) += comedi/
|
2010-09-25 10:13:42 +08:00
|
|
|
obj-$(CONFIG_FB_OLPC_DCON) += olpc_dcon/
|
2008-11-05 15:46:58 +08:00
|
|
|
obj-$(CONFIG_ASUS_OLED) += asus_oled/
|
2008-11-14 09:18:59 +08:00
|
|
|
obj-$(CONFIG_PANEL) += panel/
|
2009-11-17 13:35:38 +08:00
|
|
|
obj-$(CONFIG_R8187SE) += rtl8187se/
|
2009-11-03 17:17:24 +08:00
|
|
|
obj-$(CONFIG_RTL8192U) += rtl8192u/
|
2009-08-05 06:57:55 +08:00
|
|
|
obj-$(CONFIG_RTL8192E) += rtl8192e/
|
2010-08-20 23:15:30 +08:00
|
|
|
obj-$(CONFIG_R8712U) += rtl8712/
|
2011-07-19 17:10:35 +08:00
|
|
|
obj-$(CONFIG_RTS5139) += rts5139/
|
2008-12-18 09:13:45 +08:00
|
|
|
obj-$(CONFIG_TRANZPORT) += frontier/
|
2009-02-10 05:02:35 +08:00
|
|
|
obj-$(CONFIG_IDE_PHISON) += phison/
|
2009-02-28 11:50:03 +08:00
|
|
|
obj-$(CONFIG_LINE6_USB) += line6/
|
2009-06-01 03:49:42 +08:00
|
|
|
obj-$(CONFIG_USB_SERIAL_QUATECH2) += serqt_usb2/
|
2009-05-06 08:35:21 +08:00
|
|
|
obj-$(CONFIG_OCTEON_ETHERNET) += octeon/
|
2009-06-03 02:44:46 +08:00
|
|
|
obj-$(CONFIG_VT6655) += vt6655/
|
2009-06-13 19:39:00 +08:00
|
|
|
obj-$(CONFIG_VT6656) += vt6656/
|
2009-09-12 00:51:31 +08:00
|
|
|
obj-$(CONFIG_VME_BUS) += vme/
|
2010-11-18 07:45:36 +08:00
|
|
|
obj-$(CONFIG_DX_SEP) += sep/
|
2009-08-19 01:06:19 +08:00
|
|
|
obj-$(CONFIG_IIO) += iio/
|
2010-06-01 16:01:24 +08:00
|
|
|
obj-$(CONFIG_ZRAM) += zram/
|
2012-01-10 06:51:57 +08:00
|
|
|
obj-$(CONFIG_ZSMALLOC) += zsmalloc/
|
2009-09-27 17:12:52 +08:00
|
|
|
obj-$(CONFIG_WLAGS49_H2) += wlags49_h2/
|
|
|
|
obj-$(CONFIG_WLAGS49_H25) += wlags49_h25/
|
2012-06-10 19:12:24 +08:00
|
|
|
obj-$(CONFIG_FB_SM7XX) += sm7xxfb/
|
staging: add Broadcom Crystal HD driver
This patch supersedes the earlier ones sent by Manu Abraham to add
the Broadcom Crystal HD driver to the staging tree, per discussion
with him about it. I've been working with Broadcom's Naren Sankar
on this driver for a number of months, and had already talked Naren
about submitting this on Broadcom's behalf, didn't expect anyone
else to jump on submitting it as quickly as Manu did. ;)
This version is a one-shot deal, incorporating the original driver,
Manu's coding style clean-ups, udev device creation support from
Edgar 'gimli' Hucek, and a number of other small tweaks from myself
and Scott Davilla, the other individual who has been working closely
on this code with Naren and I.
I've tested this iteration of the code lightly on a mini pci-e board
in a ThinkPad T61p running x86_64 Fedora 12, with the expected results,
and will test further on other systems with other variants of the card
(I have three varieties of this device currently in hand). Scott has
also tested on assorted primarily i686 varieties of Ubuntu, and Naren
has tested with both Fedora and Ubuntu, iirc.
Note: only the 70012 is currently supported by this driver, 70015
support will follow later. Also note that Blu-Ray support isn't
enabled (at the firmware level), due to misc fun related to the
BD encryption scheme, DRM, etc. :\
I *do* have a git tree containing the driver, lib, gst plugin and
firmware that I'm working from at the moment[*], as there are inter-
dependencies between the driver and lib, and the driver can be used
with kernels going a ways back (I've only tested back to 2.6.18 as
it exists in Red Hat Enterprise Linux 5). I'm exporting from there,
into a linux-next tree, then generating patches from there. The goal
is to feed everything upstream as quickly as possible, but there are
users who want this code for earlier kernels too...
The firmware will be submitted for inclusion in dwmw2's linux-firmware
tree once there is a suitable redistribution-no-modification type of
license on it (I believe Naren is working with Broadcom legal to get
that in place).
Changelog from initial Broadcom release to here:
commit d20475d444610c5683d09e63f707f5bb22359062
Author: Jarod Wilson <jarod@redhat.com>
Date: Mon Jan 4 13:55:16 2010 -0500
include: lib doesn't build w/o the removed stdint include
So add it back...
Signed-off-by: Jarod Wilson <jarod@redhat.com>
commit c181070a330530b792d2b80e3ec6ab12a5a57394
Author: Scott Davilla <davilla@4pi.com>
Date: Mon Jan 4 13:38:37 2010 -0500
include: don't define VOID if its already defined
Signed-off-by: Scott Davilla <davilla@4pi.com>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
commit 33d8a2b691e81212e398f53770578d79650bf0bc
Author: Jarod Wilson <jarod@redhat.com>
Date: Mon Jan 4 13:12:10 2010 -0500
driver: create crystalhd device using udev
Based on:
http://sourceforge.net/apps/trac/archvdr/browser/trunk/archvdr/crystalhd/use_udev.patch
Signed-off-by: Edgar ( gimli ) Hucek <ebsi4711 at gmail dot com>
Formatting tweaks, error-handling path fixups and any bugs added by Jarod.
Signed-off-by: Jarod Wilson <jarod@redhat.com>
commit c44c64dea5537814796fcbe2d9db0209383c78b9
Author: Manu Abraham <abraham.manu@gmail.com>
Date: Mon Jan 4 10:32:47 2010 -0500
crystalhd: coding style cleanups
Signed-off-by: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
commit cffa6da7467ff697a656d1dfff54bb0513a053dc
Author: Jarod Wilson <jarod@redhat.com>
Date: Mon Jan 4 10:17:27 2010 -0500
crystalhd: run dos2unix over everything, this is linux source...
Signed-off-by: Jarod Wilson <jarod@redhat.com>
commit 7fa38a282db7af5a5746055f7c6cef8a9b8ee138
Author: Jarod Wilson <jarod@redhat.com>
Date: Mon Jan 4 10:02:33 2010 -0500
crystalhd: initial import of released Broadcom code
Straight import of:
http://www.broadcom.com/docs/support/crystalhd/crystalhd_linux_20091229.zip
Unfortunately, we're unable to publicly publish all the history that got
us from the initial internal code to what was released here, but such is
life, we can just be happy we've got this open-sourced now. :)
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Naren Sankar <nsankar@broadcom.com>
Signed-off-by: Scott Davilla <davilla@4pi.com>
Signed-off-by: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-01-05 07:02:27 +08:00
|
|
|
obj-$(CONFIG_CRYSTALHD) += crystalhd/
|
2010-03-04 21:40:46 +08:00
|
|
|
obj-$(CONFIG_CXT1E1) += cxt1e1/
|
2010-05-19 16:44:14 +08:00
|
|
|
obj-$(CONFIG_FB_XGI) += xgifb/
|
2010-06-24 21:40:07 +08:00
|
|
|
obj-$(CONFIG_TIDSPBRIDGE) += tidspbridge/
|
2010-07-09 07:25:55 +08:00
|
|
|
obj-$(CONFIG_ACPI_QUICKSTART) += quickstart/
|
2011-02-22 22:27:58 +08:00
|
|
|
obj-$(CONFIG_SBE_2T3E3) += sbe-2t3e3/
|
2010-09-08 15:42:32 +08:00
|
|
|
obj-$(CONFIG_USB_ENESTORAGE) += keucr/
|
2011-02-22 22:27:58 +08:00
|
|
|
obj-$(CONFIG_BCM_WIMAX) += bcm/
|
2010-09-22 13:56:27 +08:00
|
|
|
obj-$(CONFIG_FT1000) += ft1000/
|
2011-02-22 22:27:58 +08:00
|
|
|
obj-$(CONFIG_SPEAKUP) += speakup/
|
2010-10-22 21:00:20 +08:00
|
|
|
obj-$(CONFIG_TOUCHSCREEN_CLEARPAD_TM1217) += cptm1217/
|
2010-11-02 20:08:45 +08:00
|
|
|
obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4) += ste_rmi4/
|
2011-05-19 22:34:42 +08:00
|
|
|
obj-$(CONFIG_MFD_NVEC) += nvec/
|
2011-11-30 19:33:10 +08:00
|
|
|
obj-$(CONFIG_ANDROID) += android/
|
2012-02-21 05:12:44 +08:00
|
|
|
obj-$(CONFIG_USB_WPAN_HCD) += ozwpan/
|
staging: usb: gadget: Add Configurable Composite Gadget driver
The Configurable Gadget driver is a composite driver that allows
userspace to change at runtime the list of functions enabled in
its configuration and to configure these functions. It supports
multiple functions: acm, rndis, and mass storage.
It is usually controlled by a daemon that changes the configuration
based on user settings. For example, rndis is enabled when the user
enables sharing the phone data connection.
As an example on how to use it, the following shell commands will
make the gadget disconnect from the host and make it be re-enumerated
as a composite with 1 rndis and 2 acm interfaces, and a different
product id:
echo 0 > /sys/class/ccg_usb/ccg0/enable
echo rndis,acm > /sys/class/ccg_usb/ccg0/functions
echo 2 > /sys/class/ccg_usb/ccg0/f_acm/instances
echo -n 0x2d01 > /sys/module/g_ccg/parameters/idProduct
echo 1 > /sys/class/ccg_usb/ccg0/enable
The driver requires a gadget controller that supports software
control of the D+ pullup and the controller driver must support
disabling the pullup during composite_bind.
Signed-off-by: Mike Lockwood <lockwood@android.com>
Signed-off-by: Benoit Goby <benoit@android.com>
[import from android.c, implement review comments, remove adb,mtp,ptp,accessory]
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-05-16 18:34:37 +08:00
|
|
|
obj-$(CONFIG_USB_G_CCG) += ccg/
|
2012-05-15 12:20:36 +08:00
|
|
|
obj-$(CONFIG_WIMAX_GDM72XX) += gdm72xx/
|
2012-05-25 00:47:38 +08:00
|
|
|
obj-$(CONFIG_CSR_WIFI) += csr/
|
2012-07-13 00:02:29 +08:00
|
|
|
obj-$(CONFIG_OMAP_BANDGAP) += omap-thermal/
|
2012-09-07 10:59:06 +08:00
|
|
|
obj-$(CONFIG_NET_VENDOR_SILICOM) += silicom/
|
2012-09-18 10:43:33 +08:00
|
|
|
obj-$(CONFIG_CED1401) += ced1401/
|
2012-09-21 16:07:47 +08:00
|
|
|
obj-$(CONFIG_DRM_IMX) += imx-drm/
|
2012-09-21 04:55:28 +08:00
|
|
|
obj-$(CONFIG_DGRP) += dgrp/
|
2012-11-16 22:28:49 +08:00
|
|
|
obj-$(CONFIG_SB105X) += sb105x/
|
2012-11-02 20:16:33 +08:00
|
|
|
obj-$(CONFIG_FIREWIRE_SERIAL) += fwserial/
|
2013-01-19 05:24:26 +08:00
|
|
|
obj-$(CONFIG_ZCACHE) += zcache/
|
2013-01-23 22:13:52 +08:00
|
|
|
obj-$(CONFIG_GOLDFISH) += goldfish/
|