Changeset 23c7f4d in mainline for uspace/drv/usbhid/main.c
- Timestamp:
- 2011-02-01T23:07:03Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 3e9074f
- Parents:
- a4a8cca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/main.c
ra4a8cca r23c7f4d 412 412 * Initialize the backing connection to the host controller. 413 413 */ 414 rc = usb_device_connection_initialize (&kbd_dev->wire, dev);414 rc = usb_device_connection_initialize_from_device(&kbd_dev->wire, dev); 415 415 if (rc != EOK) { 416 416 printf("Problem initializing connection to device: %s.\n",
Note:
See TracChangeset
for help on using the changeset viewer.