summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uvisor.c
Commit message (Expand)AuthorAgeFilesLines
* Style nit: s/^ }/}/imp2008-08-231-1/+1
* Prefer device_printf to printf("%s:...", device_get_nameunit(),...);imp2007-07-051-20/+18
* Add support for Garmin iQue 3600imp2007-06-221-0/+1
* Update uvisor to support the Fossil Abacus Wrist PDAimp2007-06-221-0/+1
* Fix two PRs by adding vendor IDs:imp2007-06-211-0/+1
* Finish removal of usb_port.h macros.imp2007-06-181-2/+3
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-3/+6
* First pass at removing __OtherBSD__. We can't blindly remove all ofimp2007-06-121-4/+0
* Remove USBDEV() macro. We do not need a macro that is defined as itsimp2007-06-121-2/+2
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-2/+2
* Remove devinfo junk.imp2007-06-091-10/+0
* Fix memory leak of devinfopimp2007-02-031-2/+1
* More removing compatibility macros.imp2006-09-071-8/+8
* s/Static/static/gimp2006-09-061-9/+9
* Add support for the Aceeca Mez1000 RDA.netchild2006-06-181-0/+1
* Recognize the Sony Clie PEG-TJ37.bmah2005-12-041-0/+1
* A patch to support Palm Tungsten T via USB-Cradle.julian2005-05-041-17/+76
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* fix SONY_CLIE_41 (as PEG-SJ33/U)sanpei2004-05-061-1/+1
* Add support for the new Zire 31 device.joe2004-05-051-0/+1
* Add support for Handspring TREO 600.joe2004-03-141-0/+1
* Add support Sony CLIE PEG-S500C(Palm OS 3.5)sanpei2004-01-031-1/+79
* I've had a couple of reports that the Sony Clie_40 doesn't need thejoe2003-11-081-1/+1
* Crank down UVISORBUFSIZE from 1024 to 64 to avoid a problem wherejoe2003-08-141-1/+11
* MFNetBSD: Update the list of devices that can attach to uvisor (untested).joe2003-07-141-11/+19
* WARNING: white space diffjmg2003-07-041-4/+4
* Add support for the CLIE 5.0 series of PDAsscottl2003-04-061-0/+1
* Add missing module dependency.akiyama2003-03-091-0/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Add Palm M515.joe2002-08-111-0/+1
* 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-2/+2
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-2/+1
* It should be "ucom", not "usio".joe2002-07-311-1/+1
* MFNetBSD: uvisor.c (1.14, 1.15)joe2002-07-311-9/+51
* Remove trailing white spacesjoe2002-07-311-3/+9
* Commit a version of the uvisor driver for connecting Handspringjoe2002-07-301-0/+438
OpenPOWER on IntegriCloud