Subject: USB HID device change
To: None <current-users@netbsd.org>
From: Lennart Augustsson <lennart@augustsson.net>
List: current-users
Date: 12/28/2001 19:04:13
I've made some changes to the USB HID device drivers that require you to change
kernel config file.  It should look like this now:

# USB HID device
uhidev* at uhub? port ? configuration ? interface ?

# USB Mice
ums* at uhidev? reportid ?
wsmouse* at ums? mux 0

# USB Keyboards
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1

# USB Generic HID devices
uhid* at uhidev? reportid ?

The reason for the change is to allow devices that use different report ids to be used.
(These are a little rare, but becoming more common.)

    -- Lennart