summaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-283-0/+3
* Write the correct value to `td_be' for the second and furtherIan Dowse2003-11-251-1/+1
* Fix comment typo.Shunsuke Akiyama2003-11-161-1/+1
* Make interrupt pipe interval time configurable.Shunsuke Akiyama2003-11-162-3/+56
* Apply some fixups in the driver_t's.Shunsuke Akiyama2003-11-162-2/+2
* Regen.Shunsuke Akiyama2003-11-162-2/+41
* Add vendor IDs, and device IDs supported by uplcom(4).Shunsuke Akiyama2003-11-162-0/+15
* Add missing ioctl functions.Shunsuke Akiyama2003-11-161-4/+19
* Remove duplicateJohan Karlsson2003-11-145-15/+0
* Despam the const poisoningWarner Losh2003-11-141-5/+5
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-134-40/+34
* It is obivous this started out as a copy of a Bill Paul driver so he hasDavid E. O'Brien2003-11-131-0/+30
* Remove a gremlin so that this code compiles under -stable withoutJosef Karthauser2003-11-121-1/+1
* MFNetBSD:Josef Karthauser2003-11-102-6/+5
* MFNetBSD:Josef Karthauser2003-11-101-1/+2
* MFNetBSD:Josef Karthauser2003-11-101-8/+11
* MFNetBSD:Josef Karthauser2003-11-101-0/+10
* MFNetBSD:Josef Karthauser2003-11-091-1/+2
* Revise the NetBSD revision control strings.Josef Karthauser2003-11-093-29/+3
* MFNetBSD:Josef Karthauser2003-11-096-15/+10
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-095-7/+7
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-1/+1
* I've had a couple of reports that the Sony Clie_40 doesn't need theJosef Karthauser2003-11-081-1/+1
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-033-3/+0
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-315-10/+5
* Const poison the crc calcuation routines so const data can be sent toWarner Losh2003-10-231-3/+3
* Cache dev_t values in the right structure.Bernd Walter2003-10-121-4/+4
* Add the Intersil Prism2/Atmel device. These particular devices are strangeBruce M Simpson2003-10-103-2/+22
* Add the Actiontec 801UAT1/HWU01170-01 802.11b USB Wireless Ethernet adapter.Bruce M Simpson2003-10-103-2/+14
* sync to 1.140Warner Losh2003-10-052-2/+16
* 2662W-AR Wireless AdapterWarner Losh2003-10-051-0/+2
* Correct a typo on line 552 of revision 1.92 which was breaking GENERIC:-Bruce M Simpson2003-10-051-1/+1
* Make it easier to run this code on RELENG_4.Josef Karthauser2003-10-042-3/+17
* Make it easier to run this code on RELENG_4.Josef Karthauser2003-10-0414-6/+159
* Fix indentionBernd Walter2003-10-011-1/+1
* Don't call makedev().Bernd Walter2003-10-012-14/+23
* I don't know from where the notion that device driver should orPoul-Henning Kamp2003-09-285-33/+0
* Add VidzMedia MonsterTV (MPEG video/TV capture box).John Birrell2003-09-243-2/+22
* Add vendor Samsung and device Samsung ML-6060.Stefan Eßer2003-09-203-2/+22
* In umass_bbb_get_max_lun() move maxlun to before the DPRINTF so thatGary Jennejohn2003-09-201-1/+1
* Add HP 4400C, Belkin F5U208 VideoBusIIJohn Birrell2003-09-193-2/+18
* Support the Hawking Technology's UF100 Pegasus II 10/100 USB Ethernet.David E. O'Brien2003-09-184-2/+23
* Recognize the OHCI USB device on Opteron-based nForce3 motherboardsDavid E. O'Brien2003-09-031-0/+9
* Try a port reset if initial contact to a device failed.Bernd Walter2003-09-011-1/+4
* eliminate casts from the DMAADDR macro. This depends upon bus_addr_t beingJohn-Mark Gurney2003-09-011-1/+1
* Implement the last commit properly.Josef Karthauser2003-08-251-0/+3
* Fix the cdevsw compatibility for -stable.Josef Karthauser2003-08-259-11/+8
* Use __FBSDID().David E. O'Brien2003-08-2435-39/+108
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-223-6/+6
* SHUTTLE_INIT quirk for EXATELECOM i-Bead mp3 playerNate Lawson2003-08-221-0/+4