summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2002-06-21Trial and error gives me this tweak for the trumpion 0x1100 device.Artur Grabowski
2002-06-21syncArtur Grabowski
2002-06-21Add Trumpion Microelectronics (Who comes up with those names?)Artur Grabowski
and a product that I actually don't know what it is (could be one of three possible chips).
2002-06-18fix uftdi so that it matches what usbdevs saysNathan Binkert
2002-06-17syncNathan Binkert
2002-06-17New Rio/Nike psa[play 120 mp3 playerNathan Binkert
2002-06-11add usb midi support.Nathan Binkert
untested From NetBSD
2002-06-11Add the umct serial driver for netbsd.Nathan Binkert
This currently does not work properly with the device that I have, so I will not add it to GENERIC
2002-06-11add stack version #define.Nathan Binkert
From NetBSD requested by pval
2002-06-11sync urio with NetBSD.Nathan Binkert
2002-06-11use usb_proc_ptr. (From NetBSD)Nathan Binkert
2002-06-10syncNathan Binkert
2002-06-10more new usb devices from NetBSDNathan Binkert
2002-06-07Fix more timeout handling issues in ohci. There are still cursed harrdwareMiod Vallat
that will keep dying with this applied, though. Discussed with drahn@
2002-06-07use IF_INPUT macro for us as well.Federico G. Schwindt
2002-05-19Provide a correct timeout behaviour, fixes some panics people had beenMiod Vallat
experienting. Discussed and brought to this shape by art@, drahn@ and myself.
2002-05-11I HATE it when things that we fix come back from bad mergesTheo de Raadt
2002-05-09Fix ioctl handlingNathan Binkert
Add default MTU fix typo errors noted by Jason Ackley <jason@ackley.net>
2002-05-09Sync hid stuff including ukbd, ums, and uhid with NetBSDNathan Binkert
This adds a uhidev device which can be thought of as something like a uhid bus. It allows more than one ukbd, ums, or uhid to attach to the same device instance. This functionality is found on many of the newer keyboards that have extra buttons. (The extra buttons show up as uhid device(s)). Tested by me on i386, dale on macppc, and jason on sparc64
2002-05-07Fix uvisor for what's currently in the treeNathan Binkert
2002-05-07Sync quirks with NetBSDNathan Binkert
2002-05-07Sync uvisor driver with NetBSD. This adds support for PALM4 devicesNathan Binkert
2002-05-07Add a driver for Realtek RTL8150L based ethernet devicesNathan Binkert
From NetBSD
2002-05-07Meant to commit only ulpt and committed everything. Most things weren't readyNathan Binkert
2002-05-07Sync ulpt driver with NetBSDNathan Binkert
2002-05-06sync uaudio with NetBSDNathan Binkert
2002-05-06typedef for proc * for portabilityNathan Binkert
2002-05-06Make more portable with NetBSDNathan Binkert
Whitespace sync with NetBSD
2002-05-06sync with NetBSDNathan Binkert
2002-05-06Sync with NetBSDNathan Binkert
2002-05-05Use correct $NetBSD$Nathan Binkert
2002-05-05whitespace sync with netbsd.Nathan Binkert
2002-05-02prefix structure members to avoid name clashes.Nathan Binkert
From NetBSD
2002-04-03move the "ukbd_enable: %s: bad call on=%d" from DIAGNOSTIC to UKBD_DEBUGJason Wright
2002-04-01Add support for a bunch of new adapters.Nathan Binkert
Sync with NetBSD. ok deraadt
2002-04-01syncNathan Binkert
2002-04-01More USB devices.Nathan Binkert
From NetBSD ok deraadt
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-12swiss german and french keymaps; from pckbd by Mathias Schmocker ↵Michael Shalayeff
<smat@polaris.smat.ch>
2002-03-12sync with KAMEKenjiro Cho
ALTQify more drivers. ok millert@
2002-02-27We have memcpy and memset in the kernel.Artur Grabowski
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2002-01-10Check result from malloc(9) when using M_NOWAIT. nate@ okThomas Nordin
2002-01-03new names, nate broke the treeTheo de Raadt
2002-01-03more devices from NetBSDNathan Binkert
2002-01-03syncNathan Binkert
2002-01-03Add devices and reorganize.Nathan Binkert
Some stuff from NetBSD
2001-12-17and of course, since the tree is so volatile now, i mess it upTheo de Raadt
2001-12-17move more microcode, so that it does not end up in /usr/includeTheo de Raadt