aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Sync to 1.149 of usbdevsMIHIRA Sanpei Yoshiro2003-12-192-2/+9
* Add support Panasonic KXL-CB35AN(DVD-ROM & CD-R/RW)MIHIRA Sanpei Yoshiro2003-12-192-0/+5
* Fix PANASONIC KXLCB20AN Protocol.MIHIRA Sanpei Yoshiro2003-12-181-1/+1
* Sync to 1.148 of usbdevsMIHIRA Sanpei Yoshiro2003-12-182-2/+9
* Add support IBM 256MB USB Drive(MSYSTEM DiskOnKey2)MIHIRA Sanpei Yoshiro2003-12-182-0/+5
* Sync to 1.147 of usbdevsMIHIRA Sanpei Yoshiro2003-12-182-2/+25
* Add SupportMIHIRA Sanpei Yoshiro2003-12-183-0/+12
* Recognize the nVidia ehci device id's in addition to the rest.Peter Wemm2003-12-171-0/+6
* Recognize the nForce3 id's. This is mostly cosmetic and affectsPeter Wemm2003-12-171-0/+2
* Regen.MIHIRA Sanpei Yoshiro2003-12-172-2/+9
* Add support HP hn210e usb ethernetMIHIRA Sanpei Yoshiro2003-12-172-0/+2
* Regen.MIHIRA Sanpei Yoshiro2003-12-172-2/+25
* Add supportMIHIRA Sanpei Yoshiro2003-12-172-0/+13
* Add device IDs for the Bluetake BW002, yet another Atmel AT76C503ABruce M Simpson2003-12-163-0/+8
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-084-20/+20
* 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