<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/usb/uep/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/usb/uep/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/usb/uep/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/usb/uep/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>14b841d4a8e6c25d964f5e3bbda379a1541a27ec - MFH @ r337607, in preparation for boarding</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/usb/uep/Makefile#14b841d4a8e6c25d964f5e3bbda379a1541a27ec</link>
        <description>MFH @ r337607, in preparation for boarding

            List of files:
            /freebsd/sys/modules/usb/uep/Makefile</description>
        <pubDate>Sat, 11 Aug 2018 06:26:29 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f9c0a5128361f5d37b42cf46e8092ec58787fd17 - Merge ^/head r337286 through r337585.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/usb/uep/Makefile#f9c0a5128361f5d37b42cf46e8092ec58787fd17</link>
        <description>Merge ^/head r337286 through r337585.

            List of files:
            /freebsd/sys/modules/usb/uep/Makefile</description>
        <pubDate>Fri, 10 Aug 2018 23:02:28 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>26f3e847c3a1a0b9e7a2258441de0bba6e9a293f - uep(4): add evdev support</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/usb/uep/Makefile#26f3e847c3a1a0b9e7a2258441de0bba6e9a293f</link>
        <description>uep(4): add evdev supportTo compile this driver with evdev support enabled, placefollowing lines into the kernel configuration file:options EVDEV_SUPPORTdevice evdevNote: Native and evdev modes are mutually exclusive.Reviewed by:	gonzo, wblock (docs)MFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D11156

            List of files:
            /freebsd/sys/modules/usb/uep/Makefile</description>
        <pubDate>Sun, 05 Aug 2018 13:14:13 +0200</pubDate>
        <dc:creator>Vladimir Kondratyev &lt;wulf@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/usb/uep/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</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/sys/modules/usb/uep/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>295c646baf5c94e4e7b38d31d40d2e4edead6a9a - Merge 208554 from head:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/usb/uep/Makefile#295c646baf5c94e4e7b38d31d40d2e4edead6a9a</link>
        <description>Merge 208554 from head:  Add uep(4), driver for USB onscreen touch panel from eGalax.  The driver is stub. It just creates device entry and feeds  reassembled packets from hardware into it.  If in future we would port wsmouse(4) from NetBSD, or make  sysmouse(4) to support absolute motion events, then the driver  can be extended to act as system mouse. Meanwhile, it just  presents a /dev/uep0, that can be utilized by X driver, that  I am going to commit to ports tree soon.  The name for the driver is chosen to be the same as in NetBSD,  however, due to different USB stacks this driver isn&apos;t a port.The driver is supported by ports/x11-drivers/xf86-input-egalax.Approved by:	re (kib)

            List of files:
            /freebsd/sys/modules/usb/uep/Makefile</description>
        <pubDate>Wed, 02 Jun 2010 20:46:12 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7708106a086eecd7aa877d9d2d2c5f6b9085a0f3 - Merge svn+ssh://svn.freebsd.org/base/head@208557</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/usb/uep/Makefile#7708106a086eecd7aa877d9d2d2c5f6b9085a0f3</link>
        <description>Merge svn+ssh://svn.freebsd.org/base/head@208557

            List of files:
            /freebsd/sys/modules/usb/uep/Makefile</description>
        <pubDate>Wed, 26 May 2010 06:14:29 +0200</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f25a8a0150ba99f63ed9e689d8636d91ba7d78b0 - Add uep(4), driver for USB onscreen touch panel from eGalax.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/usb/uep/Makefile#f25a8a0150ba99f63ed9e689d8636d91ba7d78b0</link>
        <description>Add uep(4), driver for USB onscreen touch panel from eGalax.The driver is stub. It just creates device entry and feedsreassembled packets from hardware into it.If in future we would port wsmouse(4) from NetBSD, or makesysmouse(4) to support absolute motion events, then the drivercan be extended to act as system mouse. Meanwhile, it justpresents a /dev/uep0, that can be utilized by X driver, thatI am going to commit to ports tree soon.The name for the driver is chosen to be the same as in NetBSD,however, due to different USB stacks this driver isn&apos;t a port.

            List of files:
            /freebsd/sys/modules/usb/uep/Makefile</description>
        <pubDate>Tue, 25 May 2010 23:20:56 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
