index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use canonical format for cdevsw initialization.
phk
2003-03-02
2
-8
/
+26
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
2
-3
/
+3
*
Fix 'bulk in' and 'bulk out' being reversed in a couple of error messages.
scottl
2003-03-02
1
-2
/
+2
*
Implement outgoing interrupt pipes. It is part of the USB 1.1 spec.
jhay
2003-02-28
4
-3
/
+90
*
ufm doesn't care what major it uses.
imp
2003-02-28
1
-1
/
+1
*
These appear to work as cardbus cards too
imp
2003-02-28
2
-0
/
+2
*
Use the correct size for reading and writing the PCI config space.
marcel
2003-02-23
1
-5
/
+5
*
Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fix
ken
2003-02-21
1
-27
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
18
-34
/
+34
*
Sync to 1.114 of usbdevs
sanpei
2003-02-13
2
-2
/
+9
*
Add support SUNTAC Ir-Trinity IS96U
sanpei
2003-02-13
2
-0
/
+3
*
Sync to 1.113 of usbdevs
sanpei
2003-02-12
2
-2
/
+30
*
Add support YAMAHA NetVolante Routers
sanpei
2003-02-12
2
-0
/
+13
*
Regen
sanpei
2003-02-11
2
-2
/
+9
*
Add support SUNTAC U-Cable TypeD2 (DS96L)
sanpei
2003-02-11
2
-0
/
+3
*
Regen
sanpei
2003-02-07
2
-2
/
+11
*
Add support FUJITSU AH-F401U Air H device
sanpei
2003-02-07
1
-0
/
+3
*
Fix `umass0: BBB bulk-in clear stall failed, IOERROR' problem with
sanpei
2003-02-04
1
-0
/
+27
*
Remove duplicated entry
sanpei
2003-02-04
1
-9
/
+4
*
Regenerate after fixing duplicate device entries.
marcel
2003-02-02
2
-12
/
+5
*
Unbreak kernel builds caused by what appears to be a merge conflict.
marcel
2003-02-02
1
-2
/
+1
*
Regen
sanpei
2003-02-01
2
-14
/
+49
*
Add Genesys Logic products
sanpei
2003-02-01
1
-0
/
+6
*
Add support for the Trek Thumbdrive 8MB USB Drive.
trhodes
2003-01-30
4
-2
/
+21
*
Put the Perfection 1660 scanner entry in the right place. (Entries
joe
2003-01-27
1
-1
/
+1
*
Regen
joe
2003-01-21
2
-2
/
+9
*
Add support for Epson 1660 scanner.
joe
2003-01-21
2
-0
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
18
-34
/
+34
*
Regen
joe
2003-01-20
2
-2
/
+9
*
Support for the "Seiko Epson Perfection 1260 scanner".
joe
2003-01-20
2
-0
/
+2
*
Some USB devices are not prepared to deal with a single byte string
joe
2003-01-14
1
-2
/
+8
*
Make compile cleanly when USB_DEBUG is defined.
imp
2003-01-12
1
-1
/
+2
*
Merge from NetBSD and arrange for FreeBSD's slight differences in
imp
2003-01-09
2
-817
/
+423
*
Retry to get full device descriptor, this let my slow CD Tower device work.
davidxu
2003-01-08
1
-1
/
+7
*
Update to correct NetBSD Id
imp
2003-01-02
1
-1
/
+1
*
Sync to 1.104 of usbdevs
imp
2003-01-02
2
-2
/
+18
*
Add NEODIO TURBOCONNECT (from NetBSD)
imp
2003-01-02
1
-0
/
+4
*
MFNetBSD through 1.42 (to be committed in a moment by me).
imp
2003-01-02
1
-3
/
+4
*
Do not print the value of sc pointer before is has been ininialized.
kan
2003-01-02
1
-1
/
+2
*
Create debug sysctl nodes if USB_DEBUG is defined.
kan
2003-01-02
1
-1
/
+1
*
It appears that the SANYO SCP-4900 needs similar quirks to the
imp
2003-01-01
1
-0
/
+2
*
Sync to usbdevs 1.103
imp
2003-01-01
2
-2
/
+18
*
Add Sanyo SCP-4900 phone. It needs quirks.
imp
2003-01-01
1
-0
/
+4
*
Now that we've 'branched' 5.0, desupport FreeBSD 3.x in this driver. It
imp
2003-01-01
1
-29
/
+1
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
3
-3
/
+3
*
When resuming after a system suspend, re-issue the UHCI_CMD_MAXP
iedowse
2002-12-26
1
-0
/
+1
*
Revert part of the last commit. Do not fake-up the cylinders to make
dillon
2002-12-22
1
-2
/
+1
*
Modify the fake cylinders calculation so it is >= the size of the device,
dillon
2002-12-20
1
-6
/
+26
*
Fix two bugs in the DMA chaining code for OHCI. The first bug is that
dillon
2002-12-20
1
-5
/
+9
*
Ignore IEEE1284 descriptors when looking for bidirectional mode. We don't
des
2002-12-16
1
-2
/
+2
[next]