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:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user