Changeset 22ded10 in mainline for uspace/drv/usbhid/kbd/kbddev.c
- Timestamp:
- 2011-05-06T10:26:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 04c1524, 674cf89
- Parents:
- 3b5d5b9d (diff), 310c4df (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/kbd/kbddev.c
r3b5d5b9d r22ded10 1046 1046 free((*kbd_dev)->led_data); 1047 1047 } 1048 if ((*kbd_dev)->output_buffer != NULL) {1049 free((*kbd_dev)->output_buffer);1050 }1051 1048 if ((*kbd_dev)->led_path != NULL) { 1052 1049 usb_hid_report_path_free((*kbd_dev)->led_path);
Note:
See TracChangeset
for help on using the changeset viewer.