Module Name: src Committed By: snj Date: Tue Jan 18 20:03:03 UTC 2022
Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: 1404, 1405 To generate a diff of this commit: cvs rdiff -u -r1.1.2.65 -r1.1.2.66 src/doc/CHANGES-9.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-9.3 diff -u src/doc/CHANGES-9.3:1.1.2.65 src/doc/CHANGES-9.3:1.1.2.66 --- src/doc/CHANGES-9.3:1.1.2.65 Tue Jan 18 18:48:53 2022 +++ src/doc/CHANGES-9.3 Tue Jan 18 20:03:03 2022 @@ -1,4 +1,4 @@ -29~# $NetBSD: CHANGES-9.3,v 1.1.2.65 2022/01/18 18:48:53 martin Exp $ +29~# $NetBSD: CHANGES-9.3,v 1.1.2.66 2022/01/18 20:03:03 snj Exp $ A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3 release: @@ -1172,3 +1172,15 @@ sys/dev/usb/usb_quirks.c 1.103 Add UQ_HID_IGNORE for the Microchip PICkit2 and 3 programmers. [bouyer, ticket #1403] +sys/dev/usb/usbdevs 1.800 +sys/dev/usb/usbdevs.h (regen) +sys/dev/usb/usbdevs_data.h (regen) + + Add a new APC UPS device id. + [martin, ticket #1404] + +sys/dev/usb/usb_quirks.c 1.102 + + Ignore new APC UPS devices when matching uhid devices. + [martin, ticket #1405] +