summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2006-04-15Add a bunch more uplcom devices found in Linux driver.Jonathan Gray
2006-04-15regenJonathan Gray
2006-04-15A bunch of uplcom devices found in Linux driver.Jonathan Gray
2006-04-13free mem if attach fails; netbsd coverity cid 2329Jolan Luff
2006-04-07Add optional flush method to MIDI hardware interface.Jonathan Gray
2006-03-31Add GSM modem SIEMENS ES75 - from patch sent to freebsd-usb@ by Jindra FucikDale Rahn
2006-03-31sycnDale Rahn
2006-03-31Add GSM modem SIEMENS ES75Dale Rahn
2006-03-27Fix compilation when UVISOR_DEBUG is defined.Jonathan Gray
2006-03-27shrink by removing some unneeded ifdefsDavid Gwynne
2006-03-27we dont support the cypress serial things yet, so dont lie. when we do itDavid Gwynne
2006-03-26syncAlexander Yurchenko
2006-03-26Support for Falcom Samba GPRS modem; from tm@openbsd.ru.Alexander Yurchenko
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-24i wish all new hardware was this easy to support. acer labs usb2 dataDavid Gwynne
2006-03-24Driver for the serial interface to Qualcomm MSM EVDO modems.Jonathan Gray
2006-03-24regenDavid Gwynne
2006-03-24Acer Labs USB 2.0 Data Link cable. its a host to host cableDavid Gwynne
2006-03-21Make ural(4) read and show real MAC/BBP rev instead of hardcoded RT2570Pedro Martelletto
2006-03-14a touch of knfDavid Gwynne
2006-03-14add support for the Sony CLIE PEG-T625 and potentially a range of otherDavid Gwynne
2006-03-12syncTheo de Raadt
2006-03-12another mouse vendor; minusf@obiit.orgTheo de Raadt
2006-03-11regenJonathan Gray
2006-03-11D-Link DWL-G122 rev C1.Jonathan Gray
2006-03-07Remove last NRND NetBSDisms from tree.Kenneth R Westerback
2006-03-05regenJonathan Gray
2006-03-05Add another two EVDO devices.Jonathan Gray
2006-02-20Fix kernel builds without bpfilter. Linking is still broken.Damien Bergamini
2006-02-19sync w/ rt2560.c:Damien Bergamini
2006-02-16regenJonathan Gray
2006-02-16Add Novatel and Kyocera EVDO cards.Jonathan Gray
2006-02-16AirPrime EVDO does not work with uplcom as suspected.Jonathan Gray
2006-02-12RegenMiod Vallat
2006-02-12Add Apple ADB devices USB phantom personality, as found on PowerBook5,* laptops.Miod Vallat
2006-02-11Simplify code a bit.Brad Smith
2006-02-11Back out the "it is not completely clear" part of revision 1.18 - itBrad Smith
2006-02-11trim FCS in the driver instead of setting the M_HASFCS flag and lettingDamien Bergamini
2006-02-10CMOTech/Maxon EVDO card needs ASSUME_CM_OVER_DATA quirk to attach; ok dlg@Damien Miller
2006-02-10regenDamien Miller
2006-02-10Entry for CMOTech CM5100P (a.k.a Maxon EVDO card); ok dlg@Damien Miller
2006-02-10regenJonathan Gray
2006-02-10Fix typo in G.Mate vendor id. Should make Raphael Langerhorst's Yopy work.Jonathan Gray
2006-02-07regenBrad Smith
2006-02-07add Panasonic 50" touch panelBrad Smith
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-04fix a copy/paste in a comment.Damien Bergamini
2006-01-29Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inBrad Smith
2006-01-29prettify dmesg output a touch. from Michael Knudsen.David Gwynne
2006-01-25kthread_create_deferred() do the things right, no need forAlexander Yurchenko