mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
fix a copy/paste typo for scanner/gameport...
Spotted by: Michal Mertl <mime@traveller.cz>
This commit is contained in:
parent
23db907c0f
commit
1a82818b98
1 changed files with 2 additions and 2 deletions
|
|
@ -259,8 +259,8 @@
|
|||
#define PCIS_INPUTDEV_KEYBOARD 0x00
|
||||
#define PCIS_INPUTDEV_DIGITIZER 0x01
|
||||
#define PCIS_INPUTDEV_MOUSE 0x02
|
||||
#define PCIS_INPUTDEV_SCANNER 0x02
|
||||
#define PCIS_INPUTDEV_GAMEPORT 0x02
|
||||
#define PCIS_INPUTDEV_SCANNER 0x03
|
||||
#define PCIS_INPUTDEV_GAMEPORT 0x04
|
||||
#define PCIS_INPUTDEV_OTHER 0x80
|
||||
|
||||
#define PCIC_DOCKING 0x0a
|
||||
|
|
|
|||
Loading…
Reference in a new issue