[Index]
Subclassing Drivers
Every driver is a subclass of IOService
Can also subclass other drivers:
Lets you use regular driver for most functions, while enabling special features
Add userspace control via user client
Work around OS X' exclusive access policy
Best of all: HACK!
Alter input and output data