Changeset fb295b6 in mainline


Ignore:
Timestamp:
2011-05-07T08:50:46Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1c3fcf9
Parents:
78dbf5b (diff), c7fbb90 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/subdrivers.c

    r78dbf5b rfb295b6  
    4646};
    4747
    48 static usb_hid_subdriver_usage_t path_mouse[] = {
    49         {USB_HIDUT_PAGE_GENERIC_DESKTOP, USB_HIDUT_USAGE_GENERIC_DESKTOP_MOUSE},
    50         {USB_HIDUT_PAGE_GENERIC_DESKTOP,
    51          USB_HIDUT_USAGE_GENERIC_DESKTOP_POINTER},
    52         {0, 0}
    53 };
    54 
    5548static usb_hid_subdriver_usage_t path_mouse2[] = {
    5649        {USB_HIDUT_PAGE_GENERIC_DESKTOP, USB_HIDUT_USAGE_GENERIC_DESKTOP_X},
     
    9487        },
    9588        {
    96                 path_mouse,
    97                 -1,
    98                 USB_HID_PATH_COMPARE_COLLECTION_ONLY,
    99                 -1,
    100                 -1,
    101                 {
    102                         .init = usb_mouse_init,
    103                         .deinit = usb_mouse_deinit,
    104                         .poll = usb_mouse_polling_callback,
    105                         .poll_end = NULL
    106                 }
    107         },
    108         {
    10989                path_mouse2,
    11090                -1,
Note: See TracChangeset for help on using the changeset viewer.