Skip to content

Commit

Permalink
pc: new usb host driver based on Linux 5.14.21
Browse files Browse the repository at this point in the history
Original commit by Josef Soentgen.

Ref #4416
  • Loading branch information
skalk authored and nfeske committed Feb 11, 2022
1 parent d06d5e7 commit b250c24
Show file tree
Hide file tree
Showing 23 changed files with 3,720 additions and 0 deletions.
18 changes: 18 additions & 0 deletions repos/pc/recipes/src/pc_usb_host_drv/content.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
MIRROR_FROM_REP_DIR := src/drivers/usb_host/pc \
src/lib/pc/lx_emul
MIRROR_FROM_OS_DIR := src/lib/genode_c_api/usb.cc

content: $(MIRROR_FROM_REP_DIR) $(MIRROR_FROM_OS_DIR)

$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)

$(MIRROR_FROM_OS_DIR):
mkdir -p $(dir $@)
cp -r $(GENODE_DIR)/repos/os/$@ $@

PORT_DIR := $(call port_dir,$(GENODE_DIR)/repos/dde_linux/ports/linux)

content: LICENSE
LICENSE:
cp $(PORT_DIR)/src/linux/COPYING $@
1 change: 1 addition & 0 deletions repos/pc/recipes/src/pc_usb_host_drv/hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2022-02-11-k 8f4071962fba9898b47db526132e3c11456d890c
8 changes: 8 additions & 0 deletions repos/pc/recipes/src/pc_usb_host_drv/used_apis
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
base
os
platform_session
timer_session
usb_session
report_session
genode_c_api
pc_linux

0 comments on commit b250c24

Please sign in to comment.