summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2007-05-27Some other missed bits.Jonathan Gray
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
ok deraadt@ krw@ mbalmer@
2007-05-23%z in printf(9) is not the same as %z in printf(3). Change to %luRay Lai
and cast arg to ulong. OK jsg@ and krw@.
2007-05-22A quirk is needed for the Logitech QuickCam Notebook to prevent attachingRobert Nagy
to uaudio(4) instead of ugen(4), because of the internal microphone. from brad;
2007-05-22Support bluetooth adapter found in my MSI S270 laptop. ok deraadt@, jasper@,Matthieu Herrb
grange@.
2007-05-22syncMatthieu Herrb
2007-05-22Add a second MSI bluetooth adapter. ok deraadt@ jasper@ grange@Matthieu Herrb
2007-05-21Remove le{16,32}toh macrosJonathan Gray
2007-05-21Remove logprintf macroJonathan Gray
2007-05-21Remove Ether_ifattach macroJonathan Gray
2007-05-21Remove unused bswap{16,32} macrosJonathan Gray
2007-05-21Remove ifdef __otherbsd__ mess; no binary change.Jonathan Gray
2007-05-20addess -> addressMiod Vallat
2007-05-20regenRobert Nagy
2007-05-20add Brother MFC 210C and Logitech QuickCam Notebook Deluxe IDs;Robert Nagy
from brad.
2007-05-20Convert ehci and ucom to rwlock.Jonathan Gray
Kill the usb specific lockmgr wrapper as nothing uses it now. ok thib@
2007-05-18fix the check of wsmouse_calibcoords values andRobert Nagy
invert the X or Y coordinates to make the top left corner (0,0).
2007-05-14Convert from lockmgr to rwlock.Jonathan Gray
Initial diff from krw@, uneeded lock_mii()/unlock_mii() on all commands in existing code removed by me so it doesn't try to recurse. ok krw@
2007-05-13sync comment with realityFelix Kronlage
2007-05-08Make use of struct wsmouse_calibcoords and add ioctl supportRobert Nagy
for getting and passing calibration values. Move the scale struct to uts_softc so that each device can have it's own values instead of using the global one. ok miod@
2007-05-06More lockmgr -> rwlock low hanging fruit.Kenneth R Westerback
ok dlg@
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
Tested by Massimo Lusetti <massimo@cedoc.mo.it>
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
this should prevent phantom devices from attaching axe or uberry on some machines. ok deraadt@
2007-04-25Add suport for printing debug information like coordinates if UTS_DEBUGRobert Nagy
is defined and make sure that we are calling wsmouse_input every time the screen gets touched on different types of touchscreens. Some minor cleanups while here.
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
From laurent FANIS <laurent.fanis@gmail.com>
2007-04-16regenJonathan Gray
2007-04-16Another unbranded udav(4) device.Jonathan Gray
From laurent FANIS <laurent.fanis@gmail.com>
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
Mouse. Currently limited to USB mice. Adapted from a diff from Gareth <garf@loveandnature.co.za> on tech@
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
pulling packets out of the usb buffer in rxeof. Potential issue pointed out by Hans Petter Selasky <hselasky@c2i.net>
2007-04-09Add missing letoh16() for eeprom value.Jonathan Gray
Pointed out by Hans Petter Selasky <hselasky@c2i.net>
2007-04-05regenTed Unangst
2007-04-05laurence tratt says his cable mostly works with thisTed Unangst
ok millert
2007-04-03Data direction was not properly encoded in (unused)Jonathan Gray
AX88178 write nodeid command. From Hans Petter Selasky <hselasky@c2i.net>
2007-04-01Correct URL to UHCI spec.Jonathan Gray
From dunceor@gmail.com
2007-04-01s/multpile/multiple/Ray Lai
From Dunceor.
2007-03-31Print correct function name in diagnostic output.Alexander Bluhm
ok pedro
2007-03-27regenerateChris Kuethe
ok pvalchev