Changeset b18a8f6 for general/genlib


Ignore:
Timestamp:
07/31/2023 01:44:38 PM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
cceadef
Parents:
cddcdb14
git-author:
Xi Ruoyao <xry111@…> (07/31/2023 01:44:01 PM)
git-committer:
Xi Ruoyao <xry111@…> (07/31/2023 01:44:38 PM)
Message:

libusb: Reword the kernel configuration

File:
1 edited

Legend:

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

    rcddcdb14 rb18a8f6  
    66<screen><emphasis role='blue'>D</emphasis>evice Drivers ---&gt;
    77  [*] <emphasis role='blue'>U</emphasis>SB support ---&gt;                                             [USB_SUPPORT]
    8     # Select any USB hardware device drivers you may need below:
    9     &lt;*/M&gt; <emphasis role='blue'>S</emphasis>upport for Host-side USB                                        [USB]</screen>
     8    &lt;*/M&gt;   <emphasis role='blue'>S</emphasis>upport for Host-side USB                                      [USB]
     9    # These are most common USB controller drivers for PC-like systems.
     10    # For modern systems often [USB_XHCI_HCD] is the only one needed
     11    # even if the system has USB 2.0 ports:
     12    &lt; /*/M&gt; <emphasis role='blue'>x</emphasis>HCI HCD (USB 3.0) support                            [USB_XHCI_HCD]
     13    &lt; /*/M&gt; <emphasis role='blue'>E</emphasis>HCI HCD (USB 2.0) support                            [USB_EHCI_HCD]
     14    &lt; /*/M&gt; <emphasis role='blue'>O</emphasis>HCI HCD (USB 1.1) support                            [USB_OHCI_HCD]</screen>
Note: See TracChangeset for help on using the changeset viewer.