Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-09 | assign ehcidebug to USB_DEBUG ioctl argument. | Yojiro Uo | |
add priv check to the ioctl. only root priv should access these debug flags. ok deraadt@ | |||
2008-12-08 | do device classification for non-UVC and firmware-needing devices together | Theo de Raadt | |
in the same device table, and abstract usb control out of the ricoh firmware loader so that it can be reused by other loaders ok mglocker | |||
2008-12-08 | sync | Theo de Raadt | |
2008-12-08 | there are two isight models, at least | Theo de Raadt | |
2008-12-08 | sync | Theo de Raadt | |
2008-12-08 | isight | Theo de Raadt | |
2008-12-08 | - Firmware header field "len" for Ricoh devices is uint8_t not uint16_t. | Marcus Glocker | |
- Consistency in comments. | |||
2008-12-08 | Add ability to load firmware for devices which require it. | Marcus Glocker | |
Tested by deraadt@ and myself. | |||
2008-12-07 | typos in comments: recieve -> receive. | Matthieu Herrb | |
2008-12-06 | No need to set dwMaxVideoFrameSize and dwMaxPayloadTransferSize to 0 | Marcus Glocker | |
in the negotation routine explicitly, because the whole structure gets bzero'ed before. | |||
2008-12-05 | Sort uvideo_vs_iface struct a bit. | Marcus Glocker | |
2008-12-04 | fix typo in the dwFrameInterval comment | Yojiro Uo | |
2008-12-04 | move Option GlobeTrotter 3G Quad / 3G Quad Plus and the | Felix Kronlage | |
Vodafone Mobile Connect from ubsa(4) to umsm(4) as these should work better with that driver. discussed with yuo@, jsg@ and deraadt@. | |||
2008-12-03 | regen | Damien Bergamini | |
2008-12-03 | More Atheros AR9170 ("otus") based devices. | Damien Bergamini | |
From the Linux ar9170 driver. | |||
2008-12-03 | Weongyo Jeong has consented to switch from an inappropriate license | Jonathan Gray | |
to license.template | |||
2008-12-03 | - Fix unit for dwFrameInterval in DPRINTF. | Marcus Glocker | |
- Add a comment from yuo@ which describes dwFrameInterval values a bit. | |||
2008-12-03 | Fix error handling for usbd_transfer(). | Marcus Glocker | |
2008-12-03 | add UYVY video format support for uncompressed video | Yojiro Uo | |
ok mglocker@ | |||
2008-12-03 | remove bogus part (GUID_UYVY part) form last commit. | Yojiro Uo | |
(this diff will be include next diff.) | |||
2008-12-03 | change UVC VS negotiation logic. | Yojiro Uo | |
some device return wrong value for get probe request without initial set probe request. so, now it issue set probe request and then get probe to initialize device configuration. | |||
2008-12-03 | fix USB packet size handling of uvideo(4) | Yojiro Uo | |
2008-12-01 | regen | Martin Reindl | |
2008-12-01 | add the Huawei E510 modem | Martin Reindl | |
ok fkr@ | |||
2008-12-01 | leak memory in the realloc function until we find out who has a pointer | Theo de Raadt | |
to it, otherwise as seen by sthen/matthieu in master mode: cdcef0 at usbf0: usbf_open_pipe failed ok miod | |||
2008-12-01 | sync | Kevin Lo | |
2008-12-01 | fix the naming of the D-Link AR9170 entry | Kevin Lo | |
ok damien@ | |||
2008-11-30 | sync | Theo de Raadt | |
2008-11-30 | ricoh cameras | Theo de Raadt | |
2008-11-30 | Setup three isoc transfers at a time so we don't miss frames. This fixes | Marcus Glocker | |
transfers which require larger bandwidths, e.g. for higher resolutions. discussed with yuo@, deraadt@ | |||
2008-11-29 | sync | Theo de Raadt | |
2008-11-29 | liebert ubs as ugen | Theo de Raadt | |
2008-11-29 | Fix damage done by brad@ and dlg@. | Matthieu Herrb | |
2008-11-29 | Fix high-speed isoc USB transfers; 64bit capable USB host controllers | Marcus Glocker | |
have a different transfer descriptor than non-64bit capable ones. This fixes isoc transfer issues (resulting in broken image data) for uvideo(4) devices attached to ehci(4) seen on USB Intel host controllers. From Jeremy Morse via NetBSD. | |||
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith | |
from the individual drivers now that ether_ioctl() handles this. Shrinks the i386 kernels by.. RAMDISK - 2176 bytes RAMDISKB - 1504 bytes RAMDISKC - 736 bytes Tested by naddy@/okan@/sthen@/brad@/todd@/jmc@ and lots of users. Build tested on almost all archs by todd@/brad@ ok naddy@ | |||
2008-11-27 | initial import of Weongyo Jeon's FreeBSD driver for the RealTek RTL8187L | Kevin Lo | |
802.11 devices. currently it has issues scanning. ok jsg@ | |||
2008-11-27 | The Netgear WG1111v2 wifi dongle contains a RTL8187 chip, | Kevin Lo | |
not a GW3887 chip. ok mglocker@ | |||
2008-11-26 | Add a missing device. Found by Alex Brodsky <abrodsky@acs.winnipeg.ca>. | Marc Balmer | |
ok deraadt | |||
2008-11-25 | - add a quirk for the terratec uaudio device to stop uhidev(4) | Jasper Lievisse Adriaanse | |
from attaching with a hint from mglocker@ | |||
2008-11-25 | regen | Jasper Lievisse Adriaanse | |
2008-11-25 | - add vender id for terratec | Jasper Lievisse Adriaanse | |
- add product id for their uaudio stick | |||
2008-11-25 | upgt(4) doesn't use amrr, remove useless header net80211/ieee80211_amrr.h | Kevin Lo | |
ok mglocker@ | |||
2008-11-24 | More sanitizing for wrong bDefaultFrameIndex values. Fixes a panic | Marcus Glocker | |
at attach time for devices which set bDefaultFrameIndex larger than the existing frame descriptors. Spotted, tested, and OK yuo@ | |||
2008-11-24 | change a device descriptor get logic during the enumeration process. | Yojiro Uo | |
Some device could not handle the device descriptor request with short bLength (less than the device descriptor size(18 byte)). To handle such kind of devices, add complemental request loop to current logic. (memo: and I also found a device which can not response to any device descriptor request. It always returns only 8 byte-length head of the descriptor for 1st query. This is the reason why the device descriptor loop of this usb subsystem start with 8-byte length query.) | |||
2008-11-24 | sync | Dale Rahn | |
2008-11-24 | device id for OpenMoko, ok oga@ | Dale Rahn | |
2008-11-23 | umsmdebug should be 0. | Felix Kronlage | |
ok yuo@ | |||
2008-11-23 | move another Option modem from ubsa(4) to umsm(4), as umsm(4) supports | Felix Kronlage | |
this much better. ok yuo@ | |||
2008-11-23 | correct some typos in the comments | Felix Kronlage | |
2008-11-22 | some cosmetics and changes based on reading newer docs, from the original | Theo de Raadt | |
author Johann Christian Rode |