summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2008-12-03remove bogus part (GUID_UYVY part) form last commit.Yojiro Uo
(this diff will be include next diff.)
2008-12-03change 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-03fix USB packet size handling of uvideo(4)Yojiro Uo
2008-12-01regenMartin Reindl
2008-12-01add the Huawei E510 modemMartin Reindl
ok fkr@
2008-12-01leak memory in the realloc function until we find out who has a pointerTheo de Raadt
to it, otherwise as seen by sthen/matthieu in master mode: cdcef0 at usbf0: usbf_open_pipe failed ok miod
2008-12-01syncKevin Lo
2008-12-01fix the naming of the D-Link AR9170 entryKevin Lo
ok damien@
2008-11-30syncTheo de Raadt
2008-11-30ricoh camerasTheo de Raadt
2008-11-30Setup three isoc transfers at a time so we don't miss frames. This fixesMarcus Glocker
transfers which require larger bandwidths, e.g. for higher resolutions. discussed with yuo@, deraadt@
2008-11-29syncTheo de Raadt
2008-11-29liebert ubs as ugenTheo de Raadt
2008-11-29Fix damage done by brad@ and dlg@.Matthieu Herrb
2008-11-29Fix high-speed isoc USB transfers; 64bit capable USB host controllersMarcus 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-28Eliminate the redundant bits of code for MTU and multicast handlingBrad 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-27initial import of Weongyo Jeon's FreeBSD driver for the RealTek RTL8187LKevin Lo
802.11 devices. currently it has issues scanning. ok jsg@
2008-11-27The Netgear WG1111v2 wifi dongle contains a RTL8187 chip,Kevin Lo
not a GW3887 chip. ok mglocker@
2008-11-26Add 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-25regenJasper Lievisse Adriaanse
2008-11-25- add vender id for terratecJasper Lievisse Adriaanse
- add product id for their uaudio stick
2008-11-25upgt(4) doesn't use amrr, remove useless header net80211/ieee80211_amrr.hKevin Lo
ok mglocker@
2008-11-24More sanitizing for wrong bDefaultFrameIndex values. Fixes a panicMarcus Glocker
at attach time for devices which set bDefaultFrameIndex larger than the existing frame descriptors. Spotted, tested, and OK yuo@
2008-11-24change 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-24syncDale Rahn
2008-11-24device id for OpenMoko, ok oga@Dale Rahn
2008-11-23umsmdebug should be 0.Felix Kronlage
ok yuo@
2008-11-23move another Option modem from ubsa(4) to umsm(4), as umsm(4) supportsFelix Kronlage
this much better. ok yuo@
2008-11-23correct some typos in the commentsFelix Kronlage
2008-11-22some cosmetics and changes based on reading newer docs, from the originalTheo de Raadt
author Johann Christian Rode
2008-11-22Sync bluetooth with NetBSDUwe Stuehler
2008-11-21move Option Globetrotter GT Fusion from ubsa(4) to umsm(4) since itFelix Kronlage
does CDC. discussed with yuo@ and jsg@.
2008-11-21cast d->bmaControls to uByte * in uaudio_add_feature()Robert Nagy
ok jakemsr@
2008-11-21if interrupt register is all 1s, we know we are dead; ok dlgTheo de Raadt
2008-11-21Kill whitespace, remove unneeded ,Marc Balmer
2008-11-21Kill some whitespace, removed unneeded stuff at the end of a list.Marc Balmer
2008-11-16syncDamien Bergamini
2008-11-16USB IDs for Atheros AR9170.Damien Bergamini
2008-11-12KNF (whitespace fixes). ok brad@.Stuart Henderson
2008-11-12fix typo in debug printf; ok ratchov@Stuart Henderson
2008-11-10Remove 17 unused vars from uvideo_softc.Marcus Glocker
2008-11-10One more replacement; 2 -> UVIDEO_SH_MIN_LENMarcus Glocker
2008-11-09Make own struct for the stream header instead saving the data in singleMarcus Glocker
variables.
2008-11-09Add BULK xfer support.Marcus Glocker
Thanks to Carlos Valiente for donating an EeePC 701 where this has been developed and tested.
2008-11-07same umass dance required for Huawei E169g/E618; Stefan Sperling; ok jsgTheo de Raadt
2008-11-06Fix a small bug which made it impossible to use more than oneMarcus Glocker
video control.
2008-11-06Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowedBrad Smith
to transmit full sized VLAN tagged frames.
2008-11-02rcs tagsJonathan Gray
2008-11-02Remove second commented out call to ether_ifdetach() inJonathan Gray
mos_detach().