Changeset 5c2c459 in mainline
- Timestamp:
- 2011-05-27T12:21:09Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6bfaab5, c28b3a5
- Parents:
- 61f49a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkbd/main.c
r61f49a0 r5c2c459 212 212 } 213 213 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"; 216 216 217 217 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.