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
*
Fix DMA macros to work on alpha.
dfr
1999-08-26
1
-0
/
+4
*
Don't schedule the next transaction if the pipe is being aborted.
dfr
1999-08-26
1
-1
/
+0
*
Reset the UHCI controller when the device comes back from suspend.
n_hibma
1999-08-23
3
-22
/
+46
*
- Remove cdevsw entry points in individual keyboard drivers;
yokota
1999-08-22
1
-130
/
+26
*
1) rename dev->self to be consistent
n_hibma
1999-08-18
2
-76
/
+107
*
- Added documentation
n_hibma
1999-08-17
1
-1321
/
+1508
*
Protect the file interface against disconnects.
n_hibma
1999-08-12
1
-7
/
+12
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-7
/
+11
*
Every reqh in an aborted pipe is given status CANCELED and the callback is
n_hibma
1999-07-27
1
-15
/
+7
*
Add comments, change variable names to make them consistent (r -> err,
n_hibma
1999-07-25
11
-155
/
+173
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
4
-8
/
+6
*
Add the semi-official Bulk protocol id 'P'
n_hibma
1999-07-03
1
-1
/
+6
*
Add MultiTech Atlas modem
n_hibma
1999-06-27
2
-0
/
+15
*
Remove superfluous semi-colon
n_hibma
1999-06-27
1
-4
/
+4
*
Replace usbd_device_set_desc by device_set_desc_copy
n_hibma
1999-06-27
3
-10
/
+1
*
Change 'device' to 'self', to be more like the rest of the code
n_hibma
1999-06-26
2
-4
/
+4
*
Only print the device name once, during attach (device_quiet)
n_hibma
1999-06-21
1
-0
/
+2
*
1) Do not include usbdivar.h and access the interface descriptor through
n_hibma
1999-06-20
1
-88
/
+39
*
Remove option USBVERBOSE
n_hibma
1999-06-16
1
-2
/
+2
*
1) remove the soft reset after a command failed.
n_hibma
1999-06-13
1
-5
/
+17
*
1) Add non-blocking I/O on read
n_hibma
1999-06-13
1
-6
/
+32
*
Shorten the strings a bit (remove 'Host')
n_hibma
1999-06-13
2
-15
/
+16
*
Add remark about where bInterfaceProtocol number for USB Zip drive comes
n_hibma
1999-06-04
1
-1
/
+1
*
USB stopped working as of the recent cdevsw cleanup. This fixes that.
n_hibma
1999-06-01
3
-7
/
+8
*
Remove the stub driver. It's useless.
n_hibma
1999-06-01
1
-137
/
+0
*
usbd_get_request_status now only returns the value if the associated
n_hibma
1999-06-01
1
-4
/
+8
*
1) Remove the definition of usb_cdc_generic_descriptor_t. It is
n_hibma
1999-05-31
1
-7
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
1
-5
/
+1
*
Enable attachment of multiple drivers to a single device.
n_hibma
1999-05-30
1
-11
/
+16
*
Notify CAM of the removed device on detach.
n_hibma
1999-05-30
1
-5
/
+3
*
This commit should be a extensive NO-OP:
phk
1999-05-30
6
-26
/
+116
*
1) Add URL for printer class specification
n_hibma
1999-05-30
1
-12
/
+8
*
- When aborting an interrupt pipe, just wait for 1ms for the completion
n_hibma
1999-05-30
1
-9
/
+5
*
When the mouse is being disconnected, do the followings:
n_hibma
1999-05-30
1
-4
/
+14
*
usbdi.h:
n_hibma
1999-05-20
1
-37
/
+16
*
Add comment about split in driver
n_hibma
1999-05-20
1
-1
/
+6
*
Enable the support for a file interface on the HID driver for
n_hibma
1999-05-09
1
-1
/
+22
*
Added Thrustmaster Fusion Digital Gamepad
n_hibma
1999-05-09
2
-0
/
+16
*
Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between
phk
1999-05-09
3
-3
/
+3
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
4
-7
/
+5
*
Trivial tweak to avoid a warning.
peter
1999-05-08
1
-0
/
+2
*
Fix some of the places where too much inside knowledge about major/minor
phk
1999-05-08
1
-2
/
+2
*
Continue where Julian left off in July 1998:
phk
1999-05-07
3
-6
/
+6
*
Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed is
ken
1999-05-06
1
-3
/
+0
*
Add new member for XPT_PATH_INQ, follows recent changes in
n_hibma
1999-05-06
1
-0
/
+1
*
Descriptors can be delivered with short transfers.
n_hibma
1999-05-03
1
-1
/
+1
*
Add a load of definitions
n_hibma
1999-05-03
1
-10
/
+24
*
Remove disconnected method
n_hibma
1999-05-03
1
-8
/
+1
*
Replace UE_GET_IN with UE_GET_DIR
n_hibma
1999-05-03
1
-14
/
+9
*
Replace UE_GET_IN with UE_GET_DIR
n_hibma
1999-05-03
1
-1
/
+2
[next]