From 6d2c7e465e4a8e3e6bb9595ccfd0f471070eda69 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 29 Sep 2006 16:15:41 +0000 Subject: Add framework for Celluon keyboard --- hidd/hidd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hidd/hidd.h') 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); -- cgit