-
Notifications
You must be signed in to change notification settings - Fork 4
Home
craftor edited this page Mar 26, 2013
·
3 revisions
- Rewrite sg_*() functions, especially sg_write() and sg_read(). Now we can read/write function in user space (see test.c).
- Migrated the driver from kernel 2.6 to 3.2 (pci_dev->dev->driver_data has been moved in 3.2, so I replaced it with pci_dev->dev->platform_data )