mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 00:11:22 +00:00
28397ffef1
Adds the driver for the Princeton Instruments USB camera. Needs a lot of work... TODO: - make checkpatch.pl clean - coding style fixups (typedefs, etc.) - get it to build properly - audit ioctls - remove ioctls if possible - assign proper minor number - remove dbg() macro - lots of general cleanups - review locking Cc: Judd Montgomery <judd@jpilot.org> Cc: Jeff Frontz <jeff.frontz@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
28 lines
858 B
Makefile
28 lines
858 B
Makefile
# Makefile for staging directory
|
|
|
|
# fix for build system bug...
|
|
obj-$(CONFIG_STAGING) += staging.o
|
|
|
|
obj-$(CONFIG_ET131X) += et131x/
|
|
obj-$(CONFIG_SLICOSS) += slicoss/
|
|
obj-$(CONFIG_SXG) += sxg/
|
|
obj-$(CONFIG_ME4000) += me4000/
|
|
obj-$(CONFIG_MEILHAUS) += meilhaus/
|
|
obj-$(CONFIG_VIDEO_GO7007) += go7007/
|
|
obj-$(CONFIG_USB_IP_COMMON) += usbip/
|
|
obj-$(CONFIG_W35UND) += winbond/
|
|
obj-$(CONFIG_PRISM2_USB) += wlan-ng/
|
|
obj-$(CONFIG_ECHO) += echo/
|
|
obj-$(CONFIG_USB_ATMEL) += at76_usb/
|
|
obj-$(CONFIG_POCH) += poch/
|
|
obj-$(CONFIG_AGNX) += agnx/
|
|
obj-$(CONFIG_OTUS) += otus/
|
|
obj-$(CONFIG_RT2860) += rt2860/
|
|
obj-$(CONFIG_BENET) += benet/
|
|
obj-$(CONFIG_COMEDI) += comedi/
|
|
obj-$(CONFIG_ASUS_OLED) += asus_oled/
|
|
obj-$(CONFIG_PANEL) += panel/
|
|
obj-$(CONFIG_ALTERA_PCIE_CHDMA) += altpciechdma/
|
|
obj-$(CONFIG_RTL8187SE) += rtl8187se/
|
|
obj-$(CONFIG_USB_RSPI) += rspiusb/
|