Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 418dc1f5 authored by Jeff Garzik's avatar Jeff Garzik
Browse files

libata: turn on ATAPI by default

parent 2f7ccc51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ static unsigned int ata_dev_xfermask(struct ata_port *ap,
static unsigned int ata_unique_id = 1;
static struct workqueue_struct *ata_wq;

int atapi_enabled = 0;
int atapi_enabled = 1;
module_param(atapi_enabled, int, 0444);
MODULE_PARM_DESC(atapi_enabled, "Enable discovery of ATAPI devices (0=off, 1=on)");