| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-01-02 | Get rid of a few stray __P(). | augustss | |
| 2002-01-02 | More whitespace fixes from FreeBSD. | augustss | |
| 2002-01-02 | Fix another descriptor parsing bug. Thanks to Tero Kivinen for | augustss | |
| patiently supplying me with debug output. | |||
| 2002-01-02 | Fix typos. | augustss | |
| 2002-01-02 | Move debug define. | augustss | |
| Remove some cruft. Update with some stuff from Warner Losh's driver. | |||
| 2002-01-02 | Add udsbr(4), a D-Link DSB-R100 FM radio (untested). | augustss | |
| 2002-01-01 | Add a missing subclass definition. | augustss | |
| 2001-12-31 | Delay bus enumeration a little in case the controller is a companion | augustss | |
| controller. This way the main controller can gain ownership of the port before enumeration starts. | |||
| 2001-12-31 | Dump enpoint number instead of endpoint index. | augustss | |
| 2001-12-31 | Don't try to deactivate child if we have no bus yet. | augustss | |
| 2001-12-31 | Whitespace fixes (from FreeBSD). | augustss | |
| 2001-12-31 | Change xfer abort to wait for the softintr to run. | augustss | |
| 2001-12-31 | Change abort slightly. | augustss | |
| Change debug output. | |||
| 2001-12-31 | Dump more of the command. | augustss | |
| 2001-12-31 | Make a typedef for struct proc to make portingeasier. | augustss | |
| 2001-12-31 | Don't allow setting the configuration when an endpoint is open. From | augustss | |
| FreeBSD. | |||
| 2001-12-31 | Only clear stall if endpoint is stalled. From FreeBSD. | augustss | |
| 2001-12-30 | Make sure we don't have any pending softintrs when entering polling mode. | augustss | |
| Thanks to Darrin for finding and fixing this problem when using USB keyboards in DDB. | |||
| 2001-12-30 | A little more debug. | augustss | |
| 2001-12-30 | Fix typo. | augustss | |
| 2001-12-30 | Add new scanners to the table. | augustss | |
| (The scanners don't actually have to work to be in the uscanner table, this is how Linux does it and uscanner is just there because Linux has it.) | |||
| 2001-12-30 | Regen. | augustss | |
| 2001-12-30 | Fix typo in last commit. | augustss | |
| 2001-12-30 | Add some missing files. | augustss | |
| 2001-12-30 | fix product ID | gehenna | |
| 2001-12-30 | regen | gehenna | |
| 2001-12-30 | Add some vendor/product IDs (from FreeBSD) | gehenna | |
| 2001-12-29 | Make the driver a little less talkative on errors. | augustss | |
| 2001-12-29 | Remove garbage. | augustss | |
| 2001-12-29 | Be more paranoid about input sizes. | augustss | |
| 2001-12-29 | Reset global count value properly. | augustss | |
| 2001-12-29 | Don't clear global report values when reporting an item. | augustss | |
| 2001-12-29 | Add a debug message. | augustss | |
| 2001-12-29 | Add some definitions from the USB OTG (On The Go) spec. | augustss | |
| 2001-12-29 | Regen. | augustss | |
| 2001-12-29 | Fix a typo. | augustss | |
| 2001-12-29 | Move some USB device quirks to the umass_quirk table. | augustss | |
| 2001-12-29 | Always set the PQUIRK_ONLYBIG quirk for SCSI devices. | augustss | |
| 2001-12-29 | Introduce a field, busquirks, in the umass quirk table that is passed | augustss | |
| directly to the quirk field for the bus. | |||
| 2001-12-29 | Only pull in HID processing if a driver needs it. | augustss | |
| 2001-12-29 | Add some missing scan code translations. Docs from Microsoft via Perry Metzger. | augustss | |
| 2001-12-28 | Introduce an extra driver level for HID devices, uhidev. This uhidev driver | augustss | |
| attaches to the hub, and HID drivers (ums, ukbd, and uhid) attach to uhidev. The reason for this change is that some HID devices report multiple components (like a keyboard and a mouse) using the same interface, but with different report identifiers. The report identifier can be specified with a locator for the HID drivers. Furthermore, change the ukbd driver to handle other formats than the boot protocol. | |||
| 2001-12-28 | More DIAGNOSTIC. | augustss | |
| 2001-12-28 | Add some more #defines. | augustss | |
| 2001-12-27 | Add some DIAGNOSTIC stuf that I forgot. From Nate Williams. | augustss | |
| 2001-12-27 | Change some DIAGNOSTIC #defines. | augustss | |
| 2001-12-27 | ANSIfy. | augustss | |
| 2001-12-27 | Update a comment. | augustss | |
| 2001-12-27 | Name collection types. | augustss | |
| 2001-12-27 | Add usbd_get_protocol(). | augustss | |
