Changeset b997e7b in mainline for uspace/lib/usbvirt/include
- Timestamp:
- 2013-01-05T19:49:16Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 32c2c8f
- Parents:
- 2a6e2358
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/include/usbvirt/device.h
r2a6e2358 rb997e7b 213 213 /** Virtual USB device. */ 214 214 struct usbvirt_device { 215 /** Device does not require USB bus power */ 216 bool self_powered; 217 /** Device is allowed to signal remote wakeup */ 218 bool remote_wakeup; 215 219 /** Name for debugging purposes. */ 216 220 const char *name;
Note:
See TracChangeset
for help on using the changeset viewer.