Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-15 | expand the quirk framework to enable device class match | Yojiro Uo | |
ok deraadt@ | |||
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 | |
because it does not support isochronous transfers yet. we hope that we can remove this as soon as possible. discussed with deraadt@ | |||
2008-06-14 | id tag. | Federico G. Schwindt | |
2008-06-14 | remove #ifdef __macppc__ due to a misunderstanding: | Todd T. Fries | |
- the wskbd/wsmouse is not phantom, but actually is pre-paired keyboard/mice talking wskbd/wsmouse to the os this permits the bluetooth device to attach as wskbd/wsmouse using bluetooth keyboards for ddb> and in general if you have paired them in an os that supports flipping the funny bluetooth device into full bluetooth mode ok drahn@ | |||
2008-06-13 | Remove DEBUG #undef's we can turn it on/off in GENERIC like for all | Marcus Glocker | |
other drivers. | |||
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 | |
debug output shows the xs/command before it's issued rather than displaying it on command completion. Some commands don't come back and it would be nice to see their details. While here nuke invocations of scsi_show* in umass. If you want SCSI debug output use SCSI debug options. Only affects SCSI debug output. ok marco@ | |||
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 | |
In any other case use the one reported by bDefaultFrameIndex. Fix indentation while here | |||
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 | |
dynamically allocated. "commit please" deraadt@ | |||
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 | |
connect/disconnect events. From NetBSD. ok deraadt@ | |||
2008-06-09 | Let the driver switch between read() and mmap() depending on what | Marcus Glocker | |
the userland application wants. OK robert@ | |||
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 | |
by the device instead of using the statically set VIDEO_BUF_SIZE. ok mglocker@ | |||
2008-06-08 | Now that all ports behave, remove the safety code doing cnpollc behind | Miod Vallat | |
the scene around cngetc calls and whining loudly about it. This will save room on floppies (-: | |||
2008-06-08 | regen | Yojiro Uo | |
2008-06-08 | add following devices | Yojiro Uo | |
- IODATA WN-G54/US (11bg) - MELCO WLI-U2-KAMG54 (11abg) | |||
2008-06-08 | If we have reached the end of the mmap frame buffer, start over again | Marcus Glocker | |
(ring buffer). Add some more DPRINTFs to follow the queueing. OK robert@ | |||
2008-06-08 | decrease the buffer count after dequeueing a buffer | Robert Nagy | |
to prevent the mmap buffer filling up, and disable the debug code that dumps the stream to a file | |||
2008-06-07 | Start to queue mmap frames. Add VIDIOC_QBUF, VIDIOC_DQBUF, | Marcus Glocker | |
VIDIOC_STREAMON for that purpose, too. OK robert@ | |||
2008-06-06 | Arrange our mmap buffer struct better. | Marcus Glocker | |
2008-06-05 | Add some first mmap bits. | Marcus Glocker | |
Help by miod@ | |||
2008-06-02 | Add a bunch of ELV Elektronik ftdi based devices found in the | Jonathan Gray | |
Linux driver. Prompted by a diff adding the "ELV EM 1010" from MERIGHI Marcus <Marcus@Merighi.AT> | |||
2008-06-02 | regen | Jonathan Gray | |
2008-06-02 | Add a bunch of ELV Elektronik ftdi based devices found in the | Jonathan Gray | |
Linux driver. Prompted by a diff adding the "ELV EM 1010" from MERIGHI Marcus <Marcus@Merighi.AT> | |||
2008-06-02 | fix DEBUG flag. without EHCI_DEBUG, ehcidebug is not defined. | Yojiro Uo | |
ok jsg@ | |||
2008-06-02 | fix kernel freeze when the device unpluged (and the device was still active) | Yojiro Uo | |
ok jsg@ pyr@ | |||
2008-05-30 | Allocate static buffer for software frame buffer and make sure to not | Marcus Glocker | |
overflow it. | |||
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 | |
in umsm. ok jsg@ | |||
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 | |
delivered by the device (dwMaxVideoFrameSize). Also check for too large frames (buffer overflow), they get skipped. | |||
2008-05-27 | Add ZyXEL G-202, which was already in usbdevs. | Jonathan Gray | |
From/tested by pedro@am-gen.org | |||
2008-05-26 | Add more ioctl's (still unfinished); VIDIOC_ENUM_FMT, VIDIOC_ENUMINPUT, | Marcus Glocker | |
VIDIOC_S_INPUT, VIDIOC_TRY_FMT. Allows me at least to use a small V4L2 compatible webcam application to capture some images. | |||
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 | |
From Jacek Masiulaniec <jacekm@dobremiasto.net> | |||
2008-05-25 | Don't define EHCI_DEBUG when USB_DEBUG is defined. This to be consistent | Marc Balmer | |
with other USB host controller interfaces. From Karl Sjodahl <dunceor@gmail.com>; ok jsg | |||
2008-05-25 | Spacing. Comments. strncpy() -> strlcpy(). | Marcus Glocker | |