Opened 14 years ago

Closed 14 years ago

#6114 closed enhancement (duplicate)

Extension of the USB HID Usages

Reported by: x-ist Owned by: mmlr
Priority: normal Milestone: R1
Component: Drivers/Mouse/USB Version: R1/alpha2
Keywords: usb_hid Cc:
Blocked By: #6115 Blocking:
Platform: All

Description

The following patch advances the definitions in /trunk/src/add-ons/kernel/drivers/input/usb_hid of HID Usage Pages along with their Usage IDs to a large extend.

To provide a better overview and accessibility of the defined Usage IDs I decided to move them out of USB_hid.h into separate files, all being included by USB_hid.h. This prepares also for future implementations (e.g. of datastructures possibly required for specific HID Usage Pages).

Usage Pages start with HID_USAGE_PAGE_... Usage IDs start with HID_UID_<pn>_ Here <pn> represents a short version of the usage page.

Change History (1)

comment:1 by korli, 14 years ago

Blocked By: 6115 added
Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.