| Commit message (Expand) | Author | Age | Files | Lines |
| * | regen. | Murray Stokely | 2003-05-05 | 2 | -2/+39 |
| * | Add KEYSPAN USA19QW, JRC PHONE, SANDISK SDDR75. | Murray Stokely | 2003-05-05 | 1 | -0/+7 |
| * | Regen. | Shunsuke Akiyama | 2003-05-03 | 2 | -2/+25 |
| * | Add RealTek RTL8150 USB to fast Ethernet controller driver. | Shunsuke Akiyama | 2003-05-03 | 3 | -0/+1729 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -1/+1 |
| * | Regen. | Takanori Watanabe | 2003-04-21 | 2 | -6/+20 |
| * | Add another product ID for if_axe and correct vendor ID description | Takanori Watanabe | 2003-04-21 | 2 | -2/+5 |
| * | Regenerate. | Bill Paul | 2003-04-20 | 2 | -2/+16 |
| * | Add support for the Netgear FA120 and the D-Link DUBE100 (AX88172-based | Bill Paul | 2003-04-20 | 2 | -0/+4 |
| * | Regen usbdevs. | Bill Paul | 2003-04-20 | 2 | -2/+18 |
| * | Add device driver support for the ASIX Electronics AX88172 USB 2.0 | Bill Paul | 2003-04-20 | 3 | -0/+1374 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 3 | -7/+10 |
| * | Use a sim for each device on it's own instead of one for all umass | Bernd Walter | 2003-04-14 | 1 | -145/+62 |
| * | add EHCI (USB 2.0) controller support. | Bernd Walter | 2003-04-14 | 6 | -0/+3605 |
| * | Add quirk for LOGITECH WMRPAD. | Matthew N. Dodd | 2003-04-10 | 1 | -0/+1 |
| * | - Add LOGITECH WMRPAD, MOTOROLA SB410, and SANDISK SDDR05. | Matthew N. Dodd | 2003-04-10 | 3 | -0/+24 |
| * | At least pretend to handle USB_GET_REPORT_ID. | Matthew N. Dodd | 2003-04-09 | 1 | -0/+4 |
| * | resync | Warner Losh | 2003-04-07 | 2 | -2/+9 |
| * | Add ID for Kawasaki LSI Inc. USB-Ethernet, rev 1.00/2.02 adapter. | Murray Stokely | 2003-04-07 | 2 | -0/+2 |
| * | Add support for the CLIE 5.0 series of PDAs | Scott Long | 2003-04-06 | 1 | -0/+1 |
| * | Regen from usbdevs v.116 | Scott Long | 2003-04-06 | 1 | -1/+13 |
| * | Regen | Scott Long | 2003-04-06 | 1 | -1/+3 |
| * | Add ID's for the CLIE 5.0 series and the Belkin F5U109 usb->serial adapter. | Scott Long | 2003-04-06 | 1 | -0/+2 |
| * | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 4 | -28/+12 |
| * | Add code to implement two new USB quirk types: NO_INQUIRY and NO_INQUIRY_EVPD | Nate Lawson | 2003-03-25 | 1 | -11/+60 |
| * | - Use if_broadcastaddr from struct ifnet rather than relying on | Matthew N. Dodd | 2003-03-21 | 1 | -1/+1 |
| * | Add module dependency. This makes udbp.ko to be loaded. | Takanori Watanabe | 2003-03-15 | 1 | -0/+1 |
| * | Make uhci_waitintr() robust to interrupts being enabled, even though | Ian Dowse | 2003-03-11 | 1 | -4/+3 |
| * | Quirk for Pentax Optio 230 USB camera. Note that other products probably | Nate Lawson | 2003-03-11 | 1 | -0/+5 |
| * | usbdevs entry for Asahi Optical OPTIO 230 digital camera. Regen. | Nate Lawson | 2003-03-11 | 3 | -0/+12 |
| * | Fix device freeze to reduce output packet size. | Shunsuke Akiyama | 2003-03-09 | 1 | -4/+33 |
| * | Fix page fault with FTDI's USB serial device. | Shunsuke Akiyama | 2003-03-09 | 1 | -4/+23 |
| * | Fix duplicate sc_dying usage. | Shunsuke Akiyama | 2003-03-09 | 2 | -13/+8 |
| * | Add missing module dependency. | Shunsuke Akiyama | 2003-03-09 | 2 | -0/+2 |
| * | Centralize the devstat handling for all GEOM disk device drivers | Poul-Henning Kamp | 2003-03-08 | 1 | -1/+0 |
| * | Used correct aue_flags in ELECOM LD-USB/T and ELECOM LD-USB/TX. | Takeshi Shibagaki | 2003-03-05 | 1 | -2/+2 |
| * | Fixed an issue which transfer no packets in combination with aue driver. | Takeshi Shibagaki | 2003-03-05 | 1 | -2/+5 |
| * | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 2 | -7/+3 |
| * | Make nokqfilter() return the correct return value. | Poul-Henning Kamp | 2003-03-03 | 1 | -1/+1 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 9 | -118/+65 |
| * | Use canonical format for cdevsw initialization. | Poul-Henning Kamp | 2003-03-02 | 2 | -8/+26 |
| * | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | Dag-Erling Smørgrav | 2003-03-02 | 2 | -3/+3 |
| * | Fix 'bulk in' and 'bulk out' being reversed in a couple of error messages. | Scott Long | 2003-03-02 | 1 | -2/+2 |
| * | Implement outgoing interrupt pipes. It is part of the USB 1.1 spec. | John Hay | 2003-02-28 | 4 | -3/+90 |
| * | ufm doesn't care what major it uses. | Warner Losh | 2003-02-28 | 1 | -1/+1 |
| * | These appear to work as cardbus cards too | Warner Losh | 2003-02-28 | 2 | -0/+2 |
| * | Use the correct size for reading and writing the PCI config space. | Marcel Moolenaar | 2003-02-23 | 1 | -5/+5 |
| * | Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fix | Kenneth D. Merry | 2003-02-21 | 1 | -27/+0 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 18 | -34/+34 |
| * | Sync to 1.114 of usbdevs | MIHIRA Sanpei Yoshiro | 2003-02-13 | 2 | -2/+9 |