summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ums.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-2/+1
* Include fcntl.hphk2004-12-221-2/+2
* Add sys/uio.h explicitly, and move sys/vnode.h include to be moreimp2004-12-131-1/+2
* Crank down the lame-o-matic a notch by moving the = inside the /* */ ratherimp2004-12-131-1/+1
* Try make code for teh M$ Intellimouse less obtrusivejulian2004-12-131-11/+24
* Don't export the 'dt' field as that would break the exisiting ABI.julian2004-12-131-4/+5
* Add support for USB Microsoft Intellimousejulian2004-12-121-21/+50
* Tweak the compatibility macros a little so that the device printing isimp2004-08-151-3/+1
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Update URL to HID spec.le2004-05-231-1/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-2/+2
* Make it easier to run this code on RELENG_4.joe2003-10-041-0/+4
* I don't know from where the notion that device driver should orphk2003-09-281-5/+0
* Implement the last commit properly.joe2003-08-251-0/+3
* Fix the cdevsw compatibility for -stable.joe2003-08-251-3/+0
* Use __FBSDID().obrien2003-08-241-1/+3
* WARNING: white space diffjmg2003-07-041-13/+13
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-3/+3
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+3
* MFNetBSD: uhid.c (1.45), ums.c (1.49), usbdi_util.c (1.35), usbdi_util.h (1.23)joe2002-04-071-2/+2
* MFNetBSD: Update many URLs.joe2002-04-011-1/+1
* Huge merge from NetBSD:joe2002-03-161-8/+7
* Fixes to make select/poll mpsafe.alfred2002-03-141-0/+2
* Be more specific about when block major numbers disappeared fromjoe2002-03-111-1/+1
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.joe2002-02-151-0/+3
* Sync with NetBSD:joe2002-01-021-1/+1
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)joe2002-01-021-5/+5
* KSE Milestone 2julian2001-09-121-5/+5
* Only clear endpoint stall if status was USBD_STALLED.n_hibma2001-09-021-1/+2
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+4
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-1/+1
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDn_hibma2000-07-171-7/+7
* Change Lennart's e-mail address.n_hibma2000-05-141-1/+1
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-20/+20
* More USB ethernet tweaks:wpaul2000-01-201-1/+2
* Revoke the vnodes on detach. This avoids the crashes people have seenn_hibma1999-11-211-4/+6
* Synchronisation with NetBSD as of 1999/11/16:n_hibma1999-11-171-16/+32
* The Qtronix keyboard has a built in PS/2 port for a mouse.n_hibma1999-11-081-52/+100
* Rename remove_dev() to destroy_dev().phk1999-11-081-1/+1
* ulpt.c and ums.c already uses make_dev(), so there's no need to use thepeter1999-11-081-2/+1
* Add make_dev and remove_dev.n_hibma1999-10-071-0/+7
* Remove the last bits and pieces left over from porting the drivern_hibma1999-10-071-27/+9
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
OpenPOWER on IntegriCloud