All the required fixes - the Dell OptiPlex Gn+ now works correctly.
This commit is contained in:
@@ -289,7 +289,9 @@ extern uint8_t kbc_at_read_p(void *priv, uint8_t port, uint8_t mask);
|
||||
extern void kbc_at_write_p(void *priv, uint8_t port, uint8_t mask, uint8_t val);
|
||||
|
||||
extern void kbc_at_set_fast_reset(uint8_t new_fast_reset);
|
||||
extern void kbc_at_handler(int set, void *priv);
|
||||
extern void kbc_at_port_handler(int num, int set, uint16_t port, void *priv);
|
||||
extern void kbc_at_handler(int set, uint16_t port, void *priv);
|
||||
extern void kbc_at_set_irq(int num, uint16_t irq, void *priv);
|
||||
|
||||
extern void kbc_at_dev_queue_reset(atkbc_dev_t *dev, uint8_t reset_main);
|
||||
extern uint8_t kbc_at_dev_queue_pos(atkbc_dev_t *dev, uint8_t main);
|
||||
|
||||
Reference in New Issue
Block a user