/* driver/hid/usb/hid/usagebut.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * HID Driver: Usage definitions for buttons
 *
 * $Id: usagebut.h,v 1.3 2003/08/08 11:17:17 ben Exp $
 *
 * This Library file is part of the Simtec Electronics USB stack development
 *   suite.
 * Specific licence is granted to use this file by third parties for the
 *   development of USB device drivers.
 *
*/

/* USB HID Usage page definitions
 * (see section 11 in USB HID Usage Tables v1.11, page 59)
*/

#ifndef __USB_HID_USAGEBUTTONS_H
#define __USB_HID_USAGEBUTTONS_H "$Id: usagebut.h,v 1.3 2003/08/08 11:17:17 ben Exp $"

#define HID_USAGE_BUTTONS_NONE                              (0x0000)
#define HID_USAGE_BUTTONS_PRIMARY                           (0x0001)
#define HID_USAGE_BUTTONS_SECONDARY                         (0x0002)
#define HID_USAGE_BUTTONS_TERTIARY                          (0x0003)

/* all other buttons are really just numbered buttons */

#endif /* __USB_HID_USAGEBUTTONS_H */
