>Synopsis: pkg_add -IQ does not show single-line comment for packages matching query >Category: system >Environment: System : OpenBSD 7.4 Details : OpenBSD 7.4-stable (GENERIC.MP) #0: Sun Oct 29 17:05:47 EDT 2023 linetr...@kuuki.winooski.vt.us.makkintosshu.net:/sys/arch/amd64/compile/ GENERIC.MP
Architecture: OpenBSD.amd64 Machine : amd64 >Description: When using the pkg_info(1)'s '-Q' query option, it only displays the package name and, appends " (installed)" if it's already installed. There exists a '-I' option which will cause pkg_info(1) to display the package name and the one-line comment describing the package. Unfortunately, using the '-I' option with the '-Q' option doesn't result in the one-line comment being included in the output. Looking at the implementation of pkg_info(1)'ss '-Q' option in usr.sbin/pkg_add/OpenBSD/PkgInfo.pm, specifically handle_query(), it calls $self->print_info() if any of the 'cdfMqs' options were provided, otherwise just outputs the package name (denoting that it's installed, if it is.) Interestingly, parse_and_run() explicitly adds the '-I' option if it was not set along with the '-Q' option, but that's not one of the options that handle_query() considers when branching into print_info(). >How-To-Repeat: $ pkg_info -aQ vwm debug-fvwm2-2.7.0 debug-fvwm3-1.0.8p0 fvwm2-2.7.0 fvwm3-1.0.8p0 mlvwm-0.9.4 (installed) $ pkg_info -qaQ vwm debug-fvwm2-2.7.0 debug-fvwm3-1.0.8p0 fvwm2-2.7.0 fvwm3-1.0.8p0 mlvwm-0.9.4 $ pkg_info -IaQ vwm debug-fvwm2-2.7.0 debug-fvwm3-1.0.8p0 fvwm2-2.7.0 fvwm3-1.0.8p0 mlvwm-0.9.4 (installed) >Fix: Untested: change handle_query() in usr.sbin/pkg_add/OpenBSD/PkgInfo.pm to include the '-I' option when considering whether to call $self->print_info(). This will likely allow the following functionality (equivalent to `pkg_info -qaQ vwm | xargs pkg_info -I`): $ pkg_info -IaQ vwm debug-fvwm2-2.7.0 debug info for fvwm2 debug-fvwm3-1.0.8p0 debug info for fvwm3 fvwm2-2.7.0 multiple virtual desktop window manager fvwm3-1.0.8p0 multiple virtual desktop window manager mlvwm-0.9.4 Macintosh-like virtual window manager dmesg: OpenBSD 7.4-stable (GENERIC.MP) #0: Sun Oct 29 17:05:47 EDT 2023 linetr...@kuuki.winooski.vt.us.makkintosshu.net:/sys/arch/amd64/compile/ GENERIC.MP real mem = 8469352448 (8077MB) avail mem = 8192946176 (7813MB) random: good seed from bootblocks mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.7 @ 0x8afac000 (33 entries) bios0: vendor Apple Inc. version "195.0.0.0.0" date 06/11/2020 bios0: Apple Inc. MacBookAir7,2 efi0 at bios0: UEFI 1.1 acpi0 at bios0: ACPI 5.0 acpi0: sleep states S0 S3 S4 S5 acpi0: tables DSDT FACP HPET APIC SBST ECDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT DMAR MCFG acpi0: wakeup devices PEG0(S3) EC__(S3) HDEF(S3) RP01(S3) RP02(S3) RP03(S4) ARPT(S4) RP05(S3) RP06(S3) SPIT(S3) XHC1(S3) ADP1(S3) LID0(S3) acpitimer0 at acpi0: 3579545 Hz, 24 bits acpihpet0 at acpi0: 14318179 Hz acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: Intel(R) Core(TM) i7-5650U CPU @ 2.20GHz, 2100.02 MHz, 06-3d-04, patch 0000002f cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB 64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache cpu0: smt 0, core 0, package 0 mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges cpu0: apic clock running at 100MHz cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE cpu1 at mainbus0: apid 2 (application processor) cpu1: Intel(R) Core(TM) i7-5650U CPU @ 2.20GHz, 2100.03 MHz, 06-3d-04, patch 0000002f cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN cpu1: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB 64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache cpu1: smt 0, core 1, package 0 cpu2 at mainbus0: apid 1 (application processor) cpu2: Intel(R) Core(TM) i7-5650U CPU @ 2.20GHz, 2100.07 MHz, 06-3d-04, patch 0000002f cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN cpu2: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB 64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache cpu2: smt 1, core 0, package 0 cpu3 at mainbus0: apid 3 (application processor) cpu3: Intel(R) Core(TM) i7-5650U CPU @ 2.20GHz, 2100.05 MHz, 06-3d-04, patch 0000002f cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN cpu3: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB 64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache cpu3: smt 1, core 1, package 0 ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 40 pins acpiec0 at acpi0 acpimcfg0 at acpi0 acpimcfg0: addr 0xe0000000, bus 0-155 acpiprt0 at acpi0: bus 0 (PCI0) acpiprt1 at acpi0: bus -1 (PEG0) acpiprt2 at acpi0: bus 1 (RP01) acpiprt3 at acpi0: bus 2 (RP02) acpiprt4 at acpi0: bus 3 (RP03) acpiprt5 at acpi0: bus 5 (RP05) acpiprt6 at acpi0: bus 4 (RP06) acpisbs0 at acpi0: SBS0 model "A1405" serial 8 type LION oem "iFixit" acpipci0 at acpi0 PCI0: 0x00000004 0x00000011 0x00000001 acpicmos0 at acpi0 asmc0 at acpi0: SMC_ (smc-huronriver) addr 0x300/0x20: rev 2.27f627, 612 keys "ACPI0008" at acpi0 not configured "ACPI0001" at acpi0 not configured "APP000D" at acpi0 not configured acpiac0 at acpi0: AC unit online acpibtn0 at acpi0: LID0(wakeup) acpibtn1 at acpi0: PWRB abl0 at acpi0: PNLF (backlight) acpibtn2 at acpi0: SLPB acpicpu0 at acpi0: C3(200@530 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS acpicpu1 at acpi0: C3(200@530 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS acpicpu2 at acpi0: C3(200@530 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS acpicpu3 at acpi0: C3(200@530 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS acpivideo0 at acpi0: IGPU acpivout0 at acpivideo0: DD01 cpu0: using VERW MDS workaround (except on vmm entry) cpu0: Enhanced SpeedStep 2100 MHz: speeds: 2201, 2200, 2100, 1800, 1600, 1300, 1100, 900, 700, 500 MHz pci0 at mainbus0 bus 0 pchb0 at pci0 dev 0 function 0 "Intel Core 5G Host" rev 0x09 inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 6000" rev 0x09 drm0 at inteldrm0 inteldrm0: msi, BROADWELL, gen 8 azalia0 at pci0 dev 3 function 0 "Intel Core 5G HD Audio" rev 0x09: msi azalia0: No codecs found xhci0 at pci0 dev 20 function 0 "Intel 9 Series xHCI" rev 0x03: msi, xHCI 1.0 usb0 at xhci0: USB revision 3.0 uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 addr 1 "Intel 9 Series DMA" rev 0x03 at pci0 dev 21 function 0 not configured "Intel 9 Series SPI" rev 0x03 at pci0 dev 21 function 4 not configured "Intel 9 Series MEI" rev 0x03 at pci0 dev 22 function 0 not configured azalia1 at pci0 dev 27 function 0 "Intel 9 Series HD Audio" rev 0x03: msi azalia1: codecs: Cirrus Logic CS4208 audio0 at azalia1 ppb0 at pci0 dev 28 function 0 "Intel 9 Series PCIE" rev 0xe3 pci1 at ppb0 bus 1 ppb1 at pci0 dev 28 function 1 "Intel 9 Series PCIE" rev 0xe3: msi pci2 at ppb1 bus 2 "Broadcom BCM15700A2" rev 0x00 at pci2 dev 0 function 0 not configured ppb2 at pci0 dev 28 function 2 "Intel 9 Series PCIE" rev 0xe3: msi pci3 at ppb2 bus 3 bwfm0 at pci3 dev 0 function 0 "Broadcom BCM43602" rev 0x01: msi ppb3 at pci0 dev 28 function 4 "Intel 9 Series PCIE" rev 0xe3: msi pci4 at ppb3 bus 5 ppb4 at pci4 dev 0 function 0 vendor "Intel", unknown product 0x156b rev 0x00 pci5 at ppb4 bus 6 ppb5 at pci5 dev 0 function 0 vendor "Intel", unknown product 0x156b rev 0x00: msi pci6 at ppb5 bus 7 vendor "Intel", unknown product 0x156a (class system subclass miscellaneous, rev 0x00) at pci6 dev 0 function 0 not configured ppb6 at pci5 dev 3 function 0 vendor "Intel", unknown product 0x156b rev 0x00: msi pci7 at ppb6 bus 8 ppb7 at pci5 dev 4 function 0 vendor "Intel", unknown product 0x156b rev 0x00: msi pci8 at ppb7 bus 57 ppb8 at pci5 dev 5 function 0 vendor "Intel", unknown product 0x156b rev 0x00: msi pci9 at ppb8 bus 106 ppb9 at pci5 dev 6 function 0 vendor "Intel", unknown product 0x156b rev 0x00: msi pci10 at ppb9 bus 107 ppb10 at pci0 dev 28 function 5 "Intel 9 Series PCIE" rev 0xe3: msi pci11 at ppb10 bus 4 nvme0 at pci11 dev 0 function 0 "Samsung SM981/PM981 NVMe" rev 0x00: msix, NVMe 1.3 nvme0: Samsung SSD 970 EVO Plus 500GB, firmware 2B2QEXM7, serial S58SNM0T605601L scsibus1 at nvme0: 2 targets, initiator 0 sd0 at scsibus1 targ 1 lun 0: <NVMe, Samsung SSD 970, 2B2Q> sd0: 476940MB, 512 bytes/sector, 976773168 sectors pcib0 at pci0 dev 31 function 0 "Intel 9 Series LPC" rev 0x03 ichiic0 at pci0 dev 31 function 3 "Intel 9 Series SMBus" rev 0x03: apic 2 int 18 iic0 at ichiic0 iic0: addr 0x2c 03=fc 05=68 06=20 71=06 72=80 86=74 90=37 91=27 92=24 93=3d 94=41 95=3c 96=69 97=86 98=22 99=1f 9a=84 9f=7c a0=7f a1=b5 a2=bf a3=7b a4=28 a5=cf a6=64 a7=2d words 00=0000 01=0000 02=00fc 03=fc00 04=0068 05=6860 06=6000 07=0000 pchtemp0 at pci0 dev 31 function 6 "Intel 9 Series Thermal" rev 0x03 isa0 at pcib0 isadma0 at isa0 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 vmm0 at mainbus0: VMX/EPT efifb at mainbus0 not configured uhub1 at uhub0 port 1 configuration 1 interface 0 "Generic USB2.1 Hub" rev 2.10/0.01 addr 2 uaudio0 at uhub1 port 1 configuration 1 interface 1 "Blue Microphones Yeti X" rev 2.00/b.03 addr 3 uaudio0: class v1, full-speed, sync, channels: 2 play, 2 rec, 4 ctls audio1 at uaudio0 uhidev0 at uhub1 port 1 configuration 1 interface 3 "Blue Microphones Yeti X" rev 2.00/b.03 addr 3 uhidev0: iclass 3/0, 18 report ids uhidpp0 at uhidev0 uhid0 at uhidev0 reportid 1: input=63, output=63, feature=63 uhid1 at uhidev0 reportid 18: input=63, output=63, feature=0 umass0 at uhub1 port 2 configuration 1 interface 0 "Hitachi-LG Data Storage Inc Portable Super Multi Drive" rev 2.00/0.00 addr 4 umass0: using ATAPI over Bulk-Only scsibus2 at umass0: 2 targets, initiator 0 cd0 at scsibus2 targ 1 lun 0: <HL-DT-ST, DVDRAM GP60NB50, PE00> removable uhub2 at uhub1 port 4 configuration 1 interface 0 "Generic USB2.1 Hub" rev 2.10/0.01 addr 5 uvideo0 at uhub2 port 1 configuration 1 interface 0 "Logitech Logitech Webcam C925e" rev 2.00/0.16 addr 6 video0 at uvideo0 uaudio1 at uhub2 port 1 configuration 1 interface 3 "Logitech Logitech Webcam C925e" rev 2.00/0.16 addr 6 uaudio1: class v1, high-speed, sync, channels: 0 play, 2 rec, 2 ctls audio2 at uaudio1 axe0 at uhub2 port 2 configuration 1 interface 0 "Apple Computer Ethernet A1277" rev 2.00/0.01 addr 7 axe0: AX88772, address 08:6d:41:e4:58:f7 ukphy0 at axe0 phy 16: Generic IEEE 802.3u media interface, rev. 1: OUI 0x000ec6, model 0x0006 uhub3 at uhub2 port 3 configuration 1 interface 0 "GenesysLogic USB2.1 Hub" rev 2.10/6.63 addr 8 uhub4 at uhub2 port 4 configuration 1 interface 0 "Alcor Micro product 0x6254" rev 2.00/1.00 addr 9 uhidev1 at uhub0 port 3 configuration 1 interface 0 "Broadcom Corp. Bluetooth USB Host Controller" rev 2.01/1.69 addr 10 uhidev1: iclass 3/1, 1 report id ukbd0 at uhidev1 reportid 1: 8 variable keys, 6 key codes wskbd0 at ukbd0: console keyboard uhidev2 at uhub0 port 3 configuration 1 interface 1 "Broadcom Corp. Bluetooth USB Host Controller" rev 2.01/1.69 addr 10 uhidev2: iclass 3/1, 2 report ids ums0 at uhidev2 reportid 2: 3 buttons wsmouse0 at ums0 mux 0 ugen0 at uhub0 port 3 configuration 1 "Broadcom Corp. Bluetooth USB Host Controller" rev 2.01/1.69 addr 10 uhidev3 at uhub0 port 5 configuration 1 interface 0 "Apple Inc. Apple Internal Keyboard / Trackpad" rev 2.00/1.71 addr 11 uhidev3: iclass 3/0, 63 report ids uhid2 at uhidev3 reportid 63: input=64, output=0, feature=0 uhidev4 at uhub0 port 5 configuration 1 interface 1 "Apple Inc. Apple Internal Keyboard / Trackpad" rev 2.00/1.71 addr 11 uhidev4: iclass 3/1, 82 report ids ukbd1 at uhidev4 reportid 1: 8 variable keys, 6 key codes, country code 33 wskbd1 at ukbd1 mux 1 uhid3 at uhidev4 reportid 9: input=0, output=0, feature=3 uhid4 at uhidev4 reportid 63: input=64, output=0, feature=0 ucc0 at uhidev4 reportid 82: 5 usages, 3 keys, enum wskbd2 at ucc0 mux 1 ubcmtp0 at uhub0 port 5 configuration 1 interface 2 "Apple Inc. Apple Internal Keyboard / Trackpad" rev 2.00/1.71 addr 11 wsmouse1 at ubcmtp0 mux 0 uhub5 at uhub0 port 12 configuration 1 interface 0 "Generic USB3.2 Hub" rev 3.20/0.01 addr 12 uhub6 at uhub5 port 4 configuration 1 interface 0 "Generic USB3.2 Hub" rev 3.20/0.01 addr 13 uhub7 at uhub6 port 3 configuration 1 interface 0 "GenesysLogic USB3.1 Hub" rev 3.20/6.63 addr 14 umass1 at uhub0 port 14 configuration 1 interface 0 "Apple Card Reader" rev 3.00/8.20 addr 15 umass1: using SCSI over Bulk-Only scsibus3 at umass1: 2 targets, initiator 0 sd1 at scsibus3 targ 1 lun 0: <APPLE, SD Card Reader, 3.00> removable serial.05ac8406000000000820 vscsi0 at root scsibus4 at vscsi0: 256 targets softraid0 at root scsibus5 at softraid0: 256 targets root on sd0a (e8e1929ba48f32a7.a) swap on sd0b dump on sd0b inteldrm0: 1440x900, 32bpp wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0 wskbd1: connecting to wsdisplay0 wskbd2: connecting to wsdisplay0 wsdisplay0: screen 1-5 added (std, vt100 emulation) bwfm0: address c4:b3:01:c6:20:5f umodem0 at uhub4 port 1 configuration 1 interface 0 "Dygma Raise" rev 2.00/1.00 addr 16 umodem0: data interface 1, has no CM over data, has break umodem0: status change notification available ucom0 at umodem0: usb0.1.00144.1 uhidev5 at uhub4 port 1 configuration 1 interface 2 "Dygma Raise" rev 2.00/1.00 addr 16 uhidev5: iclass 3/0, 8 report ids ums1 at uhidev5 reportid 1: 8 buttons, Z and W dir wsmouse2 at ums1 mux 0 ucc1 at uhidev5 reportid 4: 1024 usages, 20 keys, array wskbd3 at ucc1 mux 1 wskbd3: connecting to wsdisplay0 uhid5 at uhidev5 reportid 5: input=1, output=0, feature=0 ukbd2 at uhidev5 reportid 8: 128 variable keys, 0 key codes wskbd4 at ukbd2 mux 1 wskbd4: connecting to wsdisplay0 uhidev6 at uhub4 port 1 configuration 1 interface 3 "Dygma Raise" rev 2.00/1.00 addr 16 uhidev6: no report descriptor uhidev7 at uhub4 port 2 configuration 1 interface 0 "Kensington Kensington Eagle Trackball" rev 2.00/1.20 addr 17 uhidev7: iclass 3/1 ums2 at uhidev7: 5 buttons, Z dir wsmouse3 at ums2 mux 0 usbdevs: Controller /dev/usb0: addr 01: 8086:0000 Intel, xHCI root hub super speed, self powered, config 1, rev 1.00 driver: uhub0 addr 02: 0bda:5411 Generic, USB2.1 Hub high speed, self powered, config 1, rev 0.01 driver: uhub1 addr 03: 046d:0aaf Blue Microphones, Yeti X full speed, self powered, config 1, rev b.03, iSerial 2244SG0023G8_888-000313110306 driver: uaudio0 driver: uhidev0 addr 04: 0e8d:1887 Hitachi-LG Data Storage Inc, Portable Super Multi Drive high speed, power 500 mA, config 1, rev 0.00, iSerial KXZZ8L31558 driver: umass0 addr 05: 0bda:5411 Generic, USB2.1 Hub high speed, self powered, config 1, rev 0.01 driver: uhub2 addr 06: 046d:085b Logitech, Logitech Webcam C925e high speed, power 500 mA, config 1, rev 0.16, iSerial B0175A9F driver: uvideo0 driver: uaudio1 addr 07: 05ac:1402 Apple Computer, Ethernet A1277 high speed, power 250 mA, config 1, rev 0.01 driver: axe0 addr 08: 05e3:0610 GenesysLogic, USB2.1 Hub high speed, self powered, config 1, rev 6.63 driver: uhub3 addr 09: 058f:6254 Alcor Micro, product 0x6254 high speed, self powered, config 1, rev 1.00 driver: uhub4 addr 10: 05ac:8290 Broadcom Corp., Bluetooth USB Host Controller full speed, self powered, config 1, rev 1.69 driver: uhidev1 driver: uhidev2 driver: ugen0 addr 11: 05ac:0291 Apple Inc., Apple Internal Keyboard / Trackpad full speed, power 500 mA, config 1, rev 1.71, iSerial FM761340EE1G6LMA173 driver: uhidev3 driver: uhidev4 driver: ubcmtp0 addr 12: 0bda:0411 Generic, USB3.2 Hub super speed, self powered, config 1, rev 0.01 driver: uhub5 addr 13: 0bda:0411 Generic, USB3.2 Hub super speed, self powered, config 1, rev 0.01 driver: uhub6 addr 14: 05e3:0626 GenesysLogic, USB3.1 Hub super speed, self powered, config 1, rev 6.63 driver: uhub7 addr 15: 05ac:8406 Apple, Card Reader super speed, power 224 mA, config 1, rev 8.20, iSerial 000000000820 driver: umass1 addr 16: 1209:2201 Dygma, Raise full speed, power 500 mA, config 1, rev 1.00, iSerial 161E01F950535254352E3120FF14312CraiseD driver: umodem0 driver: uhidev5 driver: uhidev6 addr 17: 047d:2048 Kensington, Kensington Eagle Trackball low speed, power 100 mA, config 1, rev 1.20 driver: uhidev7 addr 18: 0bc2:2036 Seagate, Expansion HDD super speed, power 224 mA, config 1, rev 19.01, iSerial 00000000NAC5RGDC driver: umass2