Changeset 2180979 in mainline
- Timestamp:
- 2011-03-15T14:50:17Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3100ebe
- Parents:
- 2ef036a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/usbinfo/main.c
r2ef036a r2180979 62 62 { 63 63 int rc; 64 65 /* Hack for QEMU to save-up on typing ;-). */ 66 if (str_cmp(devpath, "qemu") == 0) { 67 devpath = "/hw/pci0/00:01.2/uhci-rh/usb00_a1"; 68 } 64 69 65 70 char *path = str_dup(devpath);
Note:
See TracChangeset
for help on using the changeset viewer.