Changeset fb295b6 in mainline for uspace/drv/usbhid/subdrivers.c
- Timestamp:
- 2011-05-07T08:50:46Z (13 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/subdrivers.c
r78dbf5b rfb295b6 46 46 }; 47 47 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 55 48 static usb_hid_subdriver_usage_t path_mouse2[] = { 56 49 {USB_HIDUT_PAGE_GENERIC_DESKTOP, USB_HIDUT_USAGE_GENERIC_DESKTOP_X}, … … 94 87 }, 95 88 { 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 = NULL106 }107 },108 {109 89 path_mouse2, 110 90 -1,
Note:
See TracChangeset
for help on using the changeset viewer.