Matching USB devices per device IDs is not a good idea, especially if
authormpi <mpi@openbsd.org>
Mon, 26 May 2014 07:46:16 +0000 (07:46 +0000)
committermpi <mpi@openbsd.org>
Mon, 26 May 2014 07:46:16 +0000 (07:46 +0000)
commitf9ec635275a6071d48985aad74bab9cea3afe9f6
tree435df94cb748e19baffdb8c7a9e6fab54daa8a68
parent5664ccb37d767c98380e0b7148ede9f76ed4b69b
Matching USB devices per device IDs is not a good idea, especially if
the device has multiple interfaces and/or report IDs.

Make sure utpms(4) only matches the mouse interface of the HID device
embedded in Powerbooks and do not rely on the alphabetical order to
have a working ukbd(4) on such machines.

Problem reported by daniel@
sys/dev/usb/utpms.c