summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ums.c
AgeCommit message (Expand)Author
2022-03-28uhidev(9): Make uhidev state opaque.riastradh
2022-03-28uhidev(9): Get the device and interface through attach args.riastradh
2021-10-01use quirk bit for devices that need sc_alwayson instead of adding yet anothermacallan
2021-02-03I have a cheap USB optical mouse (CHICONY product 0x0939, also knownthorpej
2020-10-10For absolute pointers, report min/max X and Y values usingjmcneill
2020-04-12further tweaks for USB_PRODUCT_MICROSOFT_24GHZ_XCVR80 from PR kern/55161jdolecek
2020-04-11enable the workaround for Microsoft transceiver v8.0 too - PR kern/55161jdolecek
2020-01-03Add a quirk for the HAILUCK USB keyboard / touchpad device with product 1e.jmcneill
2019-12-01localifymaxv
2019-08-10Initialize tcpalib for ums devices.yhardy
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