From abaf87668c896d8cebcfa1081eec195cd0008740 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 26 Jul 2006 13:31:30 +0000 Subject: Ignore peripheral_2_minor_cls for now --- hcid/dbus-adapter.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hcid/dbus-adapter.c b/hcid/dbus-adapter.c index 5dc36d43..394fa4c0 100644 --- a/hcid/dbus-adapter.c +++ b/hcid/dbus-adapter.c @@ -128,6 +128,7 @@ static const char *peripheral_minor_cls[] = { "combo" }; +#if 0 static const char *peripheral_2_minor_cls[] = { "uncategorized", "joystick", @@ -137,6 +138,7 @@ static const char *peripheral_2_minor_cls[] = { "digitizer tablet", "card reader" }; +#endif static const char *imaging_minor_cls[] = { "display", -- cgit