Changeset 2a20f9c8


Ignore:
Timestamp:
02/03/2024 03:39:39 PM (4 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
76133fbd
Parents:
32c6921 (diff), d3146ca (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libusb-kernel.xml

    r32c6921 r2a20f9c8  
    77  [*] <emphasis role='blue'>U</emphasis>SB support ---&gt;                                             [USB_SUPPORT]
    88    &lt;*/M&gt;   <emphasis role='blue'>S</emphasis>upport for Host-side USB                                      [USB]
     9    [*]     <emphasis role='blue'>P</emphasis>CI based USB host interface                               [USB_PCI]
    910    # These are most common USB controller drivers for PC-like systems.
    1011    # For modern systems often [USB_XHCI_HCD] is the only one needed
  • kernel-config/general/genlib/libusb.toml

    r32c6921 r2a20f9c8  
    11USB_SUPPORT='*'
    22USB='*M'
     3USB_PCI='*'
    34
    45USB_EHCI_HCD='*M '
Note: See TracChangeset for help on using the changeset viewer.