Changeset c28b3a5 in mainline for uspace/app/mkbd/main.c


Ignore:
Timestamp:
2011-05-27T12:24:21Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
567a3e2, ed0cc81
Parents:
c8be56e (diff), 5c2c459 (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:

Small fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/mkbd/main.c

    rc8be56e rc28b3a5  
    212212        }
    213213       
    214         //char *devpath = argv[1];
    215         const char *devpath = "/hw/pci0/00:06.0/ohci-rh/usb00_a2/HID1/hid";
     214        char *devpath = argv[1];
     215        //const char *devpath = "/hw/pci0/00:06.0/ohci-rh/usb00_a2/HID1/hid";
    216216       
    217217        int rc;
     
    297297                }
    298298               
    299                 async_usleep(100000);
     299                async_usleep(10000);
    300300        }
    301301       
Note: See TracChangeset for help on using the changeset viewer.