Changeset f9a0cef in mainline for uspace/drv/usbkbd/main.c


Ignore:
Timestamp:
2010-12-13T00:31:22Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
37f7cfe, ea5dbaf
Parents:
1e32a63
Message:

Add clearing status changes in hub driver

Also, both keyboard and hub driver question with interval of 1s.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbkbd/main.c

    r1e32a63 rf9a0cef  
    208208
    209209        while (true) {
    210                 async_usleep(10 * 1000);
     210                async_usleep(1000 * 1000);
    211211                rc = usb_drv_async_interrupt_in(kbd_dev->device->parent_phone,
    212212                    poll_target, buffer, BUFFER_SIZE, &actual_size, &handle);
Note: See TracChangeset for help on using the changeset viewer.