Changes in uspace/app/mkbd/main.c [5c2c459:6c427cd] in mainline


Ignore:
File:
1 edited

Legend:

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

    r5c2c459 r6c427cd  
    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(10000);
     299                async_usleep(100000);
    300300        }
    301301       
Note: See TracChangeset for help on using the changeset viewer.