From 4a35cda73150578052b41b9dfe89c08f186b274d Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Tue, 24 Feb 2009 03:39:13 +0000 Subject: MFp4 //depot/projects/usb@157853 Clean up old way of polling the USB hardware. The existing polling support was a bit hackish. Submitted by: Hans Petter Selasky --- sys/dev/usb/usb_ioctl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/usb/usb_ioctl.h') diff --git a/sys/dev/usb/usb_ioctl.h b/sys/dev/usb/usb_ioctl.h index 4b91643418eb..27e4beaac031 100644 --- a/sys/dev/usb/usb_ioctl.h +++ b/sys/dev/usb/usb_ioctl.h @@ -48,7 +48,6 @@ struct usb2_read_dir { struct usb2_ctl_request { void *ucr_data; uint16_t ucr_flags; -#define USB_USE_POLLING 0x0001 /* internal flag */ #define USB_SHORT_XFER_OK 0x0004 /* allow short reads */ #define USB_DELAY_STATUS_STAGE 0x0010 /* insert delay before STATUS stage */ #define USB_USER_DATA_PTR 0x0020 /* internal flag */ -- cgit v1.2.3