summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/tpms.c
AgeCommit message (Expand)Author
2007-06-14Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andMarc Balmer
2007-06-12Remove the definition and use of the device_ptr_t which was a struct device *.Marc Balmer
2007-06-11Remove the usb_proc_ptr type definition, which was really a 'struct proc *'Marc Balmer
2007-06-05Remove the comment "Static function protoypes". Static is gone in USB.Marc Balmer
2007-06-05Remove the "Static" function declaration. It is defined to beMarc Balmer
2007-05-30Add support for iBook G4. -mojMats O Jansson
2007-05-27USB cleanup leftover. Diff from jsg@ tested by me.Marcus Glocker
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
2006-03-16ventical -> verticalMiod Vallat
2005-12-22- attach and configure correctlyXavier Santolaria
2005-12-21Remove KASSERT in attach, return an error instead; while there, implementMiod Vallat
2005-12-20Add a Apple touchpad driver for newer PowerBook's and iBook's.Brad Smith