Handle hot-unplugging
authorDaniel Drake <dsd@gentoo.org>
Sun, 11 May 2008 19:31:58 +0000 (20:31 +0100)
committerDaniel Drake <dsd@gentoo.org>
Sun, 11 May 2008 19:47:27 +0000 (20:47 +0100)
commitfec7c84163e25b8f811632828334d75da82bcb16
tree9ccdab1835c2396bfe79ecc484328932ff186427
parentaeb905fa5d78cdbba80a680aa7a2bb7338f27f65
Handle hot-unplugging

This involved moving from select() to poll() because there is no way to
distinguish usbfs's POLLERR condition with select().
TODO
examples/dpfp.c
libusb/core.c
libusb/io.c
libusb/libusb.h
libusb/libusbi.h
libusb/os/linux_usbfs.c
libusb/sync.c