The Android folks are currently using their original gadget and not this. This gadget will be replaced by the configfs based interface. So remove it now. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> --- * Benoit Goby | 2012-08-30 15:43:18 [-0700]: >It's ok if it gets removed. Actually we're still using the original >android driver for now, not ccg. >I'll change the userland interface to support configfs when we upgrade >the kernel. Thank you. Greg, how are we going to do this? This patch via Felipe's tree or redo my series without considering ccg and a rm patch against your current staging tree? >Thanks! >Benoit drivers/staging/Kconfig | 2 - drivers/staging/Makefile | 1 - drivers/staging/ccg/Kconfig | 21 - drivers/staging/ccg/Makefile | 4 - drivers/staging/ccg/TODO | 6 - drivers/staging/ccg/ccg.c | 1293 ------------------------- drivers/staging/ccg/composite.c | 1598 ------------------------------- drivers/staging/ccg/composite.h | 368 ------- drivers/staging/ccg/sysfs-class-ccg_usb | 158 --- 9 files changed, 3451 deletions(-) delete mode 100644 drivers/staging/ccg/Kconfig delete mode 100644 drivers/staging/ccg/Makefile delete mode 100644 drivers/staging/ccg/TODO delete mode 100644 drivers/staging/ccg/ccg.c delete mode 100644 drivers/staging/ccg/composite.c delete mode 100644 drivers/staging/ccg/composite.h delete mode 100644 drivers/staging/ccg/sysfs-class-ccg_usb diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index e3402d5..a1e0bac 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -126,8 +126,6 @@ source "drivers/staging/ramster/Kconfig" source "drivers/staging/ozwpan/Kconfig" -source "drivers/staging/ccg/Kconfig" - source "drivers/staging/ipack/Kconfig" source "drivers/staging/gdm72xx/Kconfig" diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 3be59d0..3ab5926 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -56,7 +56,6 @@ obj-$(CONFIG_ANDROID) += android/ obj-$(CONFIG_PHONE) += telephony/ obj-$(CONFIG_RAMSTER) += ramster/ obj-$(CONFIG_USB_WPAN_HCD) += ozwpan/ -obj-$(CONFIG_USB_G_CCG) += ccg/ obj-$(CONFIG_WIMAX_GDM72XX) += gdm72xx/ obj-$(CONFIG_CSR_WIFI) += csr/ obj-$(CONFIG_OMAP_BANDGAP) += omap-thermal/ diff --git a/drivers/staging/ccg/Kconfig b/drivers/staging/ccg/Kconfig deleted file mode 100644 index fbc67de..0000000 diff --git a/drivers/staging/ccg/Makefile b/drivers/staging/ccg/Makefile deleted file mode 100644 index 693da63..0000000 diff --git a/drivers/staging/ccg/TODO b/drivers/staging/ccg/TODO deleted file mode 100644 index 18612fe..0000000 diff --git a/drivers/staging/ccg/ccg.c b/drivers/staging/ccg/ccg.c deleted file mode 100644 index 453c0ea..0000000 diff --git a/drivers/staging/ccg/composite.c b/drivers/staging/ccg/composite.c deleted file mode 100644 index f00b0388..0000000 diff --git a/drivers/staging/ccg/composite.h b/drivers/staging/ccg/composite.h deleted file mode 100644 index 9a2e4ce..0000000 diff --git a/drivers/staging/ccg/sysfs-class-ccg_usb b/drivers/staging/ccg/sysfs-class-ccg_usb deleted file mode 100644 index dd12a33..0000000 -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html