Age | Commit message (Expand) | Author |
2008-06-15 | expand the quirk framework to enable device class match | Yojiro Uo |
2008-06-15 | One more printf -> DPRINTF in the USB xfer callback. | Marcus Glocker |
2008-06-15 | Make frame queueing reliable by setting tsleep() priorities to 0. | Marcus Glocker |
2008-06-15 | Move noisy frame queueing debug messages up to debug level 2. | Marcus Glocker |
2008-06-15 | if we are trying to attach to ehci(4) notify the user to disable it | Robert Nagy |
2008-06-14 | id tag. | Federico G. Schwindt |
2008-06-14 | remove #ifdef __macppc__ due to a misunderstanding: | Todd T. Fries |
2008-06-13 | Remove DEBUG #undef's we can turn it on/off in GENERIC like for all | Marcus Glocker |
2008-06-13 | D-Link DWA-111, from kevlo via FreeBSD. | Jonathan Gray |
2008-06-13 | regen | Jonathan Gray |
2008-06-13 | D-Link DWA-111 from kevlo via FreeBSD. | Jonathan Gray |
2008-06-13 | Merge show_scsi_xs() and show_scsi_cmd() and move invocation so the | Kenneth R Westerback |
2008-06-12 | disable debug printfs and descriptor dumps | Robert Nagy |
2008-06-12 | sync | Theo de Raadt |
2008-06-12 | dreamcheeky missile launcher (duck!) | Theo de Raadt |
2008-06-11 | implement the VIDIOC_STREAMOFF ioctl and remove some unused code | Robert Nagy |
2008-06-11 | If bDefaultFrameIndex is 0 we should use the first bFrameIndex. | Robert Nagy |
2008-06-10 | add VIDIOC_QUERYCTRL to the supported ioctls | Robert Nagy |
2008-06-10 | Fix a memory leak in usbf_realloc(), and make the speed configuration array | Miod Vallat |
2008-06-10 | Sort functions. | Marcus Glocker |
2008-06-09 | Don't play games with the PCD interrupt. It delays the detection of | Mark Kettenis |
2008-06-09 | Let the driver switch between read() and mmap() depending on what | Marcus Glocker |
2008-06-09 | oops. this change was missing from the previous commit | Robert Nagy |
2008-06-09 | Allocate the video buffer based on the maximum frame size that's reported | Robert Nagy |
2008-06-08 | Now that all ports behave, remove the safety code doing cnpollc behind | Miod Vallat |
2008-06-08 | regen | Yojiro Uo |
2008-06-08 | add following devices | Yojiro Uo |
2008-06-08 | If we have reached the end of the mmap frame buffer, start over again | Marcus Glocker |
2008-06-08 | decrease the buffer count after dequeueing a buffer | Robert Nagy |
2008-06-07 | Start to queue mmap frames. Add VIDIOC_QBUF, VIDIOC_DQBUF, | Marcus Glocker |
2008-06-06 | Arrange our mmap buffer struct better. | Marcus Glocker |
2008-06-05 | Add some first mmap bits. | Marcus Glocker |
2008-06-02 | Add a bunch of ELV Elektronik ftdi based devices found in the | Jonathan Gray |
2008-06-02 | regen | Jonathan Gray |
2008-06-02 | Add a bunch of ELV Elektronik ftdi based devices found in the | Jonathan Gray |
2008-06-02 | fix DEBUG flag. without EHCI_DEBUG, ehcidebug is not defined. | Yojiro Uo |
2008-06-02 | fix kernel freeze when the device unpluged (and the device was still active) | Yojiro Uo |
2008-05-30 | Allocate static buffer for software frame buffer and make sure to not | Marcus Glocker |
2008-05-29 | regen | Robert Nagy |
2008-05-29 | add a third MSI bluetooth device | Robert Nagy |
2008-05-28 | sync | Pierre-Yves Ritschard |
2008-05-28 | Add support for Option GlobeTrotter 3G+ cards as distributed by Orange | Pierre-Yves Ritschard |
2008-05-27 | Don't fail to compile when not in debug mode. | Marcus Glocker |
2008-05-27 | Instead alloacting a fix frame buffer we allocate the maximum frame size | Marcus Glocker |
2008-05-27 | Add ZyXEL G-202, which was already in usbdevs. | Jonathan Gray |
2008-05-26 | Add more ioctl's (still unfinished); VIDIOC_ENUM_FMT, VIDIOC_ENUMINPUT, | Marcus Glocker |
2008-05-26 | Limit to 80 char width and tweak comments for readability. | Jonathan Gray |
2008-05-26 | Properly handle usbd_get_interface_descriptor() returning NULL. | Jonathan Gray |
2008-05-25 | Don't define EHCI_DEBUG when USB_DEBUG is defined. This to be consistent | Marc Balmer |
2008-05-25 | Spacing. Comments. strncpy() -> strlcpy(). | Marcus Glocker |