Changeset 4b4c797 in mainline for uspace/lib/usbvirt
- Timestamp:
- 2010-11-20T14:07:05Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b22bd4
- Parents:
- 0e126be7
- Location:
- uspace/lib/usbvirt
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/Makefile
r0e126be7 r4b4c797 31 31 32 32 LIBS = $(LIBUSB_PREFIX)/libusb.a 33 EXTRA_CFLAGS = -I$(LIB _PREFIX)33 EXTRA_CFLAGS = -I$(LIBUSB_PREFIX)/include 34 34 35 35 SOURCES = \ -
uspace/lib/usbvirt/callback.c
r0e126be7 r4b4c797 45 45 46 46 #define NAMESPACE "usb" 47 #define USB_MAX_PAYLOAD_SIZE 1020 47 48 48 49 /** Wrapper for SETUP transaction over telephone. */ -
uspace/lib/usbvirt/device.h
r0e126be7 r4b4c797 36 36 #define LIBUSBVIRT_DEVICE_H_ 37 37 38 #include <usb/ hcd.h>38 #include <usb/usb.h> 39 39 #include <usb/descriptor.h> 40 40 #include <usb/devreq.h>
Note:
See TracChangeset
for help on using the changeset viewer.