summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2010-05-24 07:04:00 +0000
committerwkoszek <wkoszek@FreeBSD.org>2010-05-24 07:04:00 +0000
commitab9f5dbe35c315e6966c118cb2076d184be6c09f (patch)
tree83ada656a98853f5aaefc61addf26dfb58da056f /sys/modules/linux
parent60e8c402f34a3b6cd2d0dc500b0239ebf10dfd74 (diff)
downloadFreeBSD-src-ab9f5dbe35c315e6966c118cb2076d184be6c09f.zip
FreeBSD-src-ab9f5dbe35c315e6966c118cb2076d184be6c09f.tar.gz
Bring USB fixes for linux(4).
Intention of this commit is to let us take a full advantage of libusb(8) ported to Linux. This decreases a possibility of getting any collisions within ioctl() "command" space, especially with relation to LINUX_SNDCTL_SEQ... stuff. Basically, we provide commands, that will be mapped in the kernel to correct ones and forward those to the USB layer. Port enabling functionality brought with this patch is here: http://www.freebsd.org/cgi/query-pr.cgi?pr=146895 Bump __FreeBSD_version to catch, since which version installing a port makes sense. This patch should bring no regressions. So far, only i386 is tested. Tested by: thompsa@ Reviewed by: thompsa@ OKed by: netchild@
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index a67fcc7..6474327 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -13,7 +13,7 @@ SRCS= linux${SFX}_dummy.c linux_emul.c linux_file.c \
linux${SFX}_machdep.c linux_mib.c linux_misc.c linux_signal.c \
linux_socket.c linux_stats.c linux_sysctl.c linux${SFX}_sysent.c \
linux${SFX}_sysvec.c linux_uid16.c linux_util.c linux_time.c \
- opt_inet6.h opt_compat.h opt_posix.h vnode_if.h \
+ opt_inet6.h opt_compat.h opt_posix.h opt_usb.h vnode_if.h \
device_if.h bus_if.h assym.s
# XXX: for assym.s
OpenPOWER on IntegriCloud