<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>44796b7e - mips: remove saf1761</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#44796b7e</link>
        <description>mips: remove saf1761The saf1761 OTG support was only for mips targets (BERI?). Retire it.Sponsored by:		NetflixReviewed by:		brooksDifferential Revision:	https://reviews.freebsd.org/D33706

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Tue, 04 Jan 2022 22:24:23 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01f2e864 - hid: Import usbhid - USB transport backend for HID subsystem.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#01f2e864</link>
        <description>hid: Import usbhid - USB transport backend for HID subsystem.This change implements hid_if.m methods for HID-over-USB protocol [1].Also, this change adds USBHID_ENABLED kernel option which changesdevice_probe() priority and adds/removes PnP records to prefer usbhidover ums, ukbd, wmt and other USB HID device drivers and vice-versa.The module is based on uhid(4) driver.  It is disabled by default fornow due to conflicts with existing USB HID drivers.[1] https://www.usb.org/sites/default/files/hid1_11.pdfReviewed by:	hselaskyDifferential revision:	https://reviews.freebsd.org/D27893

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Thu, 08 Oct 2020 21:32:12 +0000</pubDate>
        <dc:creator>Vladimir Kondratyev &lt;wulf@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>209d3fb4 - Remove the long obsolete ufm driver.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#209d3fb4</link>
        <description>Remove the long obsolete ufm driver.It was a driver for a USB FM tuner that was available in the market in 2002. Iwrote the driver in 2003. I&apos;ve not used it since 2005 or so, so it&apos;s time toretire this driver. No userland code ever interfaced to the special device itcreated. There&apos;s no user base: the last bug I received on this driver was in2004.Relnotes: Yes

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Thu, 20 Aug 2020 17:35:47 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c178a7e7 - cp2112: driver for the namesake GPIO and I2C master gadget</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#c178a7e7</link>
        <description>cp2112: driver for the namesake GPIO and I2C master gadgetDocumentation:- CP2112 Datasheet  https://www.silabs.com/documents/public/data-sheets/cp2112-datasheet.pdf- AN495: CP2112 Interface Specification  https://www.silabs.com/documents/public/application-notes/an495-cp2112-interface-specification.pdf- CP2112 Errata  https://www.silabs.com/documents/public/errata/cp2112-errata.pdfThe logic is implemented as three sub-drivers.The parent driver claims the USB device and creates two child devices.One acts as a GPIO controller and the other is an I2C controller.Tested with CP2112 revision F02.Both features seem to work.HTU21 sensor was used as an I2C slave.Reviewed by:	adrian, hselaskyMFC after:	2 weeksRelnotes:	maybeDifferential Revision: https://reviews.freebsd.org/D25359

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Thu, 06 Aug 2020 13:41:42 +0000</pubDate>
        <dc:creator>Andriy Gapon &lt;avg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>63722e52 - Add cdceem(4) driver, for virtual ethernet devices compliant</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#63722e52</link>
        <description>Add cdceem(4) driver, for virtual ethernet devices compliantwith Communication Device Class Ethernet Emulation Model (CDC EEM).The driver supports both the device, and host side operation; thereis a new USB template (#11) for the former.This enables communication with virtual USB NIC provided by iLO 5,as found in new HPE Proliant servers.Reviewed by:	hselaskyMFC after:	2 weeksRelnotes:	yesSponsored by:	Hewlett Packard Enterprise

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Wed, 07 Aug 2019 18:14:45 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7fe671dc - Put USB ACPI code into own module, uacpi.ko.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#7fe671dc</link>
        <description>Put USB ACPI code into own module, uacpi.ko.The code needs more testing before being enabled by default.Sponsored by:	Mellanox Technologies

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Mon, 08 Jul 2019 20:53:25 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58d5c511 - Remove Atmel AT91RM9200 and AT91SAM9 support.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#58d5c511</link>
        <description>Remove Atmel AT91RM9200 and AT91SAM9 support.The last known robust version of this code base was FreeBSD 8.2. Thereare no users of this on current, and all users of it have abandonedthis platform or are in legacy mode with a prior version of FreeBSD.All known users on arm@ approved this removal, and there were noobjections.Differential Revision: https://reviews.freebsd.org/D16312

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Fri, 27 Jul 2018 18:28:22 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c0134460 - if_muge: connect module to the build</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#c0134460</link>
        <description>if_muge: connect module to the buildSupported Microchip devices:- LAN7515 USB 2 hub and gigabit Ethernet controller w/ PHY- LAN7800 USB 3.0 gigabit Ethernet controller w/ PHYThe LAN7515 is the Ethernet controller on the Raspberry Pi 3 B+.This driver has some TODO items outstanding, but basic functionalityworks.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Fri, 25 May 2018 17:29:29 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e757cb8e - Add new USB HID driver for Super Nintendo gamepads.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#e757cb8e</link>
        <description>Add new USB HID driver for Super Nintendo gamepads.Differential Revision:	https://reviews.freebsd.org/D15385Submitted by:		johalun@gmail.com (Johannes Lundberg)Sponsored by:		Mellanox Technologies

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Tue, 15 May 2018 15:36:34 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>76136d20 - Add support for generic MS Windows 7/8/10-compatible USB HID touchscreens</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#76136d20</link>
        <description>Add support for generic MS Windows 7/8/10-compatible USB HID touchscreensfound in many laptops.Reviewed by:		hps, gonzo, bcr (manpages)Approved by:		gonzo (mentor)Differential Revision:	https://reviews.freebsd.org/D12017

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Sat, 19 Aug 2017 17:00:10 +0000</pubDate>
        <dc:creator>Vladimir Kondratyev &lt;wulf@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc5bbcb2 - Add USB Mass Storage CTL frontend.  This makes it possible</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#cc5bbcb2</link>
        <description>Add USB Mass Storage CTL frontend.  This makes it possiblefor USB OTG-capable hardware to implement device side of USBMass Storage, ie pretend it&apos;s a flash drive.  It&apos;s configuredin the same way as other CTL frontends, using ctladm(8)or ctld(8).  Differently from usfs(4), all the configurationcan be done without rebuilding the kernel.Testing and review is welcome.  Right now I&apos;m still moving,and I don&apos;t have access to my test environment, so I&apos;m somewhatreluctant to making larger changes to this code; on the otherhand I don&apos;t want to let it sit on Phab until my testing setupis back, because I want to get it into 11.1-RELEASE.Reviewed by:	emaste (cursory), wblock (man page)MFC after:	2 weeksRelnotes:	yesSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D8787

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Sun, 19 Feb 2017 17:47:43 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b523f05 - mips: exclude modules that fail to build</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#7b523f05</link>
        <description>mips: exclude modules that fail to build

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Thu, 26 Jan 2017 18:05:31 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c91dc1d - [urtwn] migrate urtwn out into sys/dev/urtwn/ .</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#0c91dc1d</link>
        <description>[urtwn] migrate urtwn out into sys/dev/urtwn/ .There&apos;s some upcoming work to add new chipset support here and I&apos;dlike to only add 802.11n support to one driver, instead of bothurtwn and rtwn.There&apos;s also missing support for things like 802.11n, some powersavework, bluetooth integration/coexistence, etc, and also newer parts(like 8192EU, maybe some 11ac parts, not sure yet.)So, this is hopefully the first step in a longer set of steps to unifyrtwn/urtwn and extend it with more interesting chipset and functionalitysupport.Reviewed by:	kevlo

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Sun, 20 Mar 2016 03:54:57 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7873b2ab - urtwn: add an option to compile the driver without firmware specific code</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#7873b2ab</link>
        <description>urtwn: add an option to compile the driver without firmware specific code- Add URTWN_WITHOUT_UCODE option (will disable any firmware specific codewhen set).- Do not exclude the driver from build when MK_SOURCELESS_UCODE is set(URTWN_WITHOUT_UCODE will be enforced unconditionally).- Do not abort initialization when firmware cannot be loaded;behave like the URTWN_WITHOUT_UCODE option was set.- Drop some unused variables from urtwn_softc structure.Tested with RTL8188EU and RTL8188CUS in HOSTAP and STA modes.Reviewed by:	kevloApproved by:	adrian (mentor)Differential Revision:	https://reviews.freebsd.org/D4849

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Mon, 22 Feb 2016 00:48:53 +0000</pubDate>
        <dc:creator>Andriy Voskoboinyk &lt;avos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1b74f21 - Add initial support for RTL8152 USB Fast Ethernet.  RTL8152 supports</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#e1b74f21</link>
        <description>Add initial support for RTL8152 USB Fast Ethernet.  RTL8152 supportsIPv4/IPv6 checksum offloading and VLAN tag insertion/stripping.Since uether doesn&apos;t provide a way to announce driver specific offloadcapabilities to upper stack, checksum offloading support needs more workand will be done in the future.Special thanks to Hayes Wang from RealTek who gave input.

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Tue, 01 Dec 2015 05:12:13 +0000</pubDate>
        <dc:creator>Kevin Lo &lt;kevlo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64bd4262 - Build all of sys/modules with SUBDIR_PARALLEL.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#64bd4262</link>
        <description>Build all of sys/modules with SUBDIR_PARALLEL.Sponsored by:	EMC / Isilon Storage DivisionMFC after:	3 weeks

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Tue, 10 Nov 2015 17:15:36 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d45d793 - Add USB gold driver to default kernel build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#2d45d793</link>
        <description>Add USB gold driver to default kernel build.

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Fri, 19 Jun 2015 06:48:55 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>faaf95e8 - Build the USB DisplayLink driver by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/usb/Makefile#faaf95e8</link>
        <description>Build the USB DisplayLink driver by default.

            List of files:
            /freebsd-14.2/sys/modules/usb/Makefile</description>
        <pubDate>Fri, 17 Apr 2015 07:11:10 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
