Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
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 change
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
show more ...