History log of /freebsd/sys/dev/hid/hpen.c (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# 685dc743 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix

show more ...


Revision tags: release/13.2.0
# 0b453151 06-Jan-2023 Val Packett <val@packett.cool>

copyright: chase my name and email change

Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D37945


Revision tags: release/12.4.0, release/13.1.0
# 7eeede15 07-May-2022 John Baldwin <jhb@FreeBSD.org>

hid: Remove unused devclass arguments to DRIVER_MODULE.


# 92ec9782 05-Apr-2022 Warner Losh <imp@FreeBSD.org>

hpen_battery_strenght_cb: eliminate write only data variable

Sponsored by: Netflix


Revision tags: release/12.3.0
# 007724cb 05-Sep-2021 Mateusz Guzik <mjg@FreeBSD.org>

hpen(4): removed leftover hpen_final_digi_cb declaration


# a36bdfc2 02-Sep-2021 Vladimir Kondratyev <wulf@FreeBSD.org>

hpen(4): Add support for legacy MS-compatible single touch protocol

It is used by many pre- and post- 2014 eGalax touchscreens.

Tested by: Mark Kane <mark_AT_kane_DOT_mn>
MFC after: 2 week


Revision tags: release/13.0.0
# 16079c72 11-Jan-2021 Ryan Libby <rlibby@FreeBSD.org>

hid: quiet -Wswitch

Gcc builds complained that not all switch cases are handled. Add
default cases to appease gcc.

Reviewed by: hselasky (previous version), wulf
Sponsored by: Dell EMC Isilon
Diff

hid: quiet -Wswitch

Gcc builds complained that not all switch cases are handled. Add
default cases to appease gcc.

Reviewed by: hselasky (previous version), wulf
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D28082

show more ...


Revision tags: release/12.2.0
# d97d5c0c 15-Oct-2020 Vladimir Kondratyev <wulf@FreeBSD.org>

hid: Import hidmap-based drivers written by Greg V

This change includes:

hpen - Generic / MS Windows compatible HID pen tablet driver.
hgame - Generic game controller and joystick driver.
xb36

hid: Import hidmap-based drivers written by Greg V

This change includes:

hpen - Generic / MS Windows compatible HID pen tablet driver.
hgame - Generic game controller and joystick driver.
xb360gp - Xbox360-compatible game controller driver.

Submitted by: Greg V <greg_unrelenting.technology>
Reviewed by: hselasky (as part of D27993)

show more ...