fixed mouse devices

This commit is contained in:
Tobias Powalowski 2023-09-01 14:56:47 +02:00
parent 48293e432c
commit c01b846d09
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ build ()
add_all_modules -f '_cs|ssb-hcd' '/usb/host' add_all_modules -f '_cs|ssb-hcd' '/usb/host'
add_all_modules '/hid/hid-(alps|apple|asus|belkin|cherry|chicony|corsair|elan|hyperv|kensignton|lenovo|logitech|magicmouse|microsoft|razer|redragon|roccat|samsung|sony|speedlink|steelseries)' add_all_modules '/hid/hid-(alps|apple|asus|belkin|cherry|chicony|corsair|elan|hyperv|kensignton|lenovo|logitech|magicmouse|microsoft|razer|redragon|roccat|samsung|sony|speedlink|steelseries)'
add_module 'usbhid' add_module 'usbhid'
add_all_modules -f 'parkbd' '/input/serio|keyboard/(applespi|atkbd)' add_all_modules -f 'parkbd' '/input/serio|mouse|keyboard/(applespi|atkbd)'
add_all_modules -f '9pnet|bluetooth|fs' 'virtio' add_all_modules -f '9pnet|bluetooth|fs' 'virtio'
} }

View file

@ -798,7 +798,7 @@ The calculated size to boot the image follows the formula:<br>
</tr> </tr>
<tr> <tr>
<td>Real Machine boot to prompt<sup>2</sup></td> <td>Real Machine boot to prompt<sup>2</sup></td>
<td class="MyYes">52 seconds</td> <td class="MyYes">54 seconds</td>
<td class="MyNo">104 seconds</td> <td class="MyNo">104 seconds</td>
</tr> </tr>
<tr> <tr>