From 918b4453ee2cbe92c2d5ffcb5b845d0a453025cf Mon Sep 17 00:00:00 2001 From: jsg Date: Tue, 21 May 2024 07:13:29 +0000 Subject: [PATCH] move entry to be ordered by device id --- sys/dev/usb/usbdevs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 87997e99043..1cff0f87573 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.763 2024/05/15 01:41:19 kevlo Exp $ +$OpenBSD: usbdevs,v 1.764 2024/05/21 07:13:29 jsg Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1004,8 +1004,8 @@ product APPLE WELLSPRING9_JIS 0x0274 Keyboard/Trackpad product APPLE WELLSPRING8_ANSI 0x0290 Keyboard/Trackpad product APPLE WELLSPRING8_ISO 0x0291 Keyboard/Trackpad product APPLE WELLSPRING8_JIS 0x0292 Keyboard/Trackpad -product APPLE WELLSPRINGM1_J293 0x0341 Keyboard/Trackpad product APPLE OPTMOUSE 0x0302 Optical mouse +product APPLE WELLSPRINGM1_J293 0x0341 Keyboard/Trackpad product APPLE BLUETOOTH_HCI 0x1000 HID-proxy product APPLE SPEAKERS 0x1101 Speakers product APPLE IPHONE 0x1290 iPhone -- 2.20.1