diff options
| author | bouyer <bouyer@NetBSD.org> | 2014-07-19 18:18:31 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 2014-07-19 18:18:31 +0000 |
| commit | 5784df20e29d85c8a90aa4680c444d9baaa7fb9c (patch) | |
| tree | 93642721c0d26ba16602ab921d2eff17a514e910 /sys | |
| parent | 1c5dfc0d6f6fee5d8508a640c6b279586d05c5b1 (diff) | |
Fix uhidev entries (sync with i386)
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/evbarm/conf/BEAGLEBONE | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/sys/arch/evbarm/conf/BEAGLEBONE b/sys/arch/evbarm/conf/BEAGLEBONE index 16473fab7c6..3f68580923d 100644 --- a/sys/arch/evbarm/conf/BEAGLEBONE +++ b/sys/arch/evbarm/conf/BEAGLEBONE @@ -1,5 +1,5 @@ # -# $NetBSD: BEAGLEBONE,v 1.21 2014/07/16 18:36:46 bouyer Exp $ +# $NetBSD: BEAGLEBONE,v 1.22 2014/07/19 18:18:31 bouyer Exp $ # # BEAGLEBONE -- TI AM335x board Kernel # @@ -272,11 +272,21 @@ motg* at tiotg? port ? usb* at motg? uhub* at usb? uhub* at uhub? port ? + uhidev* at uhub? -ukbd* at uhidev? -ums* at uhidev? -wskbd* at ukbd? -wsmouse* at ums? + +# USB Keyboards +ukbd* at uhidev? reportid ? +wskbd* at ukbd? console ? mux 1 + +# USB Mice +ums* at uhidev? reportid ? +wsmouse* at ums? mux 0 + +# USB generic touchscreen +uts* at uhidev? reportid ? +wsmouse* at uts? mux 0 + # USB Modem umodem* at uhub? port ? configuration ? ucom* at umodem? |
