X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=ppcskel.git;a=blobdiff_plain;f=usb%2Fdrivers%2Fclass%2Fhid.c;fp=usb%2Fdrivers%2Fclass%2Fhid.c;h=ebf9f2621b11fc62ac0827ac2a5862adb5465009;hp=9101c08e61cd8e39ca9c5c82b424e997a48ed1b2;hb=9080c140e0aa002f00ce01fc0c5a63783a3b7724;hpb=2dff512f69bd8c211c37487e594a34677b7ea169 diff --git a/usb/drivers/class/hid.c b/usb/drivers/class/hid.c index 9101c08..ebf9f26 100644 --- a/usb/drivers/class/hid.c +++ b/usb/drivers/class/hid.c @@ -1,3 +1,14 @@ +/* + ppcskel - a Free Software replacement for the Nintendo/BroadOn bootloader. + hid driver + +Copyright (C) 2009 Bernhard Urban +Copyright (C) 2009 Sebastian Falbesoner + +# This code is licensed to you under the terms of the GNU GPL, version 2; +# see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt +*/ + #include "../../core/core.h" #include "../../core/usb.h" #include "../../usbspec/usb11spec.h"