diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-09-29 16:15:41 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-09-29 16:15:41 +0000 |
commit | 6d2c7e465e4a8e3e6bb9595ccfd0f471070eda69 (patch) | |
tree | a7e13644ff92608e32c9e77661b68467dd12dd10 /hidd/hidd.h | |
parent | 2f867d62c154c7746b97480fee121a5feb308a94 (diff) |
Add framework for Celluon keyboard
Diffstat (limited to 'hidd/hidd.h')
-rw-r--r-- | hidd/hidd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hidd/hidd.h b/hidd/hidd.h index bbbc952b..616eb5a1 100644 --- a/hidd/hidd.h +++ b/hidd/hidd.h @@ -31,3 +31,4 @@ int get_alternate_device_info(const bdaddr_t *src, const bdaddr_t *dst, uint16_t int epox_presenter(const bdaddr_t *src, const bdaddr_t *dst, uint8_t channel); int headset_presenter(const bdaddr_t *src, const bdaddr_t *dst, uint8_t channel); int jthree_keyboard(const bdaddr_t *src, const bdaddr_t *dst, uint8_t channel); +int celluon_keyboard(const bdaddr_t *src, const bdaddr_t *dst, uint8_t channel); |