summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2008-06-15expand the quirk framework to enable device class matchYojiro Uo
2008-06-15One more printf -> DPRINTF in the USB xfer callback.Marcus Glocker
2008-06-15Make frame queueing reliable by setting tsleep() priorities to 0.Marcus Glocker
2008-06-15Move noisy frame queueing debug messages up to debug level 2.Marcus Glocker
2008-06-15if we are trying to attach to ehci(4) notify the user to disable itRobert Nagy
2008-06-14id tag.Federico G. Schwindt
2008-06-14remove #ifdef __macppc__ due to a misunderstanding:Todd T. Fries
2008-06-13Remove DEBUG #undef's we can turn it on/off in GENERIC like for allMarcus Glocker
2008-06-13D-Link DWA-111, from kevlo via FreeBSD.Jonathan Gray
2008-06-13regenJonathan Gray
2008-06-13D-Link DWA-111 from kevlo via FreeBSD.Jonathan Gray
2008-06-13Merge show_scsi_xs() and show_scsi_cmd() and move invocation so theKenneth R Westerback
2008-06-12disable debug printfs and descriptor dumpsRobert Nagy
2008-06-12syncTheo de Raadt
2008-06-12dreamcheeky missile launcher (duck!)Theo de Raadt
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