Age | Commit message (Expand) | Author |
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 |
2008-05-24 | Add a quirk to prevent this LCD device from attaching as a HID. This is a | Chris Kuethe |
2008-05-24 | - Enable userland to read(2) video stream from /dev/video. | Marcus Glocker |
2008-05-24 | regenerate | Chris Kuethe |
2008-05-24 | USB LCD+keyboard panel | Chris Kuethe |
2008-05-19 | regen | Miod Vallat |
2008-05-19 | Add the Sun extended keys (L keys, volume keys) to the console mode layouts. | Miod Vallat |
2008-05-19 | do not leak memory if there is no power source. code is ifdef USB_DEBUG. | Federico G. Schwindt |
2008-05-19 | try a few times before giving up while getting the device descriptor. if | Federico G. Schwindt |
2008-05-18 | avoid leaking pipes by not zeroing the pipe after aborting it, so | Federico G. Schwindt |
2008-05-18 | Move the code which starts the video stream to the right place; | Marcus Glocker |
2008-05-18 | There is no need to pass uvideo_vs_open() usb_attach_arg. | Marcus Glocker |
2008-05-16 | Free sample buffer on detach. Noted by miod@ | Marcus Glocker |
2008-05-16 | Fix kernel crash when device gets detached. | Marcus Glocker |
2008-05-15 | Avoid clearing the port enable bit when bringing the port out of reset. | Mark Kettenis |
2008-05-15 | #ifdef UVIDEO_DEBUG wrap all debug routines. Shrinks the kernel. Noted | Marcus Glocker |