USB: Use real HID driver in dde_linux

Before, usb_drv included both the real HID driver and also Linux's early
boot USB driver (BP). The BP drivers have been removed now.

Fixes #440.
This commit is contained in:
Christian Helmuth
2013-01-11 15:36:47 +01:00
parent 35f767ec38
commit 9dae5ee490
4 changed files with 83 additions and 63 deletions

View File

@@ -45,7 +45,7 @@ append config {
<provides><service name="Timer"/></provides>
</start>
<start name="usb_drv">
<resource name="RAM" quantum="6M"/>
<resource name="RAM" quantum="10M"/>
<provides><service name="Input"/></provides>
<config>
<hid/>