mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Add the LM8323-based keyboard of N810.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4400 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
64a88d5d3a
commit
1d4e547b55
4 changed files with 658 additions and 9 deletions
4
hw/i2c.h
4
hw/i2c.h
|
@ -84,4 +84,8 @@ struct i2c_slave *tmp105_init(i2c_bus *bus, qemu_irq alarm);
|
|||
void tmp105_reset(i2c_slave *i2c);
|
||||
void tmp105_set(i2c_slave *i2c, int temp);
|
||||
|
||||
/* lm832x.c */
|
||||
struct i2c_slave *lm8323_init(i2c_bus *bus, qemu_irq nirq);
|
||||
void lm832x_key_event(struct i2c_slave *i2c, int key, int state);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue