summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ums.c
AgeCommit message (Expand)Author
2020-10-15Pull up following revision(s) (requested by jmcneill in ticket #1112):martin
2020-01-21Fix another patch mishap from ticket #616martin
2020-01-21Fix misapplied patch in previous (ticket #616)martin
2020-01-21Pull up following revision(s) (requested by mrg in ticket #616):martin
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
2018-12-29Enable the same workaround asmaya
2017-12-10Factor out bus-independant HID code so that it can be shared by USB, bluetoothbouyer
2016-04-27Pull in opt_usb.h in _KERNEL_OPT case for various *_DEBUG options.jakllsch
2016-04-23Merge nick-nhusbskrll
2016-01-25PR/50701: Martijn van Buul: Adjust MS Confort Mouse 6000christos
2014-01-25close uhidev only when it was successfully opened.mlelstv
2013-01-05fix debug variables.christos
2013-01-05- need opt_usb.h if depending on USB_DEBUGchristos
2012-04-30kern/46391: Nat Sloss: ums.c doesn't support digitizers or touchscreenschristos
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-01-14Make ums.c work with a "Microsoft Natural Ergonomic Desktop 7000" mouse.matthias
2010-01-12Avoid treating the Griffin PowerMate knob as a ums(4).jakllsch
2009-12-30Apply patch from Matthias Pfaller in PR/42546.jakllsch
2009-11-27Add support for USB HID devices that report absolute coordinates insteadmbalmer
2009-11-12Simplify activation hooks. (sc_dying must die!)dyoung
2009-11-06Fix kern/41737 -- add quirks to make MS Wireless Laser Mouse 6000 work.rafal
2009-03-09These don't need <sys/tty.h>.uebayasi
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-18Use device_t and its accessor functions.dyoung
2007-12-11Register with pmfjmcneill
2007-12-01aprintify, on behalf of xtraemejmcneill
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-12Tidy away wsmouse_input() abstractions and updateplunky
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-11-23If a mouse has both a wheel and a Z direction we report both.augustss
2005-11-23Look for a wheel before looking for a Z dir. This makes Apple'saugustss
2005-08-13Support more than 7 buttons for USB mice. Patch from kern/30248jmcneill
2003-03-11Update URLs for the HID spec.augustss
2002-09-23Don't return a value in a void function.simonb
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-07-11Get rid of trailing white space.augustss
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-12-31Make a typedef for struct proc to make portingeasier.augustss
2001-12-29Add a debug message.augustss
2001-12-28Introduce an extra driver level for HID devices, uhidev. This uhidev driveraugustss
2001-11-13add RCSIDslukem
2001-11-07Fix a bug in the DIAGNOSTIC version of the detach.augustss
2001-10-28Add a DIAGNOSTIC test.augustss
2001-10-26s/usbd_alloc_report_desc/usbd_read_report_desc/augustss
2001-10-25Fix pasto. From Andreas Johansson <ajo@rockstorm.se>.augustss