summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uvisor.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support Sony CLIE PEG-S500C(Palm OS 3.5)sanpei2004-01-031-1/+79
| | | | Submitted by: Hiroaki Satoh <hsato@iwate-u.ac.jp> [FreeBSD-users-jp 76073]
* I've had a couple of reports that the Sony Clie_40 doesn't need thejoe2003-11-081-1/+1
| | | | | | | | | | | | | PALM_4 initialisation hack. I've not confirmed it myself, but seeing as we already don't use it for the Sony Clie_41, let's drop it from the Clie_40 also and see what happens. (Question: What about the Clie_S360 and Clie_NX60 devices? Do we need to drop Palm4 from those as well? Possibly, but I've not had any reports about those so I don't know.) PR: kern/56575 MFC after: 3 days
* Crank down UVISORBUFSIZE from 1024 to 64 to avoid a problem wherejoe2003-08-141-1/+11
| | | | | | | | | | | the Palm device and the USB host controller deadlock. The USB host controller is expecting an early-end-of-transmission packet with 0 data, and the Palm doesn't send one because it's already communicated the amount of data it's going to send in a header (which ucom/uvisor are oblivious to). This is the problem that has been known on the pilot-link lists as the "[Free]BSD USB problem", but not understood. Submitted by: Nathan J. Williams <nathanw@MIT.EDU>
* 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
| | | | | | This code reduces the number of trailing white space to be more in line w/ NetBSD. I don't regenerate usbdevs, saving that for when it really changes.
* 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
| | | | Approved by: trb
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
| | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* Add Palm M515.joe2002-08-111-0/+1
| | | | Submitted by: Luiz Eduardo Roncato Cordeiro <cordeiro@nic.br>
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
| | | | Requested by: imp
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-2/+2
| | | | | | debugging levels to off by default. Now that debug levels can be tweaked by sysctl we don't need to go through hoops to get the different usb parts to produce debug data.
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-2/+1
| | | | | | sysctl tree for tweaking them real-time. Reviewed by: iedowse
* It should be "ucom", not "usio".joe2002-07-311-1/+1
|
* MFNetBSD: uvisor.c (1.14, 1.15)joe2002-07-311-9/+51
| | | | Add support for Palm (M500, M505, M125) and Sony devices (Clie 4.0 and 4.1).
* Remove trailing white spacesjoe2002-07-311-3/+9
| | | | Obtained from: NetBSD (1.16)
* Commit a version of the uvisor driver for connecting Handspringjoe2002-07-301-0/+438
Visors via USB. Submitted by: Chia-liang Kao <clkao@clkao.org>
OpenPOWER on IntegriCloud