1261260Shselasky#
2261260Shselasky# $FreeBSD$
3261260Shselasky#
4261260Shselasky# Copyright (c) 2012 Huang Wen Hui. All rights reserved.
5261260Shselasky#
6261260Shselasky# Redistribution and use in source and binary forms, with or without
7261260Shselasky# modification, are permitted provided that the following conditions
8261260Shselasky# are met:
9261260Shselasky# 1. Redistributions of source code must retain the above copyright
10261260Shselasky#    notice, this list of conditions and the following disclaimer.
11261260Shselasky# 2. Redistributions in binary form must reproduce the above copyright
12261260Shselasky#    notice, this list of conditions and the following disclaimer in the
13261260Shselasky#    documentation and/or other materials provided with the distribution.
14261260Shselasky#
15261260Shselasky# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16261260Shselasky# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17261260Shselasky# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18261260Shselasky# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19261260Shselasky# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20261260Shselasky# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21261260Shselasky# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22261260Shselasky# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23261260Shselasky# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24261260Shselasky# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25261260Shselasky# SUCH DAMAGE.
26261260Shselasky#
27261260Shselasky
28261260ShselaskyS=     ${.CURDIR}/../../..
29261260Shselasky
30261260Shselasky.PATH: $S/dev/usb/input
31261260Shselasky
32261260ShselaskyKMOD=	wsp
33261260ShselaskySRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \
34261260Shselasky	wsp.c
35261260Shselasky
36261260Shselasky.include <bsd.kmod.mk>
37