summaryrefslogtreecommitdiff
path: root/drivers/usb/image/Makefile
AgeCommit message (Collapse)Author
2017-11-07USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman
It's good to have SPDX identifiers in all files to make it easier to audit the kernel tree for correct licenses. This updates the remaining drivers/usb/*Makefile* that were missing SPDX identifiers. They all get the following identifier: SPDX-License-Identifier: GPL-2.0 The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Kate Stewart <kstewart@linuxfoundation.org> Cc: Philippe Ombredanne <pombredanne@nexb.com> Cc: Peter Korsgaard <jacmet@sunsite.dk> Cc: Thomas Winischhofer <thomas@winischhofer.net> Cc: Johan Hovold <johan@kernel.org> Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2005-03-17[PATCH] remove drivers/usb/image/hpusbscsi.cAdrian Bunk
USB_HPUSBSCSI was marked as BROKEN in 2.6.11 since libsane is the preferred way to access these devices. Unless someone plans to resurrect this driver, I'm therefore proposing this patch to completely remove it. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2004-02-04[PATCH] USB: remove USB_SCANNER from the buildAdrian Bunk
USB_SCANNER is obsolete, and it's now marked as BROKEN. I there a good reason to keep it in the kernel?
2002-12-14[PATCH] Remove Rules.make from Makefiles (2/3)Brian Gerst
Makefiles no longer need to include Rules.make, which is currently an empty file. This patch removes it from the drivers tree Makefiles.
2002-05-28kbuild: Remove remaining O_TARGET in drivers/*/MakefileKai Germaschewski
2002-04-16Rename O_TARGET to <subdir>.o in drivers/usb.Kai Germaschewski
2002-04-08USB - removed the dc2xx driverGreg Kroah-Hartman
2002-04-04USBGreg Kroah-Hartman
fixed lib Makefile problem with usb files moving moved drivers/usb/scanner/ to drivers/usb/image/