From 03a661d4a6267505746a1021e482a992f8c01ad0 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 5 Jan 2020 03:38:23 +0000 Subject: consistently lowercase hex digits in device ids --- sys/dev/pci/pcidevs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 6ced3ab5e6d..6fa30dac7fb 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1907 2020/01/05 01:07:59 jsg Exp $ +$OpenBSD: pcidevs,v 1.1908 2020/01/05 03:38:22 jsg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2868,9 +2868,9 @@ product EUMITCOM WL11000P 0x1100 WL11000P /* Equinox Systems products */ product EQUINOX SST64 0x0808 SST-64P product EQUINOX SST128 0x1010 SST-128P -product EQUINOX SST16A 0x80C0 SST-16P -product EQUINOX SST16B 0x80C4 SST-16P -product EQUINOX SST16C 0x80C8 SST-16P +product EQUINOX SST16A 0x80c0 SST-16P +product EQUINOX SST16B 0x80c4 SST-16P +product EQUINOX SST16C 0x80c8 SST-16P product EQUINOX SST4 0x8888 SST-4p product EQUINOX SST8 0x9090 SST-8p @@ -7235,7 +7235,7 @@ product REALTEK RTS5227 0x5227 RTS5227 Card Reader product REALTEK RTS5229 0x5229 RTS5229 Card Reader product REALTEK RTS522A 0x522a RTS522A Card Reader product REALTEK RTS5249 0x5249 RTS5249 Card Reader -product REALTEK RTS525A 0x525A RTS525A Card Reader +product REALTEK RTS525A 0x525a RTS525A Card Reader product REALTEK RTL8402 0x5286 RTL8402 Card Reader product REALTEK RTL8411B 0x5287 RTL8411B Card Reader product REALTEK RTL8411 0x5289 RTL8411 Card Reader -- cgit v1.2.3