summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2008-06-11implement the VIDIOC_STREAMOFF ioctl and remove some unused codeRobert Nagy
2008-06-11If bDefaultFrameIndex is 0 we should use the first bFrameIndex.Robert Nagy
2008-06-10add VIDIOC_QUERYCTRL to the supported ioctlsRobert Nagy
2008-06-10Fix a memory leak in usbf_realloc(), and make the speed configuration arrayMiod Vallat
2008-06-10Sort functions.Marcus Glocker
2008-06-09Don't play games with the PCD interrupt. It delays the detection ofMark Kettenis
2008-06-09Let the driver switch between read() and mmap() depending on whatMarcus Glocker
2008-06-09oops. this change was missing from the previous commitRobert Nagy
2008-06-09Allocate the video buffer based on the maximum frame size that's reportedRobert Nagy
2008-06-08Now that all ports behave, remove the safety code doing cnpollc behindMiod Vallat
2008-06-08regenYojiro Uo
2008-06-08add following devicesYojiro Uo
2008-06-08If we have reached the end of the mmap frame buffer, start over againMarcus Glocker
2008-06-08decrease the buffer count after dequeueing a bufferRobert Nagy
2008-06-07Start to queue mmap frames. Add VIDIOC_QBUF, VIDIOC_DQBUF,Marcus Glocker
2008-06-06Arrange our mmap buffer struct better.Marcus Glocker
2008-06-05Add some first mmap bits.Marcus Glocker
2008-06-02Add a bunch of ELV Elektronik ftdi based devices found in theJonathan Gray
2008-06-02regenJonathan Gray
2008-06-02Add a bunch of ELV Elektronik ftdi based devices found in theJonathan Gray
2008-06-02fix DEBUG flag. without EHCI_DEBUG, ehcidebug is not defined.Yojiro Uo
2008-06-02fix kernel freeze when the device unpluged (and the device was still active)Yojiro Uo
2008-05-30Allocate static buffer for software frame buffer and make sure to notMarcus Glocker
2008-05-29regenRobert Nagy
2008-05-29add a third MSI bluetooth deviceRobert Nagy
2008-05-28syncPierre-Yves Ritschard
2008-05-28Add support for Option GlobeTrotter 3G+ cards as distributed by OrangePierre-Yves Ritschard
2008-05-27Don't fail to compile when not in debug mode.Marcus Glocker
2008-05-27Instead alloacting a fix frame buffer we allocate the maximum frame sizeMarcus Glocker
2008-05-27Add ZyXEL G-202, which was already in usbdevs.Jonathan Gray
2008-05-26Add more ioctl's (still unfinished); VIDIOC_ENUM_FMT, VIDIOC_ENUMINPUT,Marcus Glocker
2008-05-26Limit to 80 char width and tweak comments for readability.Jonathan Gray
2008-05-26Properly handle usbd_get_interface_descriptor() returning NULL.Jonathan Gray
2008-05-25Don't define EHCI_DEBUG when USB_DEBUG is defined. This to be consistentMarc Balmer
2008-05-25Spacing. Comments. strncpy() -> strlcpy().Marcus Glocker
2008-05-24Add a quirk to prevent this LCD device from attaching as a HID. This is aChris Kuethe
2008-05-24- Enable userland to read(2) video stream from /dev/video.Marcus Glocker
2008-05-24regenerateChris Kuethe
2008-05-24USB LCD+keyboard panelChris Kuethe
2008-05-19regenMiod Vallat
2008-05-19Add the Sun extended keys (L keys, volume keys) to the console mode layouts.Miod Vallat
2008-05-19do not leak memory if there is no power source. code is ifdef USB_DEBUG.Federico G. Schwindt
2008-05-19try a few times before giving up while getting the device descriptor. ifFederico G. Schwindt
2008-05-18avoid leaking pipes by not zeroing the pipe after aborting it, soFederico G. Schwindt
2008-05-18Move the code which starts the video stream to the right place;Marcus Glocker
2008-05-18There is no need to pass uvideo_vs_open() usb_attach_arg.Marcus Glocker
2008-05-16Free sample buffer on detach. Noted by miod@Marcus Glocker
2008-05-16Fix kernel crash when device gets detached.Marcus Glocker
2008-05-15Avoid 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. NotedMarcus Glocker