/* driver/hid/usb/hid/usageled.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * HID Driver: Usage definitions for LEDs
 *
 * $Id: usageled.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_USAGELED_H
#define __USB_HID_USAGELED_H "$Id: usageled.h,v 1.3 2003/08/08 11:17:17 ben Exp $"

#define HID_USAGE_LED_UNDEFINED                         (0x0000)
#define HID_USAGE_LED_NUM_LOCK                          (0x0001)
#define HID_USAGE_LED_CAPS_LOCK                         (0x0002)
#define HID_USAGE_LED_SCROLL_LOCK                       (0x0003)

#endif /* __USB_HID_USAGELED_H */
