aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-04-29 14:31:53 +0200
committerKay Sievers <kay.sievers@vrfy.org>2011-04-29 14:31:53 +0200
commit07f1d2860e8ee393abaaead75a6ab3af0f10efbb (patch)
tree376dec693be8e255c51d427b09b3531e870cfca9 /configure.ac
parentd5d6a7f3040992f853eb23eb1bafac3b77891c2d (diff)
downloadudev-07f1d2860e8ee393abaaead75a6ab3af0f10efbb.tar.gz
delete hid2hci which moved to the bluez tree
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index d5585b3c..a2a042ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,19 +180,6 @@ AC_ARG_ENABLE([edd],
AM_CONDITIONAL([ENABLE_EDD], [test "x$enable_edd" = xyes])
# ------------------------------------------------------------------------------
-# Bluetooth HID devices with special magic to switch the device
-# ------------------------------------------------------------------------------
-AC_ARG_ENABLE([hid2hci],
- AS_HELP_STRING([--enable-hid2hci], [enable bluetooth hid to hci switch]),
- [], [enable_hid2hci=no])
-if test "x$enable_hid2hci" = xyes; then
- PKG_CHECK_MODULES(LIBUSB, libusb >= 0.1.12)
- AC_SUBST(LIBUSB_CFLAGS)
- AC_SUBST(LIBUSB_LIBS)
-fi
-AM_CONDITIONAL([ENABLE_HID2HCI], [test "x$enable_hid2hci" = xyes])
-
-# ------------------------------------------------------------------------------
# mobile-action-modeswitch - switch Mobile Action cables into serial mode
# ------------------------------------------------------------------------------
AC_ARG_ENABLE([ACTION_MODESWITCH],
@@ -255,7 +242,6 @@ AC_MSG_RESULT([
keymap: ${enable_keymap}
floppy: ${enable_floppy}
edd: ${enable_edd}
- hid2hci: ${enable_hid2hci}
action_modeswitch: ${enable_action_modeswitch}
usb.ids: ${USB_DATABASE}