<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sys/dev/usb/input/atp.c, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-09-01T21:26:44Z</updated>
<entry>
<title>usb: clean up empty lines in .c and .h files</title>
<updated>2020-09-01T21:26:44Z</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2020-09-01T21:26:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9dd3156e546b29b1e6c3047578e91b1d098af171'/>
<id>urn:sha1:9dd3156e546b29b1e6c3047578e91b1d098af171</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atp: fix mouse attachment on PowerBook5,6 (G4)</title>
<updated>2020-03-16T13:53:29Z</updated>
<author>
<name>Alfredo Dal'Ava Junior</name>
<email>alfredo@FreeBSD.org</email>
</author>
<published>2020-03-16T13:53:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5c6ad2e8139b7467ece3305ae75a3f12ef8948b5'/>
<id>urn:sha1:5c6ad2e8139b7467ece3305ae75a3f12ef8948b5</id>
<content type='text'>
Skip device mode switch step on Fountain-based devices as they don't
support RAW_SENSOR_MODE command, so failing to attach.

This was reproduced on PowerBook G4 (model PowerBook5,6) equipped with
product ID 0x020e

Reviewed by:	hselasky
Approved by:	jhibbits (mentor)
Differential Revision:	https://reviews.freebsd.org/D24005
</content>
</entry>
<entry>
<title>Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)</title>
<updated>2020-02-15T18:52:12Z</updated>
<author>
<name>Pawel Biernacki</name>
<email>kaktus@FreeBSD.org</email>
</author>
<published>2020-02-15T18:52:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f8d2b1f3f72086bd169f1a0890b6faba8434a01a'/>
<id>urn:sha1:f8d2b1f3f72086bd169f1a0890b6faba8434a01a</id>
<content type='text'>
r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that are
still not MPSAFE (or already are but aren’t properly marked). Use it in
preparation for a general review of all nodes.
This is non-functional change that adds annotations to SYSCTL_NODE and
SYSCTL_PROC nodes using one of the soon-to-be-required flags.

Reviewed by:	hselasky, kib
Approved by:	kib (mentor)
Differential Revision:	https://reviews.freebsd.org/D23632
</content>
</entry>
<entry>
<title>sys/dev: further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T14:52:40Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T14:52:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=718cf2ccb9956613756ab15d7a0e28f2c8e91cab'/>
<id>urn:sha1:718cf2ccb9956613756ab15d7a0e28f2c8e91cab</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
</content>
</entry>
<entry>
<title>Create a USB_PNP_INFO and use it to export the existing PNP</title>
<updated>2015-12-11T05:28:00Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2015-12-11T05:28:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f809f280e079432b896f3de6f15ca44a7bdab55f'/>
<id>urn:sha1:f809f280e079432b896f3de6f15ca44a7bdab55f</id>
<content type='text'>
tables. Some drivers needed some slight re-arrangement of declarations
to accommodate this. Change the USB pnp tables slightly to allow
better compatibility with the system by moving linux driver info from
start of each entry to the end. All other PNP tables in the system
have the per-device flags and such at the end of the elements rather
that at the beginning.

Differential Review: https://reviews.freebsd.org/D3458
</content>
</entry>
<entry>
<title>Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can</title>
<updated>2015-01-05T15:04:17Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2015-01-05T15:04:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ece4b0bd43bfb226fac07e61c933bb3d3d2c2c36'/>
<id>urn:sha1:ece4b0bd43bfb226fac07e61c933bb3d3d2c2c36</id>
<content type='text'>
be set before the USB device(s) are probed.
</content>
</entry>
<entry>
<title>Don't generate devd rules for WSP device ID's found in the ATP driver yet.</title>
<updated>2014-02-25T09:34:30Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-02-25T09:34:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=358e903857abe76f90ff68035d57528c5fe80f37'/>
<id>urn:sha1:358e903857abe76f90ff68035d57528c5fe80f37</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Fix compiler warning.</title>
<updated>2014-02-24T19:19:35Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-02-24T19:19:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=973650a4722ec6d8d50a09bbae6e84c9ac41177c'/>
<id>urn:sha1:973650a4722ec6d8d50a09bbae6e84c9ac41177c</id>
<content type='text'>
Reported by:	David Wolfskill &lt;david@catwhisker.org&gt;
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Update ATP driver:</title>
<updated>2014-02-24T10:44:42Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-02-24T10:44:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=266ffc1f4006c7b7b8051c8affd87b956028636a'/>
<id>urn:sha1:266ffc1f4006c7b7b8051c8affd87b956028636a</id>
<content type='text'>
- Add support for emulating a mouse wheel, Z-axis.

Submitted by:	Rohit Grover &lt;rgrover1@gmail.com&gt;
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Update ATP driver:</title>
<updated>2014-02-23T23:36:32Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-02-23T23:36:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=37247d72eb4bde44a5674bb753455bfc3af926c9'/>
<id>urn:sha1:37247d72eb4bde44a5674bb753455bfc3af926c9</id>
<content type='text'>
- Support for double-tap and drag.
- Support for 2-finger horizontal scrolling which translates to page-back/forward events.
- Single finger tap is equivalent to a left-button press.
- Two-finger taps are mapped to the right-button click.
- Three fingers are mapped to middle button.
- Add sysctl to disable single finger tapping.
- Fix for multiple open of /dev/atp0
- Enhanced support for the Fountain/Geyser family by adding Geyser4.
- Update manual page.

Submitted by:	Rohit Grover &lt;rgrover1@gmail.com&gt;
MFC after:	2 weeks
</content>
</entry>
</feed>
