refactored device_t and all declarations
This commit is contained in:
@@ -900,6 +900,7 @@ static const device_config_t ltsermouse_config[] = {
|
||||
|
||||
const device_t mouse_mssystems_device = {
|
||||
"Mouse Systems Serial Mouse",
|
||||
"mouse_mssystems",
|
||||
0,
|
||||
MOUSE_TYPE_MSYSTEMS,
|
||||
sermouse_init, sermouse_close, NULL,
|
||||
@@ -909,6 +910,7 @@ const device_t mouse_mssystems_device = {
|
||||
|
||||
const device_t mouse_msserial_device = {
|
||||
"Microsoft Serial Mouse",
|
||||
"mouse_msserial",
|
||||
0,
|
||||
0,
|
||||
sermouse_init, sermouse_close, NULL,
|
||||
@@ -918,6 +920,7 @@ const device_t mouse_msserial_device = {
|
||||
|
||||
const device_t mouse_ltserial_device = {
|
||||
"Logitech Serial Mouse",
|
||||
"mouse_ltserial",
|
||||
0,
|
||||
1,
|
||||
sermouse_init, sermouse_close, NULL,
|
||||
|
||||
Reference in New Issue
Block a user