History log of /src/sys/dev/pckbport/files.pckbport |
Revision | | Date | Author | Comments |
1.10 |
| 22-Jul-2019 |
nakayama | hvkbd requires pckbd_keydesctab in wskbdmap_mfii.c.
|
1.9 |
| 13-Aug-2017 |
christos | branches: 1.9.4; PR/52483: Ryo ONODERA: Add support for ALPS PS/2 pointing devices
|
1.8 |
| 07-Sep-2011 |
jakllsch | branches: 1.8.12; 1.8.30; 1.8.46; options PMS_DISABLE_POWERHOOK has been obsolete for a while now, remove what little still remains of it.
|
1.7 |
| 14-Dec-2008 |
jmcneill | Add Elantech multi-touch driver.
|
1.6 |
| 06-Jan-2008 |
christos | branches: 1.6.6; 1.6.10; 1.6.18; 1.6.20; 1.6.26; defflag one moe variable.
|
1.5 |
| 11-Dec-2005 |
christos | branches: 1.5.46; 1.5.52; 1.5.60; merge ktrace-lwp.
|
1.4 |
| 04-May-2005 |
augustss | branches: 1.4.2; Make an new option PCKBD_CNATTACH_MAY_FAIL. When this option is set and no keyboard is detected the pckbd keyboard is not used as the console.
Previously the pckbd keyboard was used as the console as soon as the kernel had it configured into the kernel. This is far from ideal on a machine that has no PS/2 keyboard, but a USB keyboard attached since the (non-existant) PS/2 keyboard becomes the console instead of the USB keyboard.
For now this option will be off by default to be backwards compatible.
|
1.3 |
| 18-Jan-2005 |
scw | Address PR kern/28990 by making Synaptics Touchpad support contingent on "options PMS_SYNAPTICS_TOUCHPAD" in the kernel config file. See the PR for details on why this is necessary.
While here, defflag PMS_DISABLE_POWERHOOK.
|
1.2 |
| 24-Dec-2004 |
christos | branches: 1.2.2; PR/28774: Kentaro A. Kurahone: Add synaptics touchpad driver
|
1.1 |
| 13-Mar-2004 |
bjh21 | branches: 1.1.4; Abstract the interface between pckbc(4), and the pckbd(4) and pms(4) drivers that attach to it. This allows for other host interface chips that use the same keyboards and mice, such as the ones in the ARM IOMD20, ARM7500, and SA-1111. The PC-compatible driver is still called pckbc(4), and the new abstraction layer is "pckbport", so the child devices have moved from sys/dev/pckbc to sys/dev/pckbport, which also contains some code shared between all host controllers. To avoid incompatibility, pckbdreg.h is still installed in /usr/include/dev/pckbc.
In theory, this shouldn't cause any behavioural changes in the drivers concerned. Thy just use rather more function pointers than before. Tested on i386 and (with a new host driver) acorn32. Compiled on several other affected architectures.
|
1.1.4.7 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.1.4.6 |
| 24-Jan-2005 |
skrll | Sync with HEAD.
|
1.1.4.5 |
| 17-Jan-2005 |
skrll | Sync with HEAD.
|
1.1.4.4 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.1.4.3 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.1.4.2 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.1.4.1 |
| 13-Mar-2004 |
skrll | file files.pckbport was added on branch ktrace-lwp on 2004-08-03 10:50:14 +0000
|
1.2.2.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.4.2.1 |
| 21-Jan-2008 |
yamt | sync with head
|
1.5.60.1 |
| 08-Jan-2008 |
bouyer | Sync with HEAD
|
1.5.52.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.5.46.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.6.26.1 |
| 21-Apr-2010 |
matt | sync to netbsd-5
|
1.6.20.1 |
| 13-Sep-2009 |
snj | Pull up following revision(s) (requested by jmcneill in ticket #943): sys/dev/pckbport/files.pckbport: revision 1.7 sys/dev/pckbport/elantech.c: revision 1.1 sys/dev/pckbport/elantechreg.h: revision 1.1 sys/dev/pckbport/elantechvar.h: revision 1.1 sys/dev/pckbport/pms.c: revision 1.27 sys/dev/pckbport/pmsvar.h: revision 1.8 Add Elantech multi-touch driver.
|
1.6.18.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.6.10.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.6.6.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.8.46.1 |
| 23-Jul-2019 |
martin | Pull up following revision(s) (requested by nakayama in ticket #1305):
sys/dev/pckbport/files.pckbport: revision 1.10
hvkbd requires pckbd_keydesctab in wskbdmap_mfii.c.
|
1.8.30.1 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
1.8.12.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.9.4.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|