aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-279-13/+13
* Tell umass to leave Huawei radio devices alone so ubsa(4) willPoul-Henning Kamp2008-09-251-0/+7
* Make the ubsa(4) work with Huawei Exxx (tested with E169) 3G radio devices:Poul-Henning Kamp2008-09-251-2/+61
* Add a vendor ID for 3G Green Green Globe Co., Ltd, found inKevin Lo2008-09-191-0/+1
* fix a another driver bug related with tsleep() during detaching thatWeongyo Jeong2008-09-191-6/+18
* clear pending callbacks when the driver try to change the stateWeongyo Jeong2008-09-191-0/+2
* Recover handsfree port support.(Almost all changes are done on previous commit).Takanori Watanabe2008-09-141-5/+24
* Add a bunch of Novatel and Sierra 3G wireless product ids.Andrew Thompson2008-09-142-7/+106
* Don't issue CDC request before negotiate the interface role.Takanori Watanabe2008-09-121-58/+107
* Connect ufoma(4) to build and,Takanori Watanabe2008-09-121-2/+0
* rename flags and add a ZYD_FLAG_DETACHING flag to indicate we'reWeongyo Jeong2008-09-102-2/+9
* Add support for the CyberPower CP1500AVRLCD.Remko Lodder2008-09-092-0/+6
* Keep track of the active buffer on output. For the moment, panic ifWarner Losh2008-09-052-0/+5
* Sort products numerically.Warner Losh2008-09-051-1/+1
* Add ZyXEL G-202Weongyo Jeong2008-09-052-0/+2
* Make uipaq's ucom callbacks easier to read while I'm hear looking forWarner Losh2008-08-311-8/+1
* All the other routines returned EIO from the param routine. Return itWarner Losh2008-08-312-2/+2
* Ioctls that aren't handled by this layer need to return ENOIOCTL, notWarner Losh2008-08-311-9/+7
* Kill dead code. This has been a 'todo' item for a long time and theWarner Losh2008-08-312-68/+2
* opt_bus.h isn't needed here. It is supposed to be for subr_bus.c only.Warner Losh2008-08-302-4/+0
* opt_bus.h is supposed to be for subr_bus.c only. There's no need forWarner Losh2008-08-301-2/+0
* Send the magic unlock packet the linux driver claims to have sniffedWarner Losh2008-08-251-1/+16
* Greatly expand the devices listed as being supported. This list wasWarner Losh2008-08-251-0/+449
* Sort the list of supported products alphabetically.Warner Losh2008-08-251-4/+4
* Style nit: s/^ }/}/Warner Losh2008-08-231-1/+1
* Add support for the Alcor Card Reader (9361)Remko Lodder2008-08-212-0/+5
* Bring in support for the MC8755 Sierra UMTS card.Remko Lodder2008-08-202-0/+3
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-204-219/+154
* Add the D-Link DWA-110Kevin Lo2008-08-192-0/+2
* sc->sc_ibuf should be malloc'ed after quirks applied, asKai Wang2008-08-181-6/+7
* Fix a typo: According to the hid spec, Global item #3Kai Wang2008-08-181-1/+1
* In the hid parser, if a INPUT/OUTPUT/FEATURE item is skipped, itsKai Wang2008-08-181-3/+12
* Re-add Microsoft Intellimouse 2.0 TWHEEL quirk.Kai Wang2008-08-181-0/+3
* Make it easy to comment out the part that use current tty layer directly.Takanori Watanabe2008-08-181-9/+32
* Fix compileKris Kennaway2008-08-181-2/+2
* Add isochronous transfer support for USB 2.0Kevin Lo2008-08-184-49/+834
* o Add a quirk for Sony Handycam DCR-HC32E.Maxim Konovalov2008-08-131-0/+4
* Add Conexant/Intersil PrismGT SoftMAC wireless USB driver - upgt(4).Weongyo Jeong2008-08-113-0/+2859
* Add quirks for making uhid(4) ignore the Apple iPhone and iPhone 3G.Henrik Brix Andersen2008-08-092-0/+6
* Add support for the ASUS P535 PDARemko Lodder2008-08-022-0/+2
* Use single byte read and write operations to toggle the BIOS and OSJohn Baldwin2008-07-302-14/+14
* Free the correct buffer list on failure.Andrew Thompson2008-07-302-2/+2
* Add tweak for AMD Geode "companion" chip, AMD CS5536, which is apparentlyIvan Voras2008-07-241-1/+10
* Don't include <sys/tty.h> in non-TTY drivers.Ed Schouten2008-07-242-2/+3
* Fix a benign typo that would give out an incorrect warning message.Luoqi Chen2008-07-171-4/+3
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyRobert Watson2008-07-041-1/+6
* Add USB ids for the Epson DX7400 / CX7300 multifunction scanner printerLuigi Rizzo2008-06-272-0/+2
* Add the D-Link DWA-111Kevin Lo2008-06-132-0/+2
* Add Belkin F5U257 to the mix.Warner Losh2008-06-101-0/+2
* >From NetBSD:Kevin Lo2008-06-102-46/+0