summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2007-05-18fix the check of wsmouse_calibcoords values andRobert Nagy
2007-05-14Convert from lockmgr to rwlock.Jonathan Gray
2007-05-13sync comment with realityFelix Kronlage
2007-05-08Make use of struct wsmouse_calibcoords and add ioctl supportRobert Nagy
2007-05-06More lockmgr -> rwlock low hanging fruit.Kenneth R Westerback
2007-05-05#include <sys/lock.h> not needed. i.e. these compile fine without it.Kenneth R Westerback
2007-05-05Remove axe_rxstart() which is an uneeded leftover from the FreeBSD version.Jonathan Gray
2007-05-03Support ONDA Communication H600.Jonathan Gray
2007-05-03regenJonathan Gray
2007-05-03ONDA Communication H600Jonathan Gray
2007-04-26USB device lists do not need a terminating sentinel, so don't provide any;Miod Vallat
2007-04-25Add suport for printing debug information like coordinates if UTS_DEBUGRobert Nagy
2007-04-23Add an unbranded device I have, chip says its a PL-2303HX.Jonathan Gray
2007-04-23regenJonathan Gray
2007-04-23New unbranded uplcom(4).Jonathan Gray
2007-04-21Back out last. the world is not i386.Artur Grabowski
2007-04-21Remove unused header files.Marc Balmer
2007-04-16regenClaudio Jeker
2007-04-16Add Tenda TWL541U and XBOX 360 wireless adapter ids.Claudio Jeker
2007-04-16Another unbranded udav(4) device.Jonathan Gray
2007-04-16regenJonathan Gray
2007-04-16Another unbranded udav(4) device.Jonathan Gray
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-04-09Assert my copyright for the AX88178/AX88772 bits over the last few years.Jonathan Gray
2007-04-09Remove any possibility of of an underflow happening whenJonathan Gray
2007-04-09Add missing letoh16() for eeprom value.Jonathan Gray
2007-04-05regenTed Unangst
2007-04-05laurence tratt says his cable mostly works with thisTed Unangst
2007-04-03Data direction was not properly encoded in (unused)Jonathan Gray
2007-04-01Correct URL to UHCI spec.Jonathan Gray
2007-04-01s/multpile/multiple/Ray Lai
2007-03-31Print correct function name in diagnostic output.Alexander Bluhm
2007-03-27regenerateChris Kuethe
2007-03-27u-blox ANTARIS4 GPS receiverChris Kuethe
2007-03-23the input length is different on the eGalax and ITM screens,Robert Nagy
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2007-03-22Perform legacy emulation handover for USB1 companion controllers immediatelyChristopher Pascoe
2007-03-22Reapplication of rev 1.49.Christopher Pascoe
2007-03-22Reapplication of rev 1.36.Christopher Pascoe
2007-03-18Backout pascoe@'s last USB change because it page faults at attachmentMarcus Glocker
2007-03-18Perform legacy emulation handover for USB1 companion controllers immediatelyChristopher Pascoe
2007-03-18Wait the stable power delay on a USB hub only once per hub (not per port),Christopher Pascoe
2007-03-18Save SOF (frame timing adjustment) before the very first host controllerChristopher Pascoe
2007-03-17add uts(4); this was missing from the initial commitRobert Nagy
2007-03-16uts(4) is a driver for USB Touchscreens;Robert Nagy
2007-03-13regenRobert Nagy
2007-03-13Add ITM Touchscreen from Future Technology DevicesRobert Nagy
2007-03-13add quirk for Sony DSC-T10, which is UFI, not SCSI.Steven Mestdagh
2007-03-12very ugly indentTheo de Raadt