summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2008-12-15regenDamien Bergamini
2008-12-15remove duplicated usb idDamien Bergamini
2008-12-15regenDamien Bergamini
2008-12-15more RT2770/RT2870/RT3070/RT3071 product ids.Damien Bergamini
driver coming soon.
2008-12-14o Correctly clear UGEN_ASLP in all cases.Federico G. Schwindt
o Use the timeout for isochronous transfers as well o Allow to set the timeout for both, read and write From FreeBSD. you@ ok some time ago.
2008-12-14Give names to anonymous unions.Ray Lai
Worked on with mglocker. OK mglocker
2008-12-14regenBrad Smith
2008-12-14Add the Novatel Merlin X950D ExpressCard.Brad Smith
2008-12-11hook Qualcomm AC8700 modem into ubsa(4), from freebsdFelix Kronlage
discussed with yuo@ and deraadt@
2008-12-11regenFelix Kronlage
2008-12-11add device id for Qualcomm AC8700 modem, from freebsdFelix Kronlage
2008-12-10Fix ohci xfers for some devices by adjusting the number of microframes toMarcus Glocker
a static value of 8. Regression tested by todd@
2008-12-10another rum; Arndt at ba-loerrach.deTheo de Raadt
2008-12-10syncTheo de Raadt
2008-12-10Macro spacing. No binary change.Marcus Glocker
2008-12-10use maximum value of dwMaxVideoFrameBufferSize in each vs descriptorsYojiro Uo
as the maximum frame buffer size of video(4) current logic potentially brake the device initialization (and the result of the query is not correct). ok mglocker@
2008-12-10sizeofa -> nitemsKevin Lo
ok jsg@
2008-12-09uvideo uses firmware loading...Theo de Raadt
2008-12-09Also allow V4L2 apps to recognize the UYVY support.Brad Smith
ok mglocker@
2008-12-09assign 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-08do device classification for non-UVC and firmware-needing devices togetherTheo 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-08syncTheo de Raadt
2008-12-08there are two isight models, at leastTheo de Raadt
2008-12-08syncTheo de Raadt
2008-12-08isightTheo 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-08Add ability to load firmware for devices which require it.Marcus Glocker
Tested by deraadt@ and myself.
2008-12-07typos in comments: recieve -> receive.Matthieu Herrb
2008-12-06No need to set dwMaxVideoFrameSize and dwMaxPayloadTransferSize to 0Marcus Glocker
in the negotation routine explicitly, because the whole structure gets bzero'ed before.
2008-12-05Sort uvideo_vs_iface struct a bit.Marcus Glocker
2008-12-04fix typo in the dwFrameInterval commentYojiro Uo
2008-12-04move Option GlobeTrotter 3G Quad / 3G Quad Plus and theFelix 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-03regenDamien Bergamini
2008-12-03More Atheros AR9170 ("otus") based devices.Damien Bergamini
From the Linux ar9170 driver.
2008-12-03Weongyo Jeong has consented to switch from an inappropriate licenseJonathan 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-03Fix error handling for usbd_transfer().Marcus Glocker
2008-12-03add UYVY video format support for uncompressed videoYojiro Uo
ok mglocker@
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