1eed447b5SHans Petter Selasky# 2eed447b5SHans Petter Selasky# 3eed447b5SHans Petter Selasky# Copyright (c) 2012 Huang Wen Hui. All rights reserved. 4eed447b5SHans Petter Selasky# 5eed447b5SHans Petter Selasky# Redistribution and use in source and binary forms, with or without 6eed447b5SHans Petter Selasky# modification, are permitted provided that the following conditions 7eed447b5SHans Petter Selasky# are met: 8eed447b5SHans Petter Selasky# 1. Redistributions of source code must retain the above copyright 9eed447b5SHans Petter Selasky# notice, this list of conditions and the following disclaimer. 10eed447b5SHans Petter Selasky# 2. Redistributions in binary form must reproduce the above copyright 11eed447b5SHans Petter Selasky# notice, this list of conditions and the following disclaimer in the 12eed447b5SHans Petter Selasky# documentation and/or other materials provided with the distribution. 13eed447b5SHans Petter Selasky# 14eed447b5SHans Petter Selasky# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 15eed447b5SHans Petter Selasky# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 16eed447b5SHans Petter Selasky# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 17eed447b5SHans Petter Selasky# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 18eed447b5SHans Petter Selasky# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19eed447b5SHans Petter Selasky# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 20eed447b5SHans Petter Selasky# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21eed447b5SHans Petter Selasky# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22eed447b5SHans Petter Selasky# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23eed447b5SHans Petter Selasky# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24eed447b5SHans Petter Selasky# SUCH DAMAGE. 25eed447b5SHans Petter Selasky# 26eed447b5SHans Petter Selasky 27193d9e76SEnji CooperS= ${SRCTOP}/sys 28eed447b5SHans Petter Selasky 29eed447b5SHans Petter Selasky.PATH: $S/dev/usb/input 30eed447b5SHans Petter Selasky 31eed447b5SHans Petter SelaskyKMOD= wsp 32*8d73071cSVladimir KondratyevSRCS= opt_bus.h opt_evdev.h opt_usb.h device_if.h bus_if.h usb_if.h \ 33*8d73071cSVladimir Kondratyev vnode_if.h usbdevs.h wsp.c 34eed447b5SHans Petter Selasky 35eed447b5SHans Petter Selasky.include <bsd.kmod.mk> 36